changeset 18:d5012016bf64 tip

added rdfpy and rdfonto directories
author nothing@tehis.net
date Tue, 23 Apr 2013 11:49:20 +0100
parents 2b5c292ad12f
children
files pdfextract/graphDefs.py rdfonto/MIR-onto.n3 rdfonto/MIR-onto.rdf rdfonto/MIRToolbox.rdf rdfonto/MIRToolboxDiagram.png rdfonto/MIRToolboxFeatureDiagram.png rdfonto/MIRToolboxHighLevelFeatureDiagram.png rdfonto/MIRToolboxOperatorDiagram.png rdfonto/Marsyas-onto.n3 rdfonto/Marsyas-onto.rdf rdfonto/TimbreToolbox-onto.n3 rdfonto/TimbreToolbox-onto.rdf rdfonto/TimbreToolboxDiagram.png rdfonto/af-Marsyas.n3 rdfonto/af-aubio.n3 rdfonto/af-mirtoolbox.n3 rdfonto/af-mirtoolbox.rdf rdfonto/af-ontology.n3 rdfonto/af-ontology.rdf rdfonto/af-skos-vocabulary.n3 rdfonto/af-skos-vocabulary.rdf rdfonto/af-vocabulary.n3 rdfonto/af-vocabulary.rdf rdfonto/aubio-onto.n3 rdfonto/aubio-onto.rdf rdfonto/aubioDiagram.png rdfonto/baseOnto.n3 rdfonto/baseOnto.rdf rdfonto/baseOntoV2.n3 rdfonto/baseOntoV2.rdf rdfonto/catalog-v001.xml rdfonto/cuidado-onto.n3 rdfonto/marsyasAnalysisDiagram.png rdfpy/af-EXEC.py rdfpy/af-marsyas.py rdfpy/af-mirtoolbox.py rdfpy/af-ontology-defs.py rdfpy/af-ontology.py rdfpy/af-skos-vocabulary.py rdfpy/af-vocabulary.py rdfpy/writeBaseOnto.py rdfpy/writeCatalogue.py rdfpy/writeCuidado.py rdfpy/writeCuidadoOnto.py rdfpy/writeTimbreToolbox.py rdfpy/writeTimbreToolboxOnto.py
diffstat 46 files changed, 28477 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/pdfextract/graphDefs.py	Tue Apr 16 14:14:09 2013 +0100
+++ b/pdfextract/graphDefs.py	Tue Apr 23 11:49:20 2013 +0100
@@ -22,7 +22,8 @@
     "Average Magnitude Difference Function": "AMDF",
     "Octave Band Signal Intensity": "OBSI",
     "Root Mean Square": "RMS",
-    "Harmonic Pitch Class Profile": "HPCP"
+    "Harmonic Pitch Class Profile": "HPCP",
+    "SignalToNoiseRatio": "SNR"
 }
 
 synonyms = {
@@ -37,12 +38,52 @@
     "Spectral Flatness": ["Spectral Flatness Measure", "Flatness"],
     "Harmonic Spectrum": ["Harmonic spectrum"],
     "Average Magnitude Difference Function": ["Amdf"],
+    "Average Squared Difference Function": ["Asdf"],
     "AutoCorrelation": ["Autocorrelation"],
     "PeakSpectrum": ["Peak spectrum"],
     "Spectral Spread": ["Spread"],
     "Spectral Crest": ["Spectral Crest Measure"],
-    "Onset Detection Function": ["Onset", "Onsets"],
-    "Root Mean Square": ["Rms"]
+    "Onset Detection Function": ["Onset", "Onsets", "Onset Detector"],
+    "Root Mean Square": ["Rms"],
+    "Note Tracker": ["Aubio Note Tracker"],
+    "Pitch": ["Aubio Pitch Detector"],
+    "Silence Test": ["Aubio Silence Detector"],
+    "AutoCorrelationFFT": ["Autocorrelationfft"],
+    "Average Deviation": ["Average deviation"],
+    "Bark Coefficients": ["Bark coefficients"],
+    "Beat Spectrum": ["Beat Spectra"],
+    "Beat Tracker": ["Beat Tracking", "BeatTracking" "BeatTrack", "Beat Track", "BeatTrack2", "Beats", "Aubio Beat Tracker"],
+    "Complex Domain Onset Detection": ["Complex Domain Method Onset Detection Function"],
+    "Discrete Cosine Transform": ["Dct"],
+    "Funcdamental Frequency": ["F0", "Failsafef0"],
+    "HighestValue": ["Highest value"],
+    "Harmonic Product Spectrum": ["Hps"],
+    "Key Detector": ["KeyTrack"],
+    "KrumhanslKeyFinder": ["Krumhansl_key_finder"],
+    "L-Norm": ["Lnorm"],
+    "Lowest Value": ["Lowest value"],
+    "MELODIAMelodyExtraction": ["MELODIAMelodyExtractionintermediatesteps"],
+    "MIDI Note": ["MIDI"],
+    "Note Onset Detector": ["Note Onsets", "Note Onset"],
+    "Octave Band Signal Intensity Ratio": ["OBSIR"],
+    "OddToEvenHarmonicRatio": ["Oddtoevenharmonicratio"],
+    "OddEvenRatio": ["Oddevenratio"],
+    "Pitch Countours": ["PitchContours:All", "PitchContours:Melody"],
+    "PitchFFTYIN": ["PitchFftYin"],
+    "PitchYIN": ["PitchYin", "Yin", "AubioYin"],
+    "Rhythm Patterns": ["RhythmPattern"],
+    "RMSAmplitude": ["Rmsamplitude"],
+    "Spectral Shape": ["Spectral Shape Descriptors"],
+    "Spectral Variance": ["Spectral Variation", "Spectralvariance"],
+    "Spectral Average Deviation": ["Spectralaveragedeviation"],
+    "Spectral Inharmonicity": ["Spectralinharmonicity"],
+    "Spectral Mean": ["Spectralmean"],
+    "Spectral Standard Deviation": ["Spectralstandarddeviation"],
+    "Standard Deviation": ["Standarddeviation"],
+    "Tristimulus1": ["TristimulusI"],
+    "Tristimulus2": ["TristimulusII"],
+    "Tristimulus3": ["TristimulusIII"],
+    "Even Harmonic Ratio": ["evenHarmonicRatio"]
 }
 
 execfile('/Users/alo/Development/python-Levenshtein-0.10.2/StringMatcher.py')
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/MIR-onto.n3	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,43 @@
+@prefix af: <http://sovarr.c4dm.eecs.qmul.ac.uk/features/> .
+@prefix dc: <http://purl.org/dc/elements/1.1/> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+<> a owl:Ontology ;
+    dc:description "This is an ontology derived from MIR Toolbox for the Audio Features engineering process" ;
+    dc:title "MIR Toolbox Ontology" ;
+    owl:versionInfo "Version 0.1" .
+
+af:DynamicsFeatureExtractor a owl:Class ;
+    rdfs:subClassOf af:FeatureExtractor .
+
+af:Operator a owl:Class .
+
+af:PitchFeatureExtractor a owl:Class ;
+    rdfs:subClassOf af:FeatureExtractor .
+
+af:Predictions a owl:Class ;
+    rdfs:subClassOf af:HighLevelFeature .
+
+af:RhythmFeatureExtractor a owl:Class ;
+    rdfs:subClassOf af:FeatureExtractor .
+
+af:Similarity a owl:Class ;
+    rdfs:subClassOf af:HighLevelFeature .
+
+af:Statistics a owl:Class ;
+    rdfs:subClassOf af:HighLevelFeature .
+
+af:Structure a owl:Class ;
+    rdfs:subClassOf af:HighLevelFeature .
+
+af:TimbreFeatureExtractor a owl:Class ;
+    rdfs:subClassOf af:FeatureExtractor .
+
+af:TonalityFeatureExtractor a owl:Class ;
+    rdfs:subClassOf af:FeatureExtractor .
+
+af:HighLevelFeature a owl:Class .
+
+af:FeatureExtractor a owl:Class .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/MIR-onto.rdf	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rdf:RDF
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:owl="http://www.w3.org/2002/07/owl#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Predictions">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighLevelFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Structure">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighLevelFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmFeatureExtractor">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FeatureExtractor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
+    <dc:description>This is an ontology derived from MIR Toolbox for the Audio Features engineering process</dc:description>
+    <dc:title>MIR Toolbox Ontology</dc:title>
+    <owl:versionInfo>Version 0.1</owl:versionInfo>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchFeatureExtractor">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FeatureExtractor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighLevelFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Similarity">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighLevelFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Statistics">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighLevelFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FeatureExtractor">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TonalityFeatureExtractor">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FeatureExtractor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimbreFeatureExtractor">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FeatureExtractor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Operator">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DynamicsFeatureExtractor">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FeatureExtractor"/>
+  </rdf:Description>
+</rdf:RDF>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/MIRToolbox.rdf	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,302 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rdf:RDF
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:local="http://sovarr.c4dm.eecs.qmul.ac.uk/features/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+>
+  <rdf:Description rdf:about="Tempo">
+    <dc:description>derived from calculated onsets with ACF, spectrum or both</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Rhythm</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="Inharmonicity">
+    <dc:description>the amount of partials that are not multiples of the fundamental frequency, takes into account the amount of energy outside the ideal harmonic series</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Pitch</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="Brightness">
+    <dc:description>The proportion of energy above a given frequency</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Timbre</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="Chromagram">
+    <dc:description>shows the distribution of energy along the pitches or pitch classes</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Tonality</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="Rolloff">
+    <dc:description>The frequency below which 85% of the energy is contained. The percentage may be user-chosen</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Timbre</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="RhythmicFluctuation">
+    <dc:description>Rhythmic periodicity along auditory channels</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Rhythm</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="Irregularity">
+    <dc:description>The degree of variation of the successive peaks of the spectrum</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Timbre</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="ZeroCrossingRate">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Timbre</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="SpectralFluxOnsetDetectionFunction">
+    <dc:description>Use peaks of spectral flux to detect onsets</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Rhythm</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="RMSEnergy">
+    <dc:description>root mean square energy</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Dynamics</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="Mode">
+    <dc:description>Major vs. Minor, calculated as the strength difference between the best major and best minor key candidates</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Tonality</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="Attack">
+    <dc:description>estimates the beginning of the attack phase of a note by locating the local minimum before the maximum corresponding to the onset</dc:description>
+    <rdfs:comment>These can have start time *and end time*</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Timbre</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="MFCC">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Timbre</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="AttackSlope">
+    <dc:description>average slope of attack phase, computed either as a simple ratio, or a Gaussian-weighted average to emphasise the middle of the attack</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Timbre</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="Key">
+    <dc:description>The best candidate key</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Tonality</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="NoteOnset">
+    <dc:description>note onset times</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Rhythm</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="KeyStrength">
+    <dc:description>The probability distribution across possible keys</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Tonality</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="Roughness">
+    <dc:description>The average dissonance between all pairs of peaks in the spectrum</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Timbre</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="Pitch">
+    <dc:description>Pitch estimated via ACF, autocorrelation spectrum or cepstrum, or a combination</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Pitch</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="LowEnergy">
+    <dc:description>percentage of frames showing less than average energy</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Dynamics</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="BeatSpectrum">
+    <dc:description>a measure of acoustic self-similarity as a function of time lag, computed from the similarity matrix</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Rhythm</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="EventDensity">
+    <dc:description>estimates the average frequency of events, i.e., the number of note onsets per second</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Rhythm</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="PulseClarity">
+    <dc:description>estimates the rhythmic clarity, indicating the strength of the beats estimated by the tempo function</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Rhythm</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="AttackLeap">
+    <dc:description>estimates the amplitude difference between the beginning and the end of the attack phase</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Timbre</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="MIDI">
+    <dc:description>estimates MIDI note value based on segmentation and pitch detection</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Pitch</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="KeySOM">
+    <dc:description>Projects the chromagram into a self-organizing map</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Tonality</local:tag>
+  </rdf:Description>
+  <rdf:Description rdf:about="TonalCentroid">
+    <dc:description>Calculates the 6-dimensional tonal centroid vector from the chromagram</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Tonality</local:tag>
+  </rdf:Description>  
+  <rdf:Description rdf:about="HarmonicChangeDetectionFunction">
+    <dc:description>the flux of the tonal centroid</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <local:tag>Tonality</local:tag>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Audio">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>Operator</local:type>
+  </rdf:Description>
+  <rdf:Description rdf:about="Frame">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>Operator</local:type>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Filterbank">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>Operator</local:type>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Envelope">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>Operator</local:type>
+  </rdf:Description>
+  <rdf:Description rdf:about="Spectrum">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>Operator</local:type>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Cepstrum">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>Operator</local:type>
+  </rdf:Description>
+  <rdf:Description rdf:about="Autocorrelation">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>Operator</local:type>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Flux">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>Operator</local:type>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Sum">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>Operator</local:type>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Peaks">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>Operator</local:type>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Segment">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>Operator</local:type>
+  </rdf:Description>
+  <rdf:Description rdf:about="Length">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>Operator</local:type>
+  </rdf:Description>  
+  <rdf:Description rdf:about="SimilarityMatrix">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Structure</local:group>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Novelty">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Structure</local:group>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Segment">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Structure</local:group>
+  </rdf:Description>
+  <rdf:Description rdf:about="Mean">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Statistics</local:group>
+  </rdf:Description>  
+  <rdf:Description rdf:about="StandardDeviation">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Statistics</local:group>
+  </rdf:Description>
+  <rdf:Description rdf:about="StandardDeviation">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Statistics</local:group>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Histogram">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Statistics</local:group>
+  </rdf:Description>  
+  <rdf:Description rdf:about="ZeroCrossingRate">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Statistics</local:group>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Centroid">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Statistics</local:group>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Spread">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Statistics</local:group>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Skewness">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Statistics</local:group>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Kurtosis">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Statistics</local:group>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Flatness">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Statistics</local:group>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Entropy">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Statistics</local:group>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Entropy">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Statistics</local:group>
+  </rdf:Description>  
+  <rdf:Description rdf:about="StatisticalMapping">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Statistics</local:group>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Emotion">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Predictions</local:group>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Classify">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Predictions</local:group>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Cluster">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Predictions</local:group>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Distance">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Similarity</local:group>
+  </rdf:Description>  
+  <rdf:Description rdf:about="Query">
+    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+	<local:type>HighLevelFeature</local:type>
+	<local:group>Similarity</local:group>
+  </rdf:Description>  
+</rdf:RDF>
+
+
Binary file rdfonto/MIRToolboxDiagram.png has changed
Binary file rdfonto/MIRToolboxFeatureDiagram.png has changed
Binary file rdfonto/MIRToolboxHighLevelFeatureDiagram.png has changed
Binary file rdfonto/MIRToolboxOperatorDiagram.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/Marsyas-onto.n3	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,311 @@
+@prefix af: <http://sovarr.c4dm.eecs.qmul.ac.uk/features/> .
+@prefix dc: <http://purl.org/dc/elements/1.1/> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+<> a owl:Ontology ;
+    dc:description "This is an ontology derived from Marsyas feature extraction tools for the Audio Features engineering process" ;
+    dc:title "Marsyas Ontology" ;
+    owl:versionInfo "Version 0.1" .
+
+af:ADRess a af:AudioFeature ;
+    dc:description "Azimuth Discrimination and Resynthesis (ADRess) implementation, which takes a stereo input (i.e. input is expected to be the output of a parallel of two Spectrum MarSystems, one for each stereo channel), and outputs the phase vector and frequency dependent nulls matrix for each channel using the following format: [bin_phases_l][AZl] [bin_phases_r][AZr] This algorithm was proposed by Dan Barry et al at the DAfX04, \"Sound Source Separation: azimuth discrimination and resynthesis\". The algorithm exploits the use of pan pot as a means to achieve image localisation within stereophonic recordings, assuming only an interaural intensity difference exists between left and right channels for a single source. A gain scaling and phase cancellation technique is then used to expose frequency dependent nulls across the azimuth domain, from which source separation and resynthesis may be carried out. Controls: - \\b mrs_natural/beta [w] : Sets the azimuth resolution" ;
+    rdfs:subClassOf af:AzimuthDiscriminationandResynthesis .
+
+af:ADRessSpectrum a af:AudioFeature ;
+    dc:description "Takes the output of the ADRess (i.e. the stereo azimuth-frequency maps) and outputs a single channel spectrum of the part of the freq-azimuth plane selected by the d and H controls. This can then be inverse transformed back into time domain for resynthesis purposes. Controls: - \\b mrs_real/d [w] : value between 0.0~1.0, used for selecting the portion of the azimuth-frequency plane to be extracted - \\b mrs_real/H [w] : sets the azimuth subspace width (in percentage of total width of the azimuth plane)" ;
+    rdfs:subClassOf af:AzimuthDiscriminationandResynthesis .
+
+af:ADRessStereoSpectrum a af:AudioFeature ;
+    dc:description "Takes the output of the ADRess (i.e. the panning-frequency maps) and outputs the panning coefficient for each spectral bin (N/2+1 bins)." ;
+    rdfs:subClassOf af:AzimuthDiscriminationandResynthesis .
+
+af:AMDF a af:AudioFeature ;
+    dc:description "Average Magnitude Difference Function Computer the average magnitude difference function which can then be used for pitch detection by detecting the location of valleys." ;
+    rdfs:subClassOf af:PitchDetection .
+
+af:AbsMax a af:AudioFeature ;
+    dc:description "Calculate the maximum absolute value for each observation signal (per slice). For each observation channel in each given slice, the maximum absolute value is calculated. This MarSystem has no extra controls." ;
+    rdfs:subClassOf af:StatisticalFunction .
+
+af:AimBoxes a af:AudioFeature ;
+    dc:description "'Box-cutting' routine to generate dense features Author : Thomas Walters <tom@acousticscale.org> Ported to Marsyas by Steven Ness <sness@sness.net> The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" ;
+    rdfs:subClassOf af:AuditoryImageModel .
+
+af:AimGammatone a af:AudioFeature ;
+    dc:description "Slaney's gammatone filterbank Author : Thomas Walters <tom@acousticscale.org> Ported to Marsyas by Steven Ness <sness@sness.net> This is the version of the IIR gammatone used in Slaney's Auditory toolbox. The original verison as described in Apple Tech. Report #35 has a problem with the high-order coefficients at low centre frequencies and high sample rates. Since it is important that AIM-C can deal with these cases (for example for the Gaussian features), I've reiplemeted Slaney's alternative version which uses a cascade of four second-order filters in place of the eighth-order filter. The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" ;
+    rdfs:subClassOf af:AuditoryImageModel .
+
+af:AimHCL a af:AudioFeature ;
+    dc:description "Halfwave rectification, compression and lowpass filtering Author Thomas Walters <tom@acousticscale.org> Ported to Marsyas by Steven Ness <sness@sness.net> The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" ;
+    rdfs:subClassOf af:AuditoryImageModel .
+
+af:AimHCL2 a af:AudioFeature ;
+    dc:description "Halfwave rectification, compression and lowpass filtering Author Thomas Walters <tom@acousticscale.org> Ported to Marsyas by Steven Ness <sness@sness.net> Made more Marsyas like by George Tzanetakis The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" ;
+    rdfs:subClassOf af:AuditoryImageModel .
+
+af:AimLocalMax a af:AudioFeature ;
+    dc:description "Local maximum strobe criterion: decaying threshold with timeout Author : Thomas Walters <tom@acousticscale.org> Ported to Marsyas by Steven Ness <sness@sness.net> The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" ;
+    rdfs:subClassOf af:AuditoryImageModel .
+
+af:AimPZFC a af:AudioFeature ;
+    dc:description "Time-domain AimPZFC Dick Lyon's Pole-Zero Filter Cascade - implemented in C++ by Tom Walters from the AIM-MAT module based on Dick Lyon's code. Ported to Marsyas from AIM-C by Steven Ness (sness@sness.net). The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" ;
+    rdfs:subClassOf af:AuditoryImageModel .
+
+af:AimPZFC2 a af:AudioFeature ;
+    dc:description "Time-domain AimPZFC2 Dick Lyon's Pole-Zero Filter Cascade - implemented in C++ by Tom Walters from the AIM-MAT module based on Dick Lyon's code. Ported to Marsyas from AIM-C by Steven Ness (sness@sness.net). AimPZFC2 is a re-write of the AimPZFC to be more Marsyas like. The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" ;
+    rdfs:subClassOf af:AuditoryImageModel .
+
+af:AimSAI a af:AudioFeature ;
+    dc:description "Stabilised auditory image Author : Thomas Walters <tom@acousticscale.org> Ported to Marsyas by Steven Ness <sness@sness.net> The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" ;
+    rdfs:subClassOf af:AuditoryImageModel .
+
+af:AimSSI a af:AudioFeature ;
+    dc:description "Size-shape image (aka the 'sscAI') Author : Thomas Walters <tom@acousticscale.org> Ported to Marsyas by Steven Ness <sness@sness.net> The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" ;
+    rdfs:subClassOf af:AuditoryImageModel .
+
+af:AimVQ a af:AudioFeature ;
+    dc:description "Vector quantization for dense to sparse features Author : Thomas Walters <tom@acousticscale.org> Ported to Marsyas by Steven Ness <sness@sness.net> The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" ;
+    rdfs:subClassOf af:AuditoryImageModel .
+
+af:AubioYin a af:AudioFeature ;
+    dc:description "Pitch detection using the YIN algorithm This algorithm was developped by A. de Cheveigne and H. Kawahara and published in: De Cheveigne, A., Kawahara, H. (2002) \"YIN, a fundamental frequency estimator for speech and music\", J. Acoust. Soc. Am. 111, 1917-1930. See http://recherche.ircam.fr/equipes/pcm/pub/people/cheveign.html This code was adapted from aubio (http://aubio.org) by sness. Controls: - \\b mrs_real/tolerance [w] : sets the tolerance of the yin algorithm" ;
+    rdfs:subClassOf af:PitchDetection .
+
+af:AutoCorrelation a af:AudioFeature ;
+    dc:description "Compute the generalized autocorrelation of input window Computes the generalized autocorrelation (with optional magnitude compression) using the Fast Fourier Transform (FFT). Controls: - \\b mrs_bool/aliasedOutput [w] : by default, this control is set to true and the output of AutoCorrelation will be an alised time domain signal (as used by the original Marsyas0.1 code implemented by George Tzanetakis - MUST CHECK IF THIS MAKES SENSE!). Setting this control to false, the FFTs will be computed using the next power of 2 of the inSamples*2+1, which avoids alising in the iFFT step. In this mode, only the first inSamples of the autocorrleation function will be output (since the remaining ones are mirrored versions or zero valued). - \\b mrs_bool/setr0to1\" [w]: if set to true, the output will be normalized so that r_xx(0) = 1 Had to use a weird name because there already was a normalize control [AL]" ;
+    rdfs:subClassOf af:Analysis .
+
+af:BeatHistogram a af:AudioFeature ;
+    dc:description "BeatHistogram Calculate Beat Histogram. The input should be the autocorrelation of either the time waveform or some kind of onset detection function." ;
+    rdfs:subClassOf af:TempoDetection .
+
+af:BeatHistogramFromPeaks a af:AudioFeature ;
+    dc:description "BeatHistogramFromPeaks Calculate BeatHistograms from peaks represented as pairs of periodicity/amplitude (typically from an autocorrelation function)." ;
+    rdfs:subClassOf af:TempoDetection .
+
+af:BeatPhase a af:AudioFeature ;
+    dc:description "Given a periodicity calculate best matching phase" ;
+    rdfs:subClassOf af:TempoDetection .
+
+af:Centroid a af:AudioFeature ;
+    dc:description "Centroid of each time slice of observations Centroid computes the centroid of the observations for each time sample. The center is defined as the normalized first moment (center of gravity) of the observation vector." ;
+    rdfs:subClassOf af:StatisticalFunction .
+
+af:CrossCorrelation a af:AudioFeature ;
+    dc:description "Computes the cross correlation of an input. Accepts N observations and returns N-1 observations, with each observation being the cross correlation of the inputs n and n-1. Controls: \"mrs_string/mode\" : This control sets the type of cross correlation. \"general\" is the default, and will compute the generalized cross correlation. \"phat\" will compute the generalized cross correlation with phase transform \"ml\" will compute a maximum likelihood cross correlation. This works well specifically for time delay estimation in noisy or reverberant environments. Note: inSamples should be 2^k or fft will not work properly. \\author Gabrielle Odowichuk" ;
+    rdfs:subClassOf af:StatisticalFunction .
+
+af:Daub4 a af:AudioFeature ;
+    dc:description "Daubechies4 WaveletStep Applies the Daubechies 4-coefficient wavelet filter as a WaveletStep for the WaveletPyramid algorithm. The code is is based on the Numerical Recipies wavelet code." ;
+    rdfs:subClassOf af:SpectrumDescriptor .
+
+af:Energy a af:AudioFeature ;
+    dc:description "compute the Energy of the input observations into one column" ;
+    rdfs:subClassOf af:LoudnessDescriptor .
+
+af:EnhADRess a af:AudioFeature ;
+    dc:description "Azimuth Discrimination and Resynthesis (EnhADRess) implementation, which takes a stereo input (i.e. input is expected to be the output of a parallel of two Spectrum MarSystems, one for each stereo channel), and outputs the magnitudes, phases and panning indexes for N/2+1 bins, stacked vertically: [Mag] [Phases] [Pan] This enhanced version of the ADRess algorithm was proposed by Cooney et al, \"An Enhanced implemantation of the ADRess Music Source Separation Algorithm\", 121st AES Convention, October 2006." ;
+    rdfs:subClassOf af:AzimuthDiscriminationandResynthesis .
+
+af:EnhADRessStereoSpectrum a af:AudioFeature ;
+    dc:description "Takes the output of the enhADRess and outputs the panning coefficient for each spectral bin (N/2+1 bins)." ;
+    rdfs:subClassOf af:AzimuthDiscriminationandResynthesis .
+
+af:F0Analysis a af:AudioFeature ;
+    dc:description "Compute F0s in input spectrum \\author Matthias Varewyck \\date 20090518 Controls: - \\b mrs_natural NrOfHarmonics [rw] : nr. of harmonics taken into account (excl. F0) - \\b mrs_real F0Weight [rw] : balance between F0 and higher harmonics - \\b mrs_real Attenuation [rw] : attenuation of higher harmonics - \\b mrs_real Tolerance_ [rw] : tolerance for harmonics to be assigned to F0 - \\b mrs_real LowestFo_ [rw] : lowest possible F0 - \\b mrs_real ChordEvidence_ [r] : evidence that input spectrum includes chord" ;
+    rdfs:subClassOf af:PitchDetection .
+
+af:Flux a af:AudioFeature ;
+    dc:description "Flux calculate the flux between the current and prev. spectrum (e.g. output of PowerSpectrum) The flux is defined as the norm of the difference vector between two successive magnitue/power spectra, although different implementations are possible. Controls: - \\b mrs_string/mode [w]: select from the different available implementations for Flux: \"marsyas\" and \"DixonDAFX06\" - \\b mrs_bool/reset [rw] : clear and reset the memory buffer" ;
+    rdfs:subClassOf af:SpectrumDescriptor .
+
+af:KrumhanslKeyFinder a af:AudioFeature ;
+    dc:description "Krumhansl-Schmuckler Key-Finding Algorithm Performs simple chord detection using the Krumhansl-Schmuckler Key-Finding Algorithm. The input is a pitch class profile or chroma vector with 12 values one for each chromatic note. Controls:" ;
+    rdfs:subClassOf af:KeyDetection .
+
+af:Kurtosis a af:AudioFeature ;
+    dc:description "Kurtosis Calculate the Kurtosis of the input observations. Typically used for characterizing the magnitude spectrum." ;
+    rdfs:subClassOf af:StatisticalFunction .
+
+af:LPC a af:AudioFeature ;
+    dc:description "Compute Warped LPC coefficients, Pitch and Power [STILL UNDER TESTING!]. Linear Prediction Coefficients (LPC). Features commonly used in Speech Recognition research. This class is a modification of the original Marsyas0.1 LPC class. The following differences apply: - order now reflects the LPC order (and returns \\<order\\> coefficients plus pitch and gain) - It is possible to define a pole-shifting parameter, gamma (default value = 1.0 => no shifting) - It is possible to define a warping factor, lambda (defualt value = 0.0 => no warping) Code by Lus Gustavo Martins - lmartins@inescporto.pt May 2006" ;
+    rdfs:subClassOf af:SpectrumDescriptor .
+
+af:LPCC a af:AudioFeature ;
+    dc:description "Convert LPC coefficients to Cepstrum coefficients. This MarSystem is expecting to receive at its input LPC coefficients + Pitch + Power, as output by the LPC MarSystem (see LPC.cpp/.h). It only converts the LPC coefficients to cepstral coefficients and ignores the pitch value received from LPC. Code by: Lus Gustavo Martins - lmartins@inescporto.pt November 2006" ;
+    rdfs:subClassOf af:SpectrumDescriptor .
+
+af:LSP a af:AudioFeature ;
+    dc:description "Compute Linear Spectral Pair (LSP) coefficients Takes the output of ::LPC() and calculates the corresponding LSP values. See the LPC class implementation. Cobe by Lus Gustavo Martins - lmartins@inescporto.pt May 2006" ;
+    rdfs:subClassOf af:SpectrumDescriptor .
+
+af:MFCC a af:AudioFeature ;
+    dc:description "MFCC Mel-Frequency Cepstral Coefficients. Takes as input the N/2+1 spectrum Magnitude points output by PowerSpectrum. Mel-Frequency cepstral coefficients are features frequently used in Speech Recognition. The code is based on the corresponding function in the Auditory Toolbox by Malcolm Slaney. \\see Spectrum, PowerSpectrum Controls: - \\b mrs_natural/coefficients [w]: the number of cepstral coefficients to calculate." ;
+    rdfs:subClassOf af:SpectrumDescriptor .
+
+af:MaxArgMax a af:AudioFeature ;
+    dc:description "Calculate k maximums and their positions The output is : max1, argmax1, max2, argmax2, ...." ;
+    rdfs:subClassOf af:StatisticalFunction .
+
+af:MaxMin a af:AudioFeature ;
+    dc:description "Calculate the maximum and minimum values for each observation signal (per slice). For each observation channel in each given slice, the maximum and minimum values is calculated. This MarSystem has no extra controls." ;
+    rdfs:subClassOf af:StatisticalFunction .
+
+af:Mean a af:AudioFeature ;
+    dc:description "Mean calculate the mean of each row of observations" ;
+    rdfs:subClassOf af:StatisticalFunction .
+
+af:MeanAbsoluteDeviation a af:AudioFeature ;
+    dc:description "Calculates the mean absolute deviation" ;
+    rdfs:subClassOf af:StatisticalFunction .
+
+af:MeddisHairCell a af:AudioFeature ;
+    dc:description "MeddisHairCell for auditory models Directed port from the Auditory toolbox by Malcolm Slaney" ;
+    rdfs:subClassOf af:Analysis .
+
+af:Median a af:AudioFeature ;
+    dc:description "Median calculate the median of each row of observations" ;
+    rdfs:subClassOf af:StatisticalFunction .
+
+af:MinArgMin a af:AudioFeature ;
+    dc:description "Calculate k minimums and their positions The output is : min1, argmin1, min2, argmin2, ...." ;
+    rdfs:subClassOf af:StatisticalFunction .
+
+af:PCA a af:AudioFeature ;
+    dc:description "Perform Principal Component Analysis Perform Principal Component Analysis (PCA) on all samples of the incoming realvec of data. The correlation method is taken, with a correlation matrix computed over all samples within the single input realvec. Eigenvalue/Eigenvector calculation is by the QL algorithm (ie. not suitable when the correlation matrix is singular or near singular). Output is the set of input samples projected onto the top \"npc\" (a MarSystem control) principal components." ;
+    rdfs:subClassOf af:StatisticalFunction .
+
+af:PeakInObservation a af:AudioFeature ;
+    dc:description "Compute peaks in observation vector \\author Matthias Varewyck \\date 20090518 Controls: - \\b mrs_natural/HystLength [rw] : .. - \\b mrs_real/HystFactor [rw] : .." ;
+    rdfs:subClassOf af:StatisticalFunction .
+
+af:Peaker a af:AudioFeature ;
+    dc:description "Pick peaks out of signal Peaker is used to select peaks(or valleys) from the input vector. Various parameters of the peak selection process can be adjusted. Controls: - \\b mrs_real/peakSpacing [w] : expressed in percentage of total vector length and is how much spacing you allow between the peaks - \\b mrs_real/peakStrength [w] : threshold compared to the RMS of the vector (should be renamed to peakStrengthRelRms to keep naming consistent, but this might break existing systems) - \\b mrs_real/peakStrengthAbs [w] : absolute threshold (might make sense e.g. for normalized spectra) - \\b mrs_real/peakStrengthRelMax [w] : threshold compared to global max of the vector (range: 0...1, example: 0.001 if all peaks with a level of more than 60dB below the maximum should be discarded - \\b mrs_real/peakStrengthRelThresh [w] : threshold compared to an adaptive threshold of the vector (lp filtered version of the signal); value is a factor that moves threshold up and down, e.g. value = 2 means that the lp filtered signal is moved up by 6dB - \\b mrs_real/peakStrengthTreshLpParam [w] : coefficient for the single pole lowpass for computing the adaptive threshold (between 0...1) - \\b mrs_natural/peakStart [w] : expressed in absolute positions of the vector and it just to adjust what part of the vector will be considered - \\b mrs_natural/peakEnd [w] : expressed in absolute positions of the vector length and it just to adjust what part of the vector will be considered - \\b mrs_natural/interpolation [w] : TODO - mlagrange? [!] - \\b mrs_real/peakGain [w] : TODO - mlagrange? [!]" ;
+    rdfs:subClassOf af:OnsetDetection .
+
+af:PeakerOnset a af:AudioFeature ;
+    dc:description "Detects if input contains a onset point PeakerOnset is based on the onset peak picking algorithm presented in: Dixon, S. (2006). Onset detection revisited. In Proc. International Conference on Digital Audio Effects (DAFx), Montreal, Canada. It takes as input an onset function over time (i.e. a row vector with the times series of a onset function like flux) and evaluates a specific point for onset presence, as below: Input = [zzzzzzzzzXyyy] Point \"X\" at the input will be evaluated. The onsetWinSize control specifies a \"look ahead\" parameter, i.e. how many samples (represented above as \"y\") after \"X\" will be used for evaluating if it is an onset or not (i.e. look ahead samples). Controls: - \\b mrs_natrual/lookAheadSamples [w]: specifies the \"look ahead\" nr of \"samples\" (the number of \"y\"s in the above example ) for the detection of an onset at the input. - \\b mrs_real/threshold [w]: specifies threshold (in % of local mean) for onset detection - \\b mrs_real/confidence [r]: outputs the confidence that point \"X\" is an onset (it will 0.0 if it is not detected as an onset) - \\b mrs_bool/onsetDetected [r]: flags if an onset was detected on point \"X\"." ;
+    rdfs:subClassOf af:OnsetDetection .
+
+af:Pitch2Chroma a af:AudioFeature ;
+    dc:description "Transform pitch to chroma - input = amplitude spectrum with peaks at frequency bins that represent pitches and values that represent evidences - output = chroma profile with chroma values ordered according to the circle of fifths, i.e. A, E,.. D \\author Matthias Varewyck \\date 20090518 Controls: - \\b mrs_real/SampleRate [rw] : sample rate of the input spectrum - \\b mrs_real/LowestPitch [rw] : lowest pitch taken into account - \\b mrs_natural/NotesPerOctave [rw] : nr. of notes per octave ([f 2*f]) - \\b mrs_natural/NrOfNotes [rw] : total nr. of notes to be taken into account - \\b mrs_natural/RefChromaIndex [rw] : index in chroma vector of the ref. pitch (= 440Hz)" ;
+    rdfs:subClassOf af:PitchDetection .
+
+af:PitchDiff a af:AudioFeature ;
+    dc:description "Difference between detected and expected pitch Place this in a series after Yin (or any other pitch-detection MarSystem), and feed it the expected pitch as a control. Outputs the difference as a midi pitch value. Controls: - \\b mrs_real/expectedPitch [w] : expected pitch - \\b mrs_bool/ignoreOctaves [w] : useful if the pitch detection algorithm has octave errors, but is otherwise relatively accurate (default false) - \\b mrs_bool/absoluteValue [w] : outputs the absolute difference (default false)" ;
+    rdfs:subClassOf af:PitchDetection .
+
+af:Power a af:AudioFeature ;
+    dc:description "compute the RMS Power of the input observations into one column" ;
+    rdfs:subClassOf af:StatisticalFunction .
+
+af:PowerSpectrum a af:AudioFeature ;
+    dc:description "PowerSpectrum computes the magnitude/power of the complex spectrum Computes the magnitude/power/decibels/powerdensity of a complex spectrum (as output from the Spectrum MarSystem - see its documentation for info about the spectrum format used in Marsyas). PowerSpectrum takes N/2+1 complex spectrum bins and computes the corresponding N/2+1 power/magnitude/decibels/powerdensity real values. Controls: - \\b mrs_string/spectrumType [w] : choose between \"power\", \"magnitude\", \"decibels\", \"logmagnitude\" (for 1+log(magnitude*1000), \"logmagnitude2\" (for 1+log10(magnitude)) and \"powerdensity\" computations \\see Spectrum" ;
+    rdfs:subClassOf af:SpectrumDescriptor .
+
+af:PowerToAverageRatio a af:AudioFeature ;
+    dc:description "PowerToAverageRatio (or Power-to-Average Ratio) of a window This calculates the PAR for a complete window of samples; it is similar to SCF (Spectral Crest Factor), however SCF calculates the PAR in various frequency bands of observations." ;
+    rdfs:subClassOf af:SpectrumDescriptor .
+
+af:Rms a af:AudioFeature ;
+    dc:description "Rms energy of realvec Simple MarSystem example. Calculate the RMS energy of a realvec" ;
+    rdfs:subClassOf af:StatisticalFunction .
+
+af:Rolloff a af:AudioFeature ;
+    dc:description "Rolloff of each time slice of observations Rolloff computes the rolloff of the observations for each time samle. It is defined as the frequency for which the sum of magnitudes of its lower frequencies are equal to percentage of the sum of magnitudes of its higher frequencies." ;
+    rdfs:subClassOf af:SpectrumDescriptor .
+
+af:RunningAutocorrelation a af:AudioFeature ;
+    dc:description "Running calculation (across slices) of the autocorrelation values. This MarSystem calculates the autocorrelation function of the input signal defined by successive input slices. Unlike the AutoCorrelation MarSystem, the calculations are done across slice boundaries in a seamless fashion (RunningAutocorrelation keeps an internal buffer of the appropriate number of samples from previous slices to implement this feature). Calculations are done in time domain for time lags from 0 to a user defined maximum lag (in number of samples). Note that this assumes that the input slices are non overlapping slices. The autocorrelation values are laid out in the output slice along the time/samples dimension from lag zero to the maximum lag. Multiple input observation channels are supported. For example, if there are two input channels and the maximum lag is 4, the output slice will have two rows and five (not four) columns: \\f[\\begin{array}{ccccc} R_{xx}[0] & R_{xx}[1] & R_{xx}[2] & R_{xx}[3] & R_{xx}[4] \\\\ R_{yy}[0] & R_{yy}[1] & R_{yy}[2] & R_{yy}[3] & R_{yy}[4] \\\\ \\end{array}\\f] with \\f$R_{xx}[n]\\f$ the autocorrelation of the first channel for lag \\f$n\\f$ and \\f$R_{yy}[n]\\f$ the autocorrelation of the second channel. TODO: support overlap between slices (e.g. provide a control for skipping a certain amount of samples). Controls: - \\b mrs_natural/maxLag: the maximum time lag (in samples) to calculate - \\b mrs_bool/normalize: normalize the autocorrelation values on the value for lag = 0 (which is the energy of the signal). Note that the autocorrelation value for lag 0 will consequently be always 1 (unless the input signal is 0 everywhere). - \\b mrs_bool/doNotNormalizeForLag0: when normalizing the autocorrelation values, do not normalize the value for lag 0. - \\b mrs_bool/clear: clear the internal buffers to start fresh. - \\b mrs_bool/unfoldToObservations: instead of putting the autocorrelation values along the time/samples axis in the slice, they can also be laid out along the observation axis. Using the example from above, the output slice will have one column and 10 rows with values \\f$R_{xx}[0], R_{xx}[1], \\ldots, R_{xx}[4], R_{yy}[0], R_{yy}[1], \\ldots, R_{yy}[4] \\f$" ;
+    rdfs:subClassOf af:Analysis .
+
+af:RunningStatistics a af:AudioFeature ;
+    dc:description "Gathers the running average, variance, standard deviation, etc. Outputs the running average and standard deviation of all the input so far. Controls: - \\b mrs_bool/enableMean: enable outputting of the mean values (on by default). - \\b mrs_bool/enableStddev: enable outputting of the standard deviation values (on by default). - \\b mrs_bool/enableSkewness: enable outputting of the skewness values (off by default). - \\b mrs_bool/clear: clear the internal buffers to start fresh. - \\b mrs_book/clearPerTick: clear the buffers at the start of each tick. This disables the \"running\" property of the calculations. \\todo: add kurtosis \\todo: add option to output running energy (we're calculating it anyway)" ;
+    rdfs:subClassOf af:StatisticalFunction .
+
+af:SNR a af:AudioFeature ;
+    dc:description "Compute SNR and variations Computes the SNR between two mono audio signals. One signal is observation 0 and the other is observation 1. The output is: observation 0 is the Signal/Noise ratio in dB 10 * log10(\\frac{\\sum A^2}{\\sum A-B}) observation 1 is the SNR with optimized gain factor 10 * log10(\\frac{1}{1 - (\\frac{sum A B}{\\sqrt{\\sum A^2 \\sum B^2}})}) Controls: - \\b mrs_string/mode [rw] : sets the gain multiplier." ;
+    rdfs:subClassOf af:StatisticalFunction .
+
+af:SpectralFlatnessAllBands a af:AudioFeature ;
+    dc:description "Calculates a single spectral flatness value. Similar to SFM, but that marsystem splits the observations into bands, whereas this one uses the whole range of observations to generate one number. It may be used to 'narrow in' on a specific range by putting a RemoveObservations marsystem before it." ;
+    rdfs:subClassOf af:SpectrumDescriptor .
+
+af:Spectrum a af:AudioFeature ;
+    dc:description "Compute the complex spectrum of input window Computes the complex spectrum (N/2+1 points) of the input window using the Fast Fourier Transform (FFT). The output is a N-sized column vector (where N is the size of the input audio vector), using the following format: [Re(0), Re(N/2), Re(1), Im(1), Re(2), Im(2), ..., Re(N/2-1), Im(N/2-1)] Note that the DC and Nyquist frequencies only have real part, and are output as the two first coefficients in the vector. Overall, the output spectrum has N/2+1 unique points, corresponding to the positive half of the complex spectrum. \\note Only the first observation input channel is processed, the rest (if any) is ignored. \\see PowerSpectrum, fft" ;
+    rdfs:subClassOf af:SpectrumDescriptor .
+
+af:Spectrum2ACMChroma a af:AudioFeature ;
+    dc:description "Transform an (amplitude) spectrum to a chroma profile \\author Matthias Varewyck \\date 20090518 \\todo - Check if parameters are independent on input sample rate (~= 8kHz) - Include check if provided (amplitude) spectrum was correctly computed - Include correct error handling (conform Marsyas rules) - Let the lowest F0 be higher than the diapason - Introduce a highest F0 additional to a lowest F0 - Add \"fan in combinator\" to simplify actual chroma profile computation This class implements the conversion of an (amplitude) spectrum to a chroma profile as described in \"a novel chroma representation of polyphonic music based on multiple pitch tracking techniques\" which was presented at the 16th ACM International Conference on Multimedia. The method computes the set of pitches that best explains the salient frequencies present in the (amplitude) spectrum. The method results in (1) a chroma profile and (2) a chord evidence. (1) The chroma profile represents the normalized pitches after they were folded to one octave (2) The chord evidence represents the probability that a chord occurs in the examined frame. For an example, see the function \"toy_with_chroma\" in the mudbox. Controls: - \\b mrs_natural/NrOfHarmonics [rw] : adjust the number of harmonics in F0 detection (should be >0) - \\b mrs_real/F0Weight [rw] : adjust the balance between F0 and its harmonics (between 0 and 1) - \\b mrs_real/LowestF0 [rw] : adjust the lowest F0 to be detected (between 0 and Nyquist frequency) - \\b mrs_real/ChordEvidence [r] : store the chord evidence of the last examined frame" ;
+    rdfs:subClassOf af:SpectrumDescriptor .
+
+af:Spectrum2Chroma a af:AudioFeature ;
+    dc:description "Convert spectrum magnitude (e.g. output from PowerSpectrum MarSystem) into a Chroma vector representation. Based in the fft2chromamx.m MATLAB script by Dan Ellis: http://www.ee.columbia.edu/~dpwe/resources/matlab/chroma-ansyn/#1 Controls: - \\b mrs_natural/nbins [w] : sets the number of chroma bins to output (default = 12, i.e. chromatic diatonic) - \\b mrs_real/middleAfreq [w] : sets the frequency (in Hz) to be used for the middle A pitch (A4) - \\b mrs_real/weightCenterFreq [w] : sets the Gaussian weighting center frequency (in Hz) - \\b mrs_real/weightStdDev [w] : sets the Gaussian weighting StdDev (in octaves)" ;
+    rdfs:subClassOf af:SpectrumDescriptor .
+
+af:Spectrum2Mel a af:AudioFeature ;
+    dc:description "Convert spectrum magnitude (e.g. output from PowerSpectrum MarSystem) into Mel frequency scale. In order to duplicate the mel matrix in Slaney's mfcc.m use the following parameters: - fftsize = 512 - srate = 8000Hz - melBands = 40 - bandWidth = 1.0 - bandLowEdge = 133.33 - bandHighEdge = 6855.5 - constAmp = false Based in the fft2melmx.m MATLAB script by Dan Ellis: http://labrosa.ee.columbia.edu/projects/coversongs/ Controls: - \\b mrs_natural/melBands [w] : sets the number of Mel bands to output (default = 40, i.e. one per bark) - \\b mrs_real/bandWidth [w] : sets the constant width of each band relative to standard Mel (default 1.0) - \\b mrs_real/bandLowEdge [w] : sets the frequency (in Hz) of the lowest band edge (default 0.0, but 133.33 is a common standard (to skip LF)) - \\b mrs_real/bandHighEdge [w] : sets frequency in Hz of upper edge (default audio srate/2) - \\b mrs_bool/htkMel [w] : use HTK's version of the mel curve, not Slaney's - \\b mrs_bool/constAmp [w] : make integration windows peak at 1, not sum to 1" ;
+    rdfs:subClassOf af:SpectrumDescriptor .
+
+af:StandardDeviation a af:AudioFeature ;
+    dc:description "Standard Deviation of each row of observations Calculates the standard deviation of each row of observations. The resulting standard deviations are returned as a column vector." ;
+    rdfs:subClassOf af:StatisticalFunction .
+
+af:StereoSpectrum a af:AudioFeature ;
+    dc:description "StereoSpectrum computes the panning index for each spectrum bin of a stereo input (i.e. input is expected to be the output of a parallel of two Spectrum MarSystems, one for each stereo channel)." ;
+    rdfs:subClassOf af:SpectrumDescriptor .
+
+af:StereoSpectrumFeatures a af:AudioFeature ;
+    dc:description "StereoSpectrumFeatures capture panning information After computing the Stereo Spectrum we can summarize it by extracting features using the StereoSpectrumFeatures." ;
+    rdfs:subClassOf af:SpectrumDescriptor .
+
+af:StereoSpectrumSources a af:AudioFeature ;
+    dc:description "StereoSpectrumSources estimates the number of sources placed into different stereo positions. After computing the Stereo Spectrum we can try to estimate the number of sources playing in different stereo positions." ;
+    rdfs:subClassOf af:SpectrumDescriptor .
+
+af:TriangularFilterBank a af:AudioFeature ;
+    dc:description "Triangular FilterBank Takes as input the N/2+1 spectrum Magnitude points output by PowerSpectrum. For example it can be used to compute a Mel-scale or Constant-Q filterbank. \\see Spectrum, PowerSpectrum Controls: - \\b mrs_natural/coefficients [w]: the number of cepstral coefficients to calculate." ;
+    rdfs:subClassOf af:SpectrumDescriptor .
+
+af:WaveletPyramid a af:AudioFeature ;
+    dc:description "Pyramid wavelet algorithm Discrete Wavelet Transform (DWT) pyramid algorithm. Based on the Numerical Recipies wavelet code." ;
+    rdfs:subClassOf af:SpectrumDescriptor .
+
+af:Yin a af:AudioFeature ;
+    dc:description "Pitch detection using the YIN algorithm This algorithm was developped by A. de Cheveigne and H. Kawahara and published in: De Cheveigne, A., Kawahara, H. (2002) \"YIN, a fundamental frequency estimator for speech and music\", J. Acoust. Soc. Am. 111, 1917-1930. See http://recherche.ircam.fr/equipes/pcm/pub/people/cheveign.html This code was adapted from aubio (http://aubio.org) by sness. THIS MARSYSTEM IS VERY SIMILAR TO AUBIO_YIN, BUT DO NOT DELETE IT BECAUSE I NEED IT. - Graham Controls: - \\b mrs_real/tolerance [w] : sets the tolerance of the yin algorithm - \\b mrs_real/frequency_min [w] : limits the search to frequencies above or equal to this - \\b mrs_real/frequency_max [w] : limits the search to frequencies below or equal to this (set to 0 to disable)" ;
+    rdfs:subClassOf af:PitchDetection .
+
+af:ZeroCrossings a af:AudioFeature ;
+    dc:description "Time-domain ZeroCrossings Basically counts the number of times the input signal crosses the zero line." ;
+    rdfs:subClassOf af:Analysis .
+
+af:KeyDetection a owl:Class ;
+    rdfs:subClassOf af:Analysis .
+
+af:LoudnessDescriptor a owl:Class ;
+    rdfs:subClassOf af:Analysis .
+
+af:OnsetDetection a owl:Class ;
+    rdfs:subClassOf af:Analysis .
+
+af:TempoDetection a owl:Class ;
+    rdfs:subClassOf af:Analysis .
+
+af:AzimuthDiscriminationandResynthesis a owl:Class ;
+    rdfs:subClassOf af:Analysis .
+
+af:PitchDetection a owl:Class ;
+    rdfs:subClassOf af:Analysis .
+
+af:AuditoryImageModel a owl:Class ;
+    rdfs:subClassOf af:Analysis .
+
+af:Analysis a owl:Class .
+
+af:StatisticalFunction a owl:Class ;
+    rdfs:subClassOf af:Analysis .
+
+af:SpectrumDescriptor a owl:Class ;
+    rdfs:subClassOf af:Analysis .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/Marsyas-onto.rdf	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,393 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rdf:RDF
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:owl="http://www.w3.org/2002/07/owl#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Daub4">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor"/>
+    <dc:description>Daubechies4 WaveletStep Applies the Daubechies 4-coefficient wavelet filter as a WaveletStep for the WaveletPyramid algorithm. The code is is based on the Numerical Recipies wavelet code.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Peaker">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OnsetDetection"/>
+    <dc:description>Pick peaks out of signal Peaker is used to select peaks(or valleys) from the input vector. Various parameters of the peak selection process can be adjusted. Controls: - \b mrs_real/peakSpacing [w] : expressed in percentage of total vector length and is how much spacing you allow between the peaks - \b mrs_real/peakStrength [w] : threshold compared to the RMS of the vector (should be renamed to peakStrengthRelRms to keep naming consistent, but this might break existing systems) - \b mrs_real/peakStrengthAbs [w] : absolute threshold (might make sense e.g. for normalized spectra) - \b mrs_real/peakStrengthRelMax [w] : threshold compared to global max of the vector (range: 0...1, example: 0.001 if all peaks with a level of more than 60dB below the maximum should be discarded - \b mrs_real/peakStrengthRelThresh [w] : threshold compared to an adaptive threshold of the vector (lp filtered version of the signal); value is a factor that moves threshold up and down, e.g. value = 2 means that the lp filtered signal is moved up by 6dB - \b mrs_real/peakStrengthTreshLpParam [w] : coefficient for the single pole lowpass for computing the adaptive threshold (between 0...1) - \b mrs_natural/peakStart [w] : expressed in absolute positions of the vector and it just to adjust what part of the vector will be considered - \b mrs_natural/peakEnd [w] : expressed in absolute positions of the vector length and it just to adjust what part of the vector will be considered - \b mrs_natural/interpolation [w] : TODO - mlagrange? [!] - \b mrs_real/peakGain [w] : TODO - mlagrange? [!]</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LSP">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor"/>
+    <dc:description>Compute Linear Spectral Pair (LSP) coefficients Takes the output of ::LPC() and calculates the corresponding LSP values. See the LPC class implementation. Cobe by Lus Gustavo Martins - lmartins@inescporto.pt May 2006</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MinArgMin">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StatisticalFunction"/>
+    <dc:description>Calculate k minimums and their positions The output is : min1, argmin1, min2, argmin2, ....</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Energy">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LoudnessDescriptor"/>
+    <dc:description>compute the Energy of the input observations into one column</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StereoSpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor"/>
+    <dc:description>StereoSpectrum computes the panning index for each spectrum bin of a stereo input (i.e. input is expected to be the output of a parallel of two Spectrum MarSystems, one for each stereo channel).</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AimPZFC2">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryImageModel"/>
+    <dc:description>Time-domain AimPZFC2 Dick Lyon's Pole-Zero Filter Cascade - implemented in C++ by Tom Walters from the AIM-MAT module based on Dick Lyon's code. Ported to Marsyas from AIM-C by Steven Ness (sness@sness.net). AimPZFC2 is a re-write of the AimPZFC to be more Marsyas like. The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoCorrelation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Analysis"/>
+    <dc:description>Compute the generalized autocorrelation of input window Computes the generalized autocorrelation (with optional magnitude compression) using the Fast Fourier Transform (FFT). Controls: - \b mrs_bool/aliasedOutput [w] : by default, this control is set to true and the output of AutoCorrelation will be an alised time domain signal (as used by the original Marsyas0.1 code implemented by George Tzanetakis - MUST CHECK IF THIS MAKES SENSE!). Setting this control to false, the FFTs will be computed using the next power of 2 of the inSamples*2+1, which avoids alising in the iFFT step. In this mode, only the first inSamples of the autocorrleation function will be output (since the remaining ones are mirrored versions or zero valued). - \b mrs_bool/setr0to1" [w]: if set to true, the output will be normalized so that r_xx(0) = 1 Had to use a weird name because there already was a normalize control [AL]</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Flux">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor"/>
+    <dc:description>Flux calculate the flux between the current and prev. spectrum (e.g. output of PowerSpectrum) The flux is defined as the norm of the difference vector between two successive magnitue/power spectra, although different implementations are possible. Controls: - \b mrs_string/mode [w]: select from the different available implementations for Flux: "marsyas" and "DixonDAFX06" - \b mrs_bool/reset [rw] : clear and reset the memory buffer</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TempoDetection">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Analysis"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Power">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StatisticalFunction"/>
+    <dc:description>compute the RMS Power of the input observations into one column</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AimHCL">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryImageModel"/>
+    <dc:description>Halfwave rectification, compression and lowpass filtering Author Thomas Walters &lt;tom@acousticscale.org&gt; Ported to Marsyas by Steven Ness &lt;sness@sness.net&gt; The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Yin">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchDetection"/>
+    <dc:description>Pitch detection using the YIN algorithm This algorithm was developped by A. de Cheveigne and H. Kawahara and published in: De Cheveigne, A., Kawahara, H. (2002) "YIN, a fundamental frequency estimator for speech and music", J. Acoust. Soc. Am. 111, 1917-1930. See http://recherche.ircam.fr/equipes/pcm/pub/people/cheveign.html This code was adapted from aubio (http://aubio.org) by sness. THIS MARSYSTEM IS VERY SIMILAR TO AUBIO_YIN, BUT DO NOT DELETE IT BECAUSE I NEED IT. - Graham Controls: - \b mrs_real/tolerance [w] : sets the tolerance of the yin algorithm - \b mrs_real/frequency_min [w] : limits the search to frequencies above or equal to this - \b mrs_real/frequency_max [w] : limits the search to frequencies below or equal to this (set to 0 to disable)</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MaxArgMax">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StatisticalFunction"/>
+    <dc:description>Calculate k maximums and their positions The output is : max1, argmax1, max2, argmax2, ....</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AzimuthDiscriminationandResynthesis">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Analysis"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Pitch2Chroma">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchDetection"/>
+    <dc:description>Transform pitch to chroma - input = amplitude spectrum with peaks at frequency bins that represent pitches and values that represent evidences - output = chroma profile with chroma values ordered according to the circle of fifths, i.e. A, E,.. D \author Matthias Varewyck \date 20090518 Controls: - \b mrs_real/SampleRate [rw] : sample rate of the input spectrum - \b mrs_real/LowestPitch [rw] : lowest pitch taken into account - \b mrs_natural/NotesPerOctave [rw] : nr. of notes per octave ([f 2*f]) - \b mrs_natural/NrOfNotes [rw] : total nr. of notes to be taken into account - \b mrs_natural/RefChromaIndex [rw] : index in chroma vector of the ref. pitch (= 440Hz)</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LoudnessDescriptor">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Analysis"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AubioYin">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchDetection"/>
+    <dc:description>Pitch detection using the YIN algorithm This algorithm was developped by A. de Cheveigne and H. Kawahara and published in: De Cheveigne, A., Kawahara, H. (2002) "YIN, a fundamental frequency estimator for speech and music", J. Acoust. Soc. Am. 111, 1917-1930. See http://recherche.ircam.fr/equipes/pcm/pub/people/cheveign.html This code was adapted from aubio (http://aubio.org) by sness. Controls: - \b mrs_real/tolerance [w] : sets the tolerance of the yin algorithm</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StereoSpectrumFeatures">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor"/>
+    <dc:description>StereoSpectrumFeatures capture panning information After computing the Stereo Spectrum we can summarize it by extracting features using the StereoSpectrumFeatures.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StatisticalFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Analysis"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MaxMin">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StatisticalFunction"/>
+    <dc:description>Calculate the maximum and minimum values for each observation signal (per slice). For each observation channel in each given slice, the maximum and minimum values is calculated. This MarSystem has no extra controls.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MFCC">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor"/>
+    <dc:description>MFCC Mel-Frequency Cepstral Coefficients. Takes as input the N/2+1 spectrum Magnitude points output by PowerSpectrum. Mel-Frequency cepstral coefficients are features frequently used in Speech Recognition. The code is based on the corresponding function in the Auditory Toolbox by Malcolm Slaney. \see Spectrum, PowerSpectrum Controls: - \b mrs_natural/coefficients [w]: the number of cepstral coefficients to calculate.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogramFromPeaks">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TempoDetection"/>
+    <dc:description>BeatHistogramFromPeaks Calculate BeatHistograms from peaks represented as pairs of periodicity/amplitude (typically from an autocorrelation function).</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PowerSpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor"/>
+    <dc:description>PowerSpectrum computes the magnitude/power of the complex spectrum Computes the magnitude/power/decibels/powerdensity of a complex spectrum (as output from the Spectrum MarSystem - see its documentation for info about the spectrum format used in Marsyas). PowerSpectrum takes N/2+1 complex spectrum bins and computes the corresponding N/2+1 power/magnitude/decibels/powerdensity real values. Controls: - \b mrs_string/spectrumType [w] : choose between "power", "magnitude", "decibels", "logmagnitude" (for 1+log(magnitude*1000), "logmagnitude2" (for 1+log10(magnitude)) and "powerdensity" computations \see Spectrum</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RunningStatistics">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StatisticalFunction"/>
+    <dc:description>Gathers the running average, variance, standard deviation, etc. Outputs the running average and standard deviation of all the input so far. Controls: - \b mrs_bool/enableMean: enable outputting of the mean values (on by default). - \b mrs_bool/enableStddev: enable outputting of the standard deviation values (on by default). - \b mrs_bool/enableSkewness: enable outputting of the skewness values (off by default). - \b mrs_bool/clear: clear the internal buffers to start fresh. - \b mrs_book/clearPerTick: clear the buffers at the start of each tick. This disables the "running" property of the calculations. \todo: add kurtosis \todo: add option to output running energy (we're calculating it anyway)</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectrum2ACMChroma">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor"/>
+    <dc:description>Transform an (amplitude) spectrum to a chroma profile \author Matthias Varewyck \date 20090518 \todo - Check if parameters are independent on input sample rate (~= 8kHz) - Include check if provided (amplitude) spectrum was correctly computed - Include correct error handling (conform Marsyas rules) - Let the lowest F0 be higher than the diapason - Introduce a highest F0 additional to a lowest F0 - Add "fan in combinator" to simplify actual chroma profile computation This class implements the conversion of an (amplitude) spectrum to a chroma profile as described in "a novel chroma representation of polyphonic music based on multiple pitch tracking techniques" which was presented at the 16th ACM International Conference on Multimedia. The method computes the set of pitches that best explains the salient frequencies present in the (amplitude) spectrum. The method results in (1) a chroma profile and (2) a chord evidence. (1) The chroma profile represents the normalized pitches after they were folded to one octave (2) The chord evidence represents the probability that a chord occurs in the examined frame. For an example, see the function "toy_with_chroma" in the mudbox. Controls: - \b mrs_natural/NrOfHarmonics [rw] : adjust the number of harmonics in F0 detection (should be &gt;0) - \b mrs_real/F0Weight [rw] : adjust the balance between F0 and its harmonics (between 0 and 1) - \b mrs_real/LowestF0 [rw] : adjust the lowest F0 to be detected (between 0 and Nyquist frequency) - \b mrs_real/ChordEvidence [r] : store the chord evidence of the last examined frame</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StandardDeviation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StatisticalFunction"/>
+    <dc:description>Standard Deviation of each row of observations Calculates the standard deviation of each row of observations. The resulting standard deviations are returned as a column vector.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SNR">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StatisticalFunction"/>
+    <dc:description>Compute SNR and variations Computes the SNR between two mono audio signals. One signal is observation 0 and the other is observation 1. The output is: observation 0 is the Signal/Noise ratio in dB 10 * log10(\frac{\sum A^2}{\sum A-B}) observation 1 is the SNR with optimized gain factor 10 * log10(\frac{1}{1 - (\frac{sum A B}{\sqrt{\sum A^2 \sum B^2}})}) Controls: - \b mrs_string/mode [rw] : sets the gain multiplier.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakInObservation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StatisticalFunction"/>
+    <dc:description>Compute peaks in observation vector \author Matthias Varewyck \date 20090518 Controls: - \b mrs_natural/HystLength [rw] : .. - \b mrs_real/HystFactor [rw] : ..</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Analysis"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor"/>
+    <dc:description>Compute the complex spectrum of input window Computes the complex spectrum (N/2+1 points) of the input window using the Fast Fourier Transform (FFT). The output is a N-sized column vector (where N is the size of the input audio vector), using the following format: [Re(0), Re(N/2), Re(1), Im(1), Re(2), Im(2), ..., Re(N/2-1), Im(N/2-1)] Note that the DC and Nyquist frequencies only have real part, and are output as the two first coefficients in the vector. Overall, the output spectrum has N/2+1 unique points, corresponding to the positive half of the complex spectrum. \note Only the first observation input channel is processed, the rest (if any) is ignored. \see PowerSpectrum, fft</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AimPZFC">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryImageModel"/>
+    <dc:description>Time-domain AimPZFC Dick Lyon's Pole-Zero Filter Cascade - implemented in C++ by Tom Walters from the AIM-MAT module based on Dick Lyon's code. Ported to Marsyas from AIM-C by Steven Ness (sness@sness.net). The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MeanAbsoluteDeviation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StatisticalFunction"/>
+    <dc:description>Calculates the mean absolute deviation</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MeddisHairCell">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Analysis"/>
+    <dc:description>MeddisHairCell for auditory models Directed port from the Auditory toolbox by Malcolm Slaney</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TriangularFilterBank">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor"/>
+    <dc:description>Triangular FilterBank Takes as input the N/2+1 spectrum Magnitude points output by PowerSpectrum. For example it can be used to compute a Mel-scale or Constant-Q filterbank. \see Spectrum, PowerSpectrum Controls: - \b mrs_natural/coefficients [w]: the number of cepstral coefficients to calculate.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossings">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Analysis"/>
+    <dc:description>Time-domain ZeroCrossings Basically counts the number of times the input signal crosses the zero line.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TempoDetection"/>
+    <dc:description>BeatHistogram Calculate Beat Histogram. The input should be the autocorrelation of either the time waveform or some kind of onset detection function.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Rms">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StatisticalFunction"/>
+    <dc:description>Rms energy of realvec Simple MarSystem example. Calculate the RMS energy of a realvec</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WaveletPyramid">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor"/>
+    <dc:description>Pyramid wavelet algorithm Discrete Wavelet Transform (DWT) pyramid algorithm. Based on the Numerical Recipies wavelet code.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LPC">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor"/>
+    <dc:description>Compute Warped LPC coefficients, Pitch and Power [STILL UNDER TESTING!]. Linear Prediction Coefficients (LPC). Features commonly used in Speech Recognition research. This class is a modification of the original Marsyas0.1 LPC class. The following differences apply: - order now reflects the LPC order (and returns \&lt;order\&gt; coefficients plus pitch and gain) - It is possible to define a pole-shifting parameter, gamma (default value = 1.0 =&gt; no shifting) - It is possible to define a warping factor, lambda (defualt value = 0.0 =&gt; no warping) Code by Lus Gustavo Martins - lmartins@inescporto.pt May 2006</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AimGammatone">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryImageModel"/>
+    <dc:description>Slaney's gammatone filterbank Author : Thomas Walters &lt;tom@acousticscale.org&gt; Ported to Marsyas by Steven Ness &lt;sness@sness.net&gt; This is the version of the IIR gammatone used in Slaney's Auditory toolbox. The original verison as described in Apple Tech. Report #35 has a problem with the high-order coefficients at low centre frequencies and high sample rates. Since it is important that AIM-C can deal with these cases (for example for the Gaussian features), I've reiplemeted Slaney's alternative version which uses a cascade of four second-order filters in place of the eighth-order filter. The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AimSAI">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryImageModel"/>
+    <dc:description>Stabilised auditory image Author : Thomas Walters &lt;tom@acousticscale.org&gt; Ported to Marsyas by Steven Ness &lt;sness@sness.net&gt; The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CrossCorrelation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StatisticalFunction"/>
+    <dc:description>Computes the cross correlation of an input. Accepts N observations and returns N-1 observations, with each observation being the cross correlation of the inputs n and n-1. Controls: "mrs_string/mode" : This control sets the type of cross correlation. "general" is the default, and will compute the generalized cross correlation. "phat" will compute the generalized cross correlation with phase transform "ml" will compute a maximum likelihood cross correlation. This works well specifically for time delay estimation in noisy or reverberant environments. Note: inSamples should be 2^k or fft will not work properly. \author Gabrielle Odowichuk</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StatisticalFunction"/>
+    <dc:description>Mean calculate the mean of each row of observations</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectrum2Mel">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor"/>
+    <dc:description>Convert spectrum magnitude (e.g. output from PowerSpectrum MarSystem) into Mel frequency scale. In order to duplicate the mel matrix in Slaney's mfcc.m use the following parameters: - fftsize = 512 - srate = 8000Hz - melBands = 40 - bandWidth = 1.0 - bandLowEdge = 133.33 - bandHighEdge = 6855.5 - constAmp = false Based in the fft2melmx.m MATLAB script by Dan Ellis: http://labrosa.ee.columbia.edu/projects/coversongs/ Controls: - \b mrs_natural/melBands [w] : sets the number of Mel bands to output (default = 40, i.e. one per bark) - \b mrs_real/bandWidth [w] : sets the constant width of each band relative to standard Mel (default 1.0) - \b mrs_real/bandLowEdge [w] : sets the frequency (in Hz) of the lowest band edge (default 0.0, but 133.33 is a common standard (to skip LF)) - \b mrs_real/bandHighEdge [w] : sets frequency in Hz of upper edge (default audio srate/2) - \b mrs_bool/htkMel [w] : use HTK's version of the mel curve, not Slaney's - \b mrs_bool/constAmp [w] : make integration windows peak at 1, not sum to 1</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LPCC">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor"/>
+    <dc:description>Convert LPC coefficients to Cepstrum coefficients. This MarSystem is expecting to receive at its input LPC coefficients + Pitch + Power, as output by the LPC MarSystem (see LPC.cpp/.h). It only converts the LPC coefficients to cepstral coefficients and ignores the pitch value received from LPC. Code by: Lus Gustavo Martins - lmartins@inescporto.pt November 2006</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AimLocalMax">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryImageModel"/>
+    <dc:description>Local maximum strobe criterion: decaying threshold with timeout Author : Thomas Walters &lt;tom@acousticscale.org&gt; Ported to Marsyas by Steven Ness &lt;sness@sness.net&gt; The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Median">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StatisticalFunction"/>
+    <dc:description>Median calculate the median of each row of observations</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ADRess">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AzimuthDiscriminationandResynthesis"/>
+    <dc:description>Azimuth Discrimination and Resynthesis (ADRess) implementation, which takes a stereo input (i.e. input is expected to be the output of a parallel of two Spectrum MarSystems, one for each stereo channel), and outputs the phase vector and frequency dependent nulls matrix for each channel using the following format: [bin_phases_l][AZl] [bin_phases_r][AZr] This algorithm was proposed by Dan Barry et al at the DAfX04, "Sound Source Separation: azimuth discrimination and resynthesis". The algorithm exploits the use of pan pot as a means to achieve image localisation within stereophonic recordings, assuming only an interaural intensity difference exists between left and right channels for a single source. A gain scaling and phase cancellation technique is then used to expose frequency dependent nulls across the azimuth domain, from which source separation and resynthesis may be carried out. Controls: - \b mrs_natural/beta [w] : Sets the azimuth resolution</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ADRessSpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AzimuthDiscriminationandResynthesis"/>
+    <dc:description>Takes the output of the ADRess (i.e. the stereo azimuth-frequency maps) and outputs a single channel spectrum of the part of the freq-azimuth plane selected by the d and H controls. This can then be inverse transformed back into time domain for resynthesis purposes. Controls: - \b mrs_real/d [w] : value between 0.0~1.0, used for selecting the portion of the azimuth-frequency plane to be extracted - \b mrs_real/H [w] : sets the azimuth subspace width (in percentage of total width of the azimuth plane)</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AimVQ">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryImageModel"/>
+    <dc:description>Vector quantization for dense to sparse features Author : Thomas Walters &lt;tom@acousticscale.org&gt; Ported to Marsyas by Steven Ness &lt;sness@sness.net&gt; The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ADRessStereoSpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AzimuthDiscriminationandResynthesis"/>
+    <dc:description>Takes the output of the ADRess (i.e. the panning-frequency maps) and outputs the panning coefficient for each spectral bin (N/2+1 bins).</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OnsetDetection">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Analysis"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StereoSpectrumSources">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor"/>
+    <dc:description>StereoSpectrumSources estimates the number of sources placed into different stereo positions. After computing the Stereo Spectrum we can try to estimate the number of sources playing in different stereo positions.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Kurtosis">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StatisticalFunction"/>
+    <dc:description>Kurtosis Calculate the Kurtosis of the input observations. Typically used for characterizing the magnitude spectrum.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/KrumhanslKeyFinder">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/KeyDetection"/>
+    <dc:description>Krumhansl-Schmuckler Key-Finding Algorithm Performs simple chord detection using the Krumhansl-Schmuckler Key-Finding Algorithm. The input is a pitch class profile or chroma vector with 12 values one for each chromatic note. Controls:</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AimSSI">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryImageModel"/>
+    <dc:description>Size-shape image (aka the 'sscAI') Author : Thomas Walters &lt;tom@acousticscale.org&gt; Ported to Marsyas by Steven Ness &lt;sness@sness.net&gt; The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnhADRessStereoSpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AzimuthDiscriminationandResynthesis"/>
+    <dc:description>Takes the output of the enhADRess and outputs the panning coefficient for each spectral bin (N/2+1 bins).</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Rolloff">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor"/>
+    <dc:description>Rolloff of each time slice of observations Rolloff computes the rolloff of the observations for each time samle. It is defined as the frequency for which the sum of magnitudes of its lower frequencies are equal to percentage of the sum of magnitudes of its higher frequencies.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryImageModel">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Analysis"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AimBoxes">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryImageModel"/>
+    <dc:description>'Box-cutting' routine to generate dense features Author : Thomas Walters &lt;tom@acousticscale.org&gt; Ported to Marsyas by Steven Ness &lt;sness@sness.net&gt; The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchDiff">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchDetection"/>
+    <dc:description>Difference between detected and expected pitch Place this in a series after Yin (or any other pitch-detection MarSystem), and feed it the expected pitch as a control. Outputs the difference as a midi pitch value. Controls: - \b mrs_real/expectedPitch [w] : expected pitch - \b mrs_bool/ignoreOctaves [w] : useful if the pitch detection algorithm has octave errors, but is otherwise relatively accurate (default false) - \b mrs_bool/absoluteValue [w] : outputs the absolute difference (default false)</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchDetection">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Analysis"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AbsMax">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StatisticalFunction"/>
+    <dc:description>Calculate the maximum absolute value for each observation signal (per slice). For each observation channel in each given slice, the maximum absolute value is calculated. This MarSystem has no extra controls.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatnessAllBands">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor"/>
+    <dc:description>Calculates a single spectral flatness value. Similar to SFM, but that marsystem splits the observations into bands, whereas this one uses the whole range of observations to generate one number. It may be used to 'narrow in' on a specific range by putting a RemoveObservations marsystem before it.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatPhase">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TempoDetection"/>
+    <dc:description>Given a periodicity calculate best matching phase</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RunningAutocorrelation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Analysis"/>
+    <dc:description>Running calculation (across slices) of the autocorrelation values. This MarSystem calculates the autocorrelation function of the input signal defined by successive input slices. Unlike the AutoCorrelation MarSystem, the calculations are done across slice boundaries in a seamless fashion (RunningAutocorrelation keeps an internal buffer of the appropriate number of samples from previous slices to implement this feature). Calculations are done in time domain for time lags from 0 to a user defined maximum lag (in number of samples). Note that this assumes that the input slices are non overlapping slices. The autocorrelation values are laid out in the output slice along the time/samples dimension from lag zero to the maximum lag. Multiple input observation channels are supported. For example, if there are two input channels and the maximum lag is 4, the output slice will have two rows and five (not four) columns: \f[\begin{array}{ccccc} R_{xx}[0] &amp; R_{xx}[1] &amp; R_{xx}[2] &amp; R_{xx}[3] &amp; R_{xx}[4] \\ R_{yy}[0] &amp; R_{yy}[1] &amp; R_{yy}[2] &amp; R_{yy}[3] &amp; R_{yy}[4] \\ \end{array}\f] with \f$R_{xx}[n]\f$ the autocorrelation of the first channel for lag \f$n\f$ and \f$R_{yy}[n]\f$ the autocorrelation of the second channel. TODO: support overlap between slices (e.g. provide a control for skipping a certain amount of samples). Controls: - \b mrs_natural/maxLag: the maximum time lag (in samples) to calculate - \b mrs_bool/normalize: normalize the autocorrelation values on the value for lag = 0 (which is the energy of the signal). Note that the autocorrelation value for lag 0 will consequently be always 1 (unless the input signal is 0 everywhere). - \b mrs_bool/doNotNormalizeForLag0: when normalizing the autocorrelation values, do not normalize the value for lag 0. - \b mrs_bool/clear: clear the internal buffers to start fresh. - \b mrs_bool/unfoldToObservations: instead of putting the autocorrelation values along the time/samples axis in the slice, they can also be laid out along the observation axis. Using the example from above, the output slice will have one column and 10 rows with values \f$R_{xx}[0], R_{xx}[1], \ldots, R_{xx}[4], R_{yy}[0], R_{yy}[1], \ldots, R_{yy}[4] \f$</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PowerToAverageRatio">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor"/>
+    <dc:description>PowerToAverageRatio (or Power-to-Average Ratio) of a window This calculates the PAR for a complete window of samples; it is similar to SCF (Spectral Crest Factor), however SCF calculates the PAR in various frequency bands of observations.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/KeyDetection">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Analysis"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnhADRess">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AzimuthDiscriminationandResynthesis"/>
+    <dc:description>Azimuth Discrimination and Resynthesis (EnhADRess) implementation, which takes a stereo input (i.e. input is expected to be the output of a parallel of two Spectrum MarSystems, one for each stereo channel), and outputs the magnitudes, phases and panning indexes for N/2+1 bins, stacked vertically: [Mag] [Phases] [Pan] This enhanced version of the ADRess algorithm was proposed by Cooney et al, "An Enhanced implemantation of the ADRess Music Source Separation Algorithm", 121st AES Convention, October 2006.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectrum2Chroma">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectrumDescriptor"/>
+    <dc:description>Convert spectrum magnitude (e.g. output from PowerSpectrum MarSystem) into a Chroma vector representation. Based in the fft2chromamx.m MATLAB script by Dan Ellis: http://www.ee.columbia.edu/~dpwe/resources/matlab/chroma-ansyn/#1 Controls: - \b mrs_natural/nbins [w] : sets the number of chroma bins to output (default = 12, i.e. chromatic diatonic) - \b mrs_real/middleAfreq [w] : sets the frequency (in Hz) to be used for the middle A pitch (A4) - \b mrs_real/weightCenterFreq [w] : sets the Gaussian weighting center frequency (in Hz) - \b mrs_real/weightStdDev [w] : sets the Gaussian weighting StdDev (in octaves)</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AMDF">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchDetection"/>
+    <dc:description>Average Magnitude Difference Function Computer the average magnitude difference function which can then be used for pitch detection by detecting the location of valleys.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Centroid">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StatisticalFunction"/>
+    <dc:description>Centroid of each time slice of observations Centroid computes the centroid of the observations for each time sample. The center is defined as the normalized first moment (center of gravity) of the observation vector.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/F0Analysis">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchDetection"/>
+    <dc:description>Compute F0s in input spectrum \author Matthias Varewyck \date 20090518 Controls: - \b mrs_natural NrOfHarmonics [rw] : nr. of harmonics taken into account (excl. F0) - \b mrs_real F0Weight [rw] : balance between F0 and higher harmonics - \b mrs_real Attenuation [rw] : attenuation of higher harmonics - \b mrs_real Tolerance_ [rw] : tolerance for harmonics to be assigned to F0 - \b mrs_real LowestFo_ [rw] : lowest possible F0 - \b mrs_real ChordEvidence_ [r] : evidence that input spectrum includes chord</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AimHCL2">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryImageModel"/>
+    <dc:description>Halfwave rectification, compression and lowpass filtering Author Thomas Walters &lt;tom@acousticscale.org&gt; Ported to Marsyas by Steven Ness &lt;sness@sness.net&gt; Made more Marsyas like by George Tzanetakis The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PCA">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/StatisticalFunction"/>
+    <dc:description>Perform Principal Component Analysis Perform Principal Component Analysis (PCA) on all samples of the incoming realvec of data. The correlation method is taken, with a correlation matrix computed over all samples within the single input realvec. Eigenvalue/Eigenvector calculation is by the QL algorithm (ie. not suitable when the correlation matrix is singular or near singular). Output is the set of input samples projected onto the top "npc" (a MarSystem control) principal components.</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakerOnset">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OnsetDetection"/>
+    <dc:description>Detects if input contains a onset point PeakerOnset is based on the onset peak picking algorithm presented in: Dixon, S. (2006). Onset detection revisited. In Proc. International Conference on Digital Audio Effects (DAFx), Montreal, Canada. It takes as input an onset function over time (i.e. a row vector with the times series of a onset function like flux) and evaluates a specific point for onset presence, as below: Input = [zzzzzzzzzXyyy] Point "X" at the input will be evaluated. The onsetWinSize control specifies a "look ahead" parameter, i.e. how many samples (represented above as "y") after "X" will be used for evaluating if it is an onset or not (i.e. look ahead samples). Controls: - \b mrs_natrual/lookAheadSamples [w]: specifies the "look ahead" nr of "samples" (the number of "y"s in the above example ) for the detection of an onset at the input. - \b mrs_real/threshold [w]: specifies threshold (in % of local mean) for onset detection - \b mrs_real/confidence [r]: outputs the confidence that point "X" is an onset (it will 0.0 if it is not detected as an onset) - \b mrs_bool/onsetDetected [r]: flags if an onset was detected on point "X".</dc:description>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="">
+    <dc:title>Marsyas Ontology</dc:title>
+    <owl:versionInfo>Version 0.1</owl:versionInfo>
+    <dc:description>This is an ontology derived from Marsyas feature extraction tools for the Audio Features engineering process</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Analysis">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+</rdf:RDF>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/TimbreToolbox-onto.n3	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,213 @@
+@prefix af: <http://sovarr.c4dm.eecs.qmul.ac.uk/features/> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+af:AmplitudeofEnergyModulation a af:AudioFeature ;
+    rdfs:label "Amplitude of Energy Modulation"@en ;
+    af:inputRepresentation af:TemporalEnergyEnvelope ;
+    rdfs:subClassOf af:GlobalDescriptor .
+
+af:Attack a af:AudioFeature ;
+    rdfs:label "Attack"@en ;
+    af:inputRepresentation af:TemporalEnergyEnvelope ;
+    rdfs:subClassOf af:GlobalDescriptor .
+
+af:AttackSlope a af:AudioFeature ;
+    rdfs:label "Attack Slope"@en ;
+    af:inputRepresentation af:TemporalEnergyEnvelope ;
+    rdfs:subClassOf af:GlobalDescriptor .
+
+af:Autocorrelation a af:AudioFeature ;
+    rdfs:label "Autocorrelation"@en ;
+    af:inputRepresentation af:AudioSignal ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:Decay a af:AudioFeature ;
+    rdfs:label "Decay"@en ;
+    af:inputRepresentation af:TemporalEnergyEnvelope ;
+    rdfs:subClassOf af:GlobalDescriptor .
+
+af:DecreaseSlope a af:AudioFeature ;
+    rdfs:label "DecreaseSlope"@en ;
+    af:inputRepresentation af:TemporalEnergyEnvelope ;
+    rdfs:subClassOf af:GlobalDescriptor .
+
+af:EffectiveDuration a af:AudioFeature ;
+    rdfs:label "Effective Duration"@en ;
+    af:inputRepresentation af:TemporalEnergyEnvelope ;
+    rdfs:subClassOf af:GlobalDescriptor .
+
+af:FrequencyofEnergyModulation a af:AudioFeature ;
+    rdfs:label "Frequency of Energy Modulation"@en ;
+    af:inputRepresentation af:TemporalEnergyEnvelope ;
+    rdfs:subClassOf af:GlobalDescriptor .
+
+af:FundamentalFrequency a af:AudioFeature ;
+    rdfs:label "Fundamental Frequency"@en ;
+    af:inputRepresentation af:Harmonic ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:HarmonicEnergy a af:AudioFeature ;
+    rdfs:label "Harmonic Energy"@en ;
+    af:inputRepresentation af:Harmonic ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:HarmonicSpectralDeviation a af:AudioFeature ;
+    rdfs:label "Harmonic Spectral Deviation"@en ;
+    af:inputRepresentation af:Harmonic ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:Inharmonicity a af:AudioFeature ;
+    rdfs:label "Inharmonicity"@en ;
+    af:inputRepresentation af:Harmonic ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:Log-AttackTime a af:AudioFeature ;
+    rdfs:label "Log-Attack Time"@en ;
+    af:inputRepresentation af:TemporalEnergyEnvelope ;
+    rdfs:subClassOf af:GlobalDescriptor .
+
+af:NoiseEnergy a af:AudioFeature ;
+    rdfs:label "Noise Energy"@en ;
+    af:inputRepresentation af:Harmonic ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:Noisiness a af:AudioFeature ;
+    rdfs:label "Noisiness"@en ;
+    af:inputRepresentation af:Harmonic ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:Oddtoevenharmonicratio a af:AudioFeature ;
+    rdfs:label "Odd to even harmonic ratio"@en ;
+    af:inputRepresentation af:Harmonic ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:RMS-EnergyEnvelope a af:AudioFeature ;
+    rdfs:label "RMS-Energy Envelope"@en ;
+    af:inputRepresentation af:TemporalEnergyEnvelope ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:Release a af:AudioFeature ;
+    rdfs:label "Release"@en ;
+    af:inputRepresentation af:TemporalEnergyEnvelope ;
+    rdfs:subClassOf af:GlobalDescriptor .
+
+af:SpectralCentroid a af:AudioFeature ;
+    rdfs:label "Spectral Centroid"@en ;
+    af:inputRepresentation af:Auditorymodel,
+        af:Harmonic,
+        af:Short-termFourierTransform ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:SpectralCrest a af:AudioFeature ;
+    rdfs:label "Spectral Crest"@en ;
+    af:inputRepresentation af:Auditorymodel,
+        af:Short-termFourierTransform ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:SpectralDecrease a af:AudioFeature ;
+    rdfs:label "Spectral Decrease"@en ;
+    af:inputRepresentation af:Auditorymodel,
+        af:Harmonic,
+        af:Short-termFourierTransform ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:SpectralFlatness a af:AudioFeature ;
+    rdfs:label "Spectral Flatness"@en ;
+    af:inputRepresentation af:Auditorymodel,
+        af:Short-termFourierTransform ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:SpectralKurtosis a af:AudioFeature ;
+    rdfs:label "Spectral Kurtosis"@en ;
+    af:inputRepresentation af:Auditorymodel,
+        af:Harmonic,
+        af:Short-termFourierTransform ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:SpectralRolloff a af:AudioFeature ;
+    rdfs:label "Spectral Rolloff"@en ;
+    af:inputRepresentation af:Auditorymodel,
+        af:Harmonic,
+        af:Short-termFourierTransform ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:SpectralSkewness a af:AudioFeature ;
+    rdfs:label "Spectral Skewness"@en ;
+    af:inputRepresentation af:Auditorymodel,
+        af:Harmonic,
+        af:Short-termFourierTransform ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:SpectralSlope a af:AudioFeature ;
+    rdfs:label "Spectral Slope"@en ;
+    af:inputRepresentation af:Auditorymodel,
+        af:Harmonic,
+        af:Short-termFourierTransform ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:SpectralSpread a af:AudioFeature ;
+    rdfs:label "Spectral Spread"@en ;
+    af:inputRepresentation af:Auditorymodel,
+        af:Harmonic,
+        af:Short-termFourierTransform ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:Spectro-temporalVariation a af:AudioFeature ;
+    rdfs:label "Spectro-temporal Variation"@en ;
+    af:inputRepresentation af:Auditorymodel,
+        af:Harmonic,
+        af:Short-termFourierTransform ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:TemporalCentroid a af:AudioFeature ;
+    rdfs:label "Temporal Centroid"@en ;
+    af:inputRepresentation af:TemporalEnergyEnvelope ;
+    rdfs:subClassOf af:GlobalDescriptor .
+
+af:Tristimulus a af:AudioFeature ;
+    rdfs:label "Tristimulus"@en ;
+    af:inputRepresentation af:Harmonic ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:ZeroCrossingRate a af:AudioFeature ;
+    rdfs:label "Zero Crossing Rate"@en ;
+    af:inputRepresentation af:AudioSignal ;
+    rdfs:subClassOf af:TimeVaryingDescriptor .
+
+af:inputRepresentation a owl:ObjectProperty ;
+    rdfs:domain af:AudioDescriptor ;
+    rdfs:range af:InputSignal .
+
+af:AudioSignal a owl:Class ;
+    rdfs:label "Audio Signal"@en ;
+    rdfs:subClassOf af:InputSignal .
+
+af:AudioDescriptor a owl:Class ;
+    rdfs:label "Timbre Toolbox Audio Descriptor"@en .
+
+af:InputSignal a owl:Class ;
+    rdfs:label "Timbre Toolbox Input Representation"@en .
+
+af:Auditorymodel a owl:Class ;
+    rdfs:label "Auditory model"@en ;
+    rdfs:subClassOf af:InputSignal .
+
+af:GlobalDescriptor a owl:Class ;
+    rdfs:subClassOf af:AudioDescriptor .
+
+af:Short-termFourierTransform a owl:Class ;
+    rdfs:label "Short-term Fourier Transform"@en ;
+    rdfs:subClassOf af:InputSignal .
+
+af:TemporalEnergyEnvelope a owl:Class ;
+    rdfs:label "Temporal Energy Envelope"@en ;
+    rdfs:subClassOf af:InputSignal .
+
+af:Harmonic a owl:Class ;
+    rdfs:label "Harmonic"@en ;
+    rdfs:subClassOf af:InputSignal .
+
+af:TimeVaryingDescriptor a owl:Class ;
+    rdfs:subClassOf af:AudioDescriptor .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/TimbreToolbox-onto.rdf	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,257 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rdf:RDF
+   xmlns:af="http://sovarr.c4dm.eecs.qmul.ac.uk/features/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Attack">
+    <rdfs:label xml:lang="en">Attack</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Release">
+    <rdfs:label xml:lang="en">Release</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalCentroid">
+    <rdfs:label xml:lang="en">Temporal Centroid</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergy">
+    <rdfs:label xml:lang="en">Harmonic Energy</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest">
+    <rdfs:label xml:lang="en">Spectral Crest</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Decay">
+    <rdfs:label xml:lang="en">Decay</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AttackSlope">
+    <rdfs:label xml:lang="en">Attack Slope</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic">
+    <rdfs:label xml:lang="en">Harmonic</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InputSignal"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness">
+    <rdfs:label xml:lang="en">Spectral Flatness</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform">
+    <rdfs:label xml:lang="en">Short-term Fourier Transform</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InputSignal"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid">
+    <rdfs:label xml:lang="en">Spectral Centroid</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RMS-EnergyEnvelope">
+    <rdfs:label xml:lang="en">RMS-Energy Envelope</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyofEnergyModulation">
+    <rdfs:label xml:lang="en">Frequency of Energy Modulation</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingRate">
+    <rdfs:label xml:lang="en">Zero Crossing Rate</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSignal"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel">
+    <rdfs:label xml:lang="en">Auditory model</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InputSignal"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSkewness">
+    <rdfs:label xml:lang="en">Spectral Skewness</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioDescriptor">
+    <rdfs:label xml:lang="en">Timbre Toolbox Audio Descriptor</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/inputRepresentation">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioDescriptor"/>
+    <rdfs:range rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InputSignal"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope">
+    <rdfs:label xml:lang="en">Temporal Energy Envelope</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InputSignal"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity">
+    <rdfs:label xml:lang="en">Inharmonicity</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Noisiness">
+    <rdfs:label xml:lang="en">Noisiness</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InputSignal">
+    <rdfs:label xml:lang="en">Timbre Toolbox Input Representation</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseEnergy">
+    <rdfs:label xml:lang="en">Noise Energy</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSlope">
+    <rdfs:label xml:lang="en">Spectral Slope</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectro-temporalVariation">
+    <rdfs:label xml:lang="en">Spectro-temporal Variation</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralKurtosis">
+    <rdfs:label xml:lang="en">Spectral Kurtosis</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSignal">
+    <rdfs:label xml:lang="en">Audio Signal</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InputSignal"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeofEnergyModulation">
+    <rdfs:label xml:lang="en">Amplitude of Energy Modulation</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EffectiveDuration">
+    <rdfs:label xml:lang="en">Effective Duration</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralRolloff">
+    <rdfs:label xml:lang="en">Spectral Rolloff</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Log-AttackTime">
+    <rdfs:label xml:lang="en">Log-Attack Time</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSpread">
+    <rdfs:label xml:lang="en">Spectral Spread</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DecreaseSlope">
+    <rdfs:label xml:lang="en">DecreaseSlope</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicSpectralDeviation">
+    <rdfs:label xml:lang="en">Harmonic Spectral Deviation</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDecrease">
+    <rdfs:label xml:lang="en">Spectral Decrease</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Tristimulus">
+    <rdfs:label xml:lang="en">Tristimulus</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation">
+    <rdfs:label xml:lang="en">Autocorrelation</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSignal"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Oddtoevenharmonicratio">
+    <rdfs:label xml:lang="en">Odd to even harmonic ratio</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FundamentalFrequency">
+    <rdfs:label xml:lang="en">Fundamental Frequency</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
+  </rdf:Description>
+</rdf:RDF>
Binary file rdfonto/TimbreToolboxDiagram.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/af-Marsyas.n3	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,272 @@
+@prefix marsyas: <file:///Users/alo/MusicOntology/features/rdf/> .
+@prefix dc: <http://purl.org/dc/elements/1.1/> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+marsyas:ADRess a rdfs:Resource ;
+	marsyas:type "AzimuthDiscriminationandResynthesis" ;
+    dc:description "Azimuth Discrimination and Resynthesis (ADRess) implementation, which takes a stereo input (i.e. input is expected to be the output of a parallel of two Spectrum MarSystems, one for each stereo channel), and outputs the phase vector and frequency dependent nulls matrix for each channel using the following format: [bin_phases_l][AZl] [bin_phases_r][AZr] This algorithm was proposed by Dan Barry et al at the DAfX04, \"Sound Source Separation: azimuth discrimination and resynthesis\". The algorithm exploits the use of pan pot as a means to achieve image localisation within stereophonic recordings, assuming only an interaural intensity difference exists between left and right channels for a single source. A gain scaling and phase cancellation technique is then used to expose frequency dependent nulls across the azimuth domain, from which source separation and resynthesis may be carried out. Controls: - \\b mrs_natural/beta [w] : Sets the azimuth resolution" .
+
+marsyas:ADRessSpectrum a rdfs:Resource ;
+	marsyas:type "AzimuthDiscriminationandResynthesis" ;
+    dc:description "Takes the output of the ADRess (i.e. the stereo azimuth-frequency maps) and outputs a single channel spectrum of the part of the freq-azimuth plane selected by the d and H controls. This can then be inverse transformed back into time domain for resynthesis purposes. Controls: - \\b mrs_real/d [w] : value between 0.0~1.0, used for selecting the portion of the azimuth-frequency plane to be extracted - \\b mrs_real/H [w] : sets the azimuth subspace width (in percentage of total width of the azimuth plane)" .
+
+marsyas:ADRessStereoSpectrum a rdfs:Resource ;
+	marsyas:type "AzimuthDiscriminationandResynthesis" ;
+    dc:description "Takes the output of the ADRess (i.e. the panning-frequency maps) and outputs the panning coefficient for each spectral bin (N/2+1 bins)." .
+
+marsyas:AMDF a rdfs:Resource ;
+	marsyas:type "PitchDetection" ;
+    dc:description "Average Magnitude Difference Function Computer the average magnitude difference function which can then be used for pitch detection by detecting the location of valleys." .
+
+marsyas:AbsMax a rdfs:Resource ;
+	marsyas:type "StatisticalFunction" ;
+    dc:description "Calculate the maximum absolute value for each observation signal (per slice). For each observation channel in each given slice, the maximum absolute value is calculated. This MarSystem has no extra controls." .
+
+marsyas:AimBoxes a rdfs:Resource ;
+	marsyas:type "AuditoryImageModel" ;
+    dc:description "'Box-cutting' routine to generate dense features Author : Thomas Walters <tom@acousticscale.org> Ported to Marsyas by Steven Ness <sness@sness.net> The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" .
+
+marsyas:AimGammatone a rdfs:Resource ;
+	marsyas:type "AuditoryImageModel" ;
+    dc:description "Slaney's gammatone filterbank Author : Thomas Walters <tom@acousticscale.org> Ported to Marsyas by Steven Ness <sness@sness.net> This is the version of the IIR gammatone used in Slaney's Auditory toolbox. The original verison as described in Apple Tech. Report #35 has a problem with the high-order coefficients at low centre frequencies and high sample rates. Since it is important that AIM-C can deal with these cases (for example for the Gaussian features), I've reiplemeted Slaney's alternative version which uses a cascade of four second-order filters in place of the eighth-order filter. The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" .
+
+marsyas:AimHCL a rdfs:Resource ;
+	marsyas:type "AuditoryImageModel" ;
+    dc:description "Halfwave rectification, compression and lowpass filtering Author Thomas Walters <tom@acousticscale.org> Ported to Marsyas by Steven Ness <sness@sness.net> The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" .
+
+marsyas:AimHCL2 a rdfs:Resource ;
+	marsyas:type "AuditoryImageModel" ;
+    dc:description "Halfwave rectification, compression and lowpass filtering Author Thomas Walters <tom@acousticscale.org> Ported to Marsyas by Steven Ness <sness@sness.net> Made more Marsyas like by George Tzanetakis The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" .
+
+marsyas:AimLocalMax a rdfs:Resource ;
+	marsyas:type "AuditoryImageModel" ;
+    dc:description "Local maximum strobe criterion: decaying threshold with timeout Author : Thomas Walters <tom@acousticscale.org> Ported to Marsyas by Steven Ness <sness@sness.net> The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" .
+
+marsyas:AimPZFC a rdfs:Resource ;
+	marsyas:type "AuditoryImageModel" ;
+    dc:description "Time-domain AimPZFC Dick Lyon's Pole-Zero Filter Cascade - implemented in C++ by Tom Walters from the AIM-MAT module based on Dick Lyon's code. Ported to Marsyas from AIM-C by Steven Ness (sness@sness.net). The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" .
+
+marsyas:AimPZFC2 a rdfs:Resource ;
+	marsyas:type "AuditoryImageModel" ;
+    dc:description "Time-domain AimPZFC2 Dick Lyon's Pole-Zero Filter Cascade - implemented in C++ by Tom Walters from the AIM-MAT module based on Dick Lyon's code. Ported to Marsyas from AIM-C by Steven Ness (sness@sness.net). AimPZFC2 is a re-write of the AimPZFC to be more Marsyas like. The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" .
+
+marsyas:AimSAI a rdfs:Resource ;
+	marsyas:type "AuditoryImageModel" ;
+    dc:description "Stabilised auditory image Author : Thomas Walters <tom@acousticscale.org> Ported to Marsyas by Steven Ness <sness@sness.net> The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" .
+
+marsyas:AimSSI a rdfs:Resource ;
+	marsyas:type "AuditoryImageModel" ;
+    dc:description "Size-shape image (aka the 'sscAI') Author : Thomas Walters <tom@acousticscale.org> Ported to Marsyas by Steven Ness <sness@sness.net> The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" .
+
+marsyas:AimVQ a rdfs:Resource ;
+	marsyas:type "AuditoryImageModel" ;
+    dc:description "Vector quantization for dense to sparse features Author : Thomas Walters <tom@acousticscale.org> Ported to Marsyas by Steven Ness <sness@sness.net> The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/" .
+
+marsyas:AubioYin a rdfs:Resource ;
+	marsyas:type "PitchDetection" ;
+    dc:description "Pitch detection using the YIN algorithm This algorithm was developped by A. de Cheveigne and H. Kawahara and published in: De Cheveigne, A., Kawahara, H. (2002) \"YIN, a fundamental frequency estimator for speech and music\", J. Acoust. Soc. Am. 111, 1917-1930. See http://recherche.ircam.fr/equipes/pcm/pub/people/cheveign.html This code was adapted from aubio (http://aubio.org) by sness. Controls: - \\b mrs_real/tolerance [w] : sets the tolerance of the yin algorithm" .
+
+marsyas:AutoCorrelation a rdfs:Resource ;
+    dc:description "Compute the generalized autocorrelation of input window Computes the generalized autocorrelation (with optional magnitude compression) using the Fast Fourier Transform (FFT). Controls: - \\b mrs_bool/aliasedOutput [w] : by default, this control is set to true and the output of AutoCorrelation will be an alised time domain signal (as used by the original Marsyas0.1 code implemented by George Tzanetakis - MUST CHECK IF THIS MAKES SENSE!). Setting this control to false, the FFTs will be computed using the next power of 2 of the inSamples*2+1, which avoids alising in the iFFT step. In this mode, only the first inSamples of the autocorrleation function will be output (since the remaining ones are mirrored versions or zero valued). - \\b mrs_bool/setr0to1\" [w]: if set to true, the output will be normalized so that r_xx(0) = 1 Had to use a weird name because there already was a normalize control [AL]" .
+
+marsyas:BeatHistogram a rdfs:Resource ;
+	marsyas:type "TempoDetection" ;
+    dc:description "BeatHistogram Calculate Beat Histogram. The input should be the autocorrelation of either the time waveform or some kind of onset detection function." .
+
+marsyas:BeatHistogramFromPeaks a rdfs:Resource ;
+	marsyas:type "TempoDetection" ;
+    dc:description "BeatHistogramFromPeaks Calculate BeatHistograms from peaks represented as pairs of periodicity/amplitude (typically from an autocorrelation function)." .
+
+marsyas:BeatPhase a rdfs:Resource ;
+	marsyas:type "TempoDetection" ;
+    dc:description "Given a periodicity calculate best matching phase" .
+
+marsyas:Centroid a rdfs:Resource ;
+	marsyas:type "StatisticalFunction" ;
+    dc:description "Centroid of each time slice of observations Centroid computes the centroid of the observations for each time sample. The center is defined as the normalized first moment (center of gravity) of the observation vector." .
+
+marsyas:CrossCorrelation a rdfs:Resource ;
+	marsyas:type "StatisticalFunction" ;
+    dc:description "Computes the cross correlation of an input. Accepts N observations and returns N-1 observations, with each observation being the cross correlation of the inputs n and n-1. Controls: \"mrs_string/mode\" : This control sets the type of cross correlation. \"general\" is the default, and will compute the generalized cross correlation. \"phat\" will compute the generalized cross correlation with phase transform \"ml\" will compute a maximum likelihood cross correlation. This works well specifically for time delay estimation in noisy or reverberant environments. Note: inSamples should be 2^k or fft will not work properly. \\author Gabrielle Odowichuk" .
+
+marsyas:Daub4 a rdfs:Resource ;
+	marsyas:type "SpectrumDescriptor" ;
+    dc:description "Daubechies4 WaveletStep Applies the Daubechies 4-coefficient wavelet filter as a WaveletStep for the WaveletPyramid algorithm. The code is is based on the Numerical Recipies wavelet code." .
+
+marsyas:Energy a rdfs:Resource ;
+	marsyas:type "LoudnessDescriptor" ;
+    dc:description "compute the Energy of the input observations into one column" .
+
+marsyas:EnhADRess a rdfs:Resource ;
+	marsyas:type "AzimuthDiscriminationandResynthesis" ;
+    dc:description "Azimuth Discrimination and Resynthesis (EnhADRess) implementation, which takes a stereo input (i.e. input is expected to be the output of a parallel of two Spectrum MarSystems, one for each stereo channel), and outputs the magnitudes, phases and panning indexes for N/2+1 bins, stacked vertically: [Mag] [Phases] [Pan] This enhanced version of the ADRess algorithm was proposed by Cooney et al, \"An Enhanced implemantation of the ADRess Music Source Separation Algorithm\", 121st AES Convention, October 2006." .
+
+marsyas:EnhADRessStereoSpectrum a rdfs:Resource ;
+	marsyas:type "AzimuthDiscriminationandResynthesis" ;
+    dc:description "Takes the output of the enhADRess and outputs the panning coefficient for each spectral bin (N/2+1 bins)." .
+
+marsyas:F0Analysis a rdfs:Resource ;
+	marsyas:type "PitchDetection" ;
+    dc:description "Compute F0s in input spectrum \\author Matthias Varewyck \\date 20090518 Controls: - \\b mrs_natural NrOfHarmonics [rw] : nr. of harmonics taken into account (excl. F0) - \\b mrs_real F0Weight [rw] : balance between F0 and higher harmonics - \\b mrs_real Attenuation [rw] : attenuation of higher harmonics - \\b mrs_real Tolerance_ [rw] : tolerance for harmonics to be assigned to F0 - \\b mrs_real LowestFo_ [rw] : lowest possible F0 - \\b mrs_real ChordEvidence_ [r] : evidence that input spectrum includes chord" .
+
+marsyas:Flux a rdfs:Resource ;
+	marsyas:type "SpectrumDescriptor" ;
+    dc:description "Flux calculate the flux between the current and prev. spectrum (e.g. output of PowerSpectrum) The flux is defined as the norm of the difference vector between two successive magnitue/power spectra, although different implementations are possible. Controls: - \\b mrs_string/mode [w]: select from the different available implementations for Flux: \"marsyas\" and \"DixonDAFX06\" - \\b mrs_bool/reset [rw] : clear and reset the memory buffer" .
+
+marsyas:KrumhanslKeyFinder a rdfs:Resource ;
+	marsyas:type "KeyDetection" ;
+    dc:description "Krumhansl-Schmuckler Key-Finding Algorithm Performs simple chord detection using the Krumhansl-Schmuckler Key-Finding Algorithm. The input is a pitch class profile or chroma vector with 12 values one for each chromatic note. Controls:" .
+
+marsyas:Kurtosis a rdfs:Resource ;
+	marsyas:type "StatisticalFunction" ;
+    dc:description "Kurtosis Calculate the Kurtosis of the input observations. Typically used for characterizing the magnitude spectrum." .
+
+marsyas:LPC a rdfs:Resource ;
+	marsyas:type "SpectrumDescriptor" ;
+    dc:description "Compute Warped LPC coefficients, Pitch and Power [STILL UNDER TESTING!]. Linear Prediction Coefficients (LPC). Features commonly used in Speech Recognition research. This class is a modification of the original Marsyas0.1 LPC class. The following differences apply: - order now reflects the LPC order (and returns \\<order\\> coefficients plus pitch and gain) - It is possible to define a pole-shifting parameter, gamma (default value = 1.0 => no shifting) - It is possible to define a warping factor, lambda (defualt value = 0.0 => no warping) Code by Lus Gustavo Martins - lmartins@inescporto.pt May 2006" .
+
+marsyas:LPCC a rdfs:Resource ;
+	marsyas:type "SpectrumDescriptor" ;
+    dc:description "Convert LPC coefficients to Cepstrum coefficients. This MarSystem is expecting to receive at its input LPC coefficients + Pitch + Power, as output by the LPC MarSystem (see LPC.cpp/.h). It only converts the LPC coefficients to cepstral coefficients and ignores the pitch value received from LPC. Code by: Lus Gustavo Martins - lmartins@inescporto.pt November 2006" .
+
+marsyas:LSP a rdfs:Resource ;
+	marsyas:type "SpectrumDescriptor" ;
+    dc:description "Compute Linear Spectral Pair (LSP) coefficients Takes the output of ::LPC() and calculates the corresponding LSP values. See the LPC class implementation. Cobe by Lus Gustavo Martins - lmartins@inescporto.pt May 2006" .
+
+marsyas:MFCC a rdfs:Resource ;
+	marsyas:type "SpectrumDescriptor" ;
+    dc:description "MFCC Mel-Frequency Cepstral Coefficients. Takes as input the N/2+1 spectrum Magnitude points output by PowerSpectrum. Mel-Frequency cepstral coefficients are features frequently used in Speech Recognition. The code is based on the corresponding function in the Auditory Toolbox by Malcolm Slaney. \\see Spectrum, PowerSpectrum Controls: - \\b mrs_natural/coefficients [w]: the number of cepstral coefficients to calculate." .
+
+marsyas:MaxArgMax a rdfs:Resource ;
+	marsyas:type "StatisticalFunction" ;
+    dc:description "Calculate k maximums and their positions The output is : max1, argmax1, max2, argmax2, ...." .
+
+marsyas:MaxMin a rdfs:Resource ;
+	marsyas:type "StatisticalFunction" ;
+    dc:description "Calculate the maximum and minimum values for each observation signal (per slice). For each observation channel in each given slice, the maximum and minimum values is calculated. This MarSystem has no extra controls." .
+
+marsyas:Mean a rdfs:Resource ;
+	marsyas:type "StatisticalFunction" ;
+    dc:description "Mean calculate the mean of each row of observations" .
+
+marsyas:MeanAbsoluteDeviation a rdfs:Resource ;
+	marsyas:type "StatisticalFunction" ;
+    dc:description "Calculates the mean absolute deviation" .
+
+marsyas:MeddisHairCell a rdfs:Resource ;
+    dc:description "MeddisHairCell for auditory models Directed port from the Auditory toolbox by Malcolm Slaney" .
+
+marsyas:Median a rdfs:Resource ;
+	marsyas:type "StatisticalFunction" ;
+    dc:description "Median calculate the median of each row of observations" .
+
+marsyas:MinArgMin a rdfs:Resource ;
+	marsyas:type "StatisticalFunction" ;
+    dc:description "Calculate k minimums and their positions The output is : min1, argmin1, min2, argmin2, ...." .
+
+marsyas:PCA a rdfs:Resource ;
+	marsyas:type "StatisticalFunction" ;
+    dc:description "Perform Principal Component Analysis Perform Principal Component Analysis (PCA) on all samples of the incoming realvec of data. The correlation method is taken, with a correlation matrix computed over all samples within the single input realvec. Eigenvalue/Eigenvector calculation is by the QL algorithm (ie. not suitable when the correlation matrix is singular or near singular). Output is the set of input samples projected onto the top \"npc\" (a MarSystem control) principal components." .
+
+marsyas:PeakInObservation a rdfs:Resource ;
+	marsyas:type "StatisticalFunction" ;
+    dc:description "Compute peaks in observation vector \\author Matthias Varewyck \\date 20090518 Controls: - \\b mrs_natural/HystLength [rw] : .. - \\b mrs_real/HystFactor [rw] : .." .
+
+marsyas:Peaker a rdfs:Resource ;
+	marsyas:type "OnsetDetection" ;
+    dc:description "Pick peaks out of signal Peaker is used to select peaks(or valleys) from the input vector. Various parameters of the peak selection process can be adjusted. Controls: - \\b mrs_real/peakSpacing [w] : expressed in percentage of total vector length and is how much spacing you allow between the peaks - \\b mrs_real/peakStrength [w] : threshold compared to the RMS of the vector (should be renamed to peakStrengthRelRms to keep naming consistent, but this might break existing systems) - \\b mrs_real/peakStrengthAbs [w] : absolute threshold (might make sense e.g. for normalized spectra) - \\b mrs_real/peakStrengthRelMax [w] : threshold compared to global max of the vector (range: 0...1, example: 0.001 if all peaks with a level of more than 60dB below the maximum should be discarded - \\b mrs_real/peakStrengthRelThresh [w] : threshold compared to an adaptive threshold of the vector (lp filtered version of the signal); value is a factor that moves threshold up and down, e.g. value = 2 means that the lp filtered signal is moved up by 6dB - \\b mrs_real/peakStrengthTreshLpParam [w] : coefficient for the single pole lowpass for computing the adaptive threshold (between 0...1) - \\b mrs_natural/peakStart [w] : expressed in absolute positions of the vector and it just to adjust what part of the vector will be considered - \\b mrs_natural/peakEnd [w] : expressed in absolute positions of the vector length and it just to adjust what part of the vector will be considered - \\b mrs_natural/interpolation [w] : TODO - mlagrange? [!] - \\b mrs_real/peakGain [w] : TODO - mlagrange? [!]" .
+
+marsyas:PeakerOnset a rdfs:Resource ;
+	marsyas:type "OnsetDetection" ;
+    dc:description "Detects if input contains a onset point PeakerOnset is based on the onset peak picking algorithm presented in: Dixon, S. (2006). Onset detection revisited. In Proc. International Conference on Digital Audio Effects (DAFx), Montreal, Canada. It takes as input an onset function over time (i.e. a row vector with the times series of a onset function like flux) and evaluates a specific point for onset presence, as below: Input = [zzzzzzzzzXyyy] Point \"X\" at the input will be evaluated. The onsetWinSize control specifies a \"look ahead\" parameter, i.e. how many samples (represented above as \"y\") after \"X\" will be used for evaluating if it is an onset or not (i.e. look ahead samples). Controls: - \\b mrs_natrual/lookAheadSamples [w]: specifies the \"look ahead\" nr of \"samples\" (the number of \"y\"s in the above example ) for the detection of an onset at the input. - \\b mrs_real/threshold [w]: specifies threshold (in % of local mean) for onset detection - \\b mrs_real/confidence [r]: outputs the confidence that point \"X\" is an onset (it will 0.0 if it is not detected as an onset) - \\b mrs_bool/onsetDetected [r]: flags if an onset was detected on point \"X\"." .
+
+marsyas:Pitch2Chroma a rdfs:Resource ;
+	marsyas:type "PitchDetection" ;
+    dc:description "Transform pitch to chroma - input = amplitude spectrum with peaks at frequency bins that represent pitches and values that represent evidences - output = chroma profile with chroma values ordered according to the circle of fifths, i.e. A, E,.. D \\author Matthias Varewyck \\date 20090518 Controls: - \\b mrs_real/SampleRate [rw] : sample rate of the input spectrum - \\b mrs_real/LowestPitch [rw] : lowest pitch taken into account - \\b mrs_natural/NotesPerOctave [rw] : nr. of notes per octave ([f 2*f]) - \\b mrs_natural/NrOfNotes [rw] : total nr. of notes to be taken into account - \\b mrs_natural/RefChromaIndex [rw] : index in chroma vector of the ref. pitch (= 440Hz)" .
+
+marsyas:PitchDiff a rdfs:Resource ;
+	marsyas:type "PitchDetection" ;
+    dc:description "Difference between detected and expected pitch Place this in a series after Yin (or any other pitch-detection MarSystem), and feed it the expected pitch as a control. Outputs the difference as a midi pitch value. Controls: - \\b mrs_real/expectedPitch [w] : expected pitch - \\b mrs_bool/ignoreOctaves [w] : useful if the pitch detection algorithm has octave errors, but is otherwise relatively accurate (default false) - \\b mrs_bool/absoluteValue [w] : outputs the absolute difference (default false)" .
+
+marsyas:Power a rdfs:Resource ;
+	marsyas:type "StatisticalFunction" ;
+    dc:description "compute the RMS Power of the input observations into one column" .
+
+marsyas:PowerSpectrum a rdfs:Resource ;
+	marsyas:type "SpectrumDescriptor" ;
+    dc:description "PowerSpectrum computes the magnitude/power of the complex spectrum Computes the magnitude/power/decibels/powerdensity of a complex spectrum (as output from the Spectrum MarSystem - see its documentation for info about the spectrum format used in Marsyas). PowerSpectrum takes N/2+1 complex spectrum bins and computes the corresponding N/2+1 power/magnitude/decibels/powerdensity real values. Controls: - \\b mrs_string/spectrumType [w] : choose between \"power\", \"magnitude\", \"decibels\", \"logmagnitude\" (for 1+log(magnitude*1000), \"logmagnitude2\" (for 1+log10(magnitude)) and \"powerdensity\" computations \\see Spectrum" .
+
+marsyas:PowerToAverageRatio a rdfs:Resource ;
+	marsyas:type "SpectrumDescriptor" ;
+    dc:description "PowerToAverageRatio (or Power-to-Average Ratio) of a window This calculates the PAR for a complete window of samples; it is similar to SCF (Spectral Crest Factor), however SCF calculates the PAR in various frequency bands of observations." .
+
+marsyas:Rms a rdfs:Resource ;
+	marsyas:type "StatisticalFunction" ;
+    dc:description "Rms energy of realvec Simple MarSystem example. Calculate the RMS energy of a realvec" .
+
+marsyas:Rolloff a rdfs:Resource ;
+	marsyas:type "SpectrumDescriptor" ;
+    dc:description "Rolloff of each time slice of observations Rolloff computes the rolloff of the observations for each time samle. It is defined as the frequency for which the sum of magnitudes of its lower frequencies are equal to percentage of the sum of magnitudes of its higher frequencies." .
+
+marsyas:RunningAutocorrelation a rdfs:Resource ;
+    dc:description "Running calculation (across slices) of the autocorrelation values. This MarSystem calculates the autocorrelation function of the input signal defined by successive input slices. Unlike the AutoCorrelation MarSystem, the calculations are done across slice boundaries in a seamless fashion (RunningAutocorrelation keeps an internal buffer of the appropriate number of samples from previous slices to implement this feature). Calculations are done in time domain for time lags from 0 to a user defined maximum lag (in number of samples). Note that this assumes that the input slices are non overlapping slices. The autocorrelation values are laid out in the output slice along the time/samples dimension from lag zero to the maximum lag. Multiple input observation channels are supported. For example, if there are two input channels and the maximum lag is 4, the output slice will have two rows and five (not four) columns: \\f[\\begin{array}{ccccc} R_{xx}[0] & R_{xx}[1] & R_{xx}[2] & R_{xx}[3] & R_{xx}[4] \\\\ R_{yy}[0] & R_{yy}[1] & R_{yy}[2] & R_{yy}[3] & R_{yy}[4] \\\\ \\end{array}\\f] with \\f$R_{xx}[n]\\f$ the autocorrelation of the first channel for lag \\f$n\\f$ and \\f$R_{yy}[n]\\f$ the autocorrelation of the second channel. TODO: support overlap between slices (e.g. provide a control for skipping a certain amount of samples). Controls: - \\b mrs_natural/maxLag: the maximum time lag (in samples) to calculate - \\b mrs_bool/normalize: normalize the autocorrelation values on the value for lag = 0 (which is the energy of the signal). Note that the autocorrelation value for lag 0 will consequently be always 1 (unless the input signal is 0 everywhere). - \\b mrs_bool/doNotNormalizeForLag0: when normalizing the autocorrelation values, do not normalize the value for lag 0. - \\b mrs_bool/clear: clear the internal buffers to start fresh. - \\b mrs_bool/unfoldToObservations: instead of putting the autocorrelation values along the time/samples axis in the slice, they can also be laid out along the observation axis. Using the example from above, the output slice will have one column and 10 rows with values \\f$R_{xx}[0], R_{xx}[1], \\ldots, R_{xx}[4], R_{yy}[0], R_{yy}[1], \\ldots, R_{yy}[4] \\f$" .
+
+marsyas:RunningStatistics a rdfs:Resource ;
+	marsyas:type "StatisticalFunction" ;
+    dc:description "Gathers the running average, variance, standard deviation, etc. Outputs the running average and standard deviation of all the input so far. Controls: - \\b mrs_bool/enableMean: enable outputting of the mean values (on by default). - \\b mrs_bool/enableStddev: enable outputting of the standard deviation values (on by default). - \\b mrs_bool/enableSkewness: enable outputting of the skewness values (off by default). - \\b mrs_bool/clear: clear the internal buffers to start fresh. - \\b mrs_book/clearPerTick: clear the buffers at the start of each tick. This disables the \"running\" property of the calculations. \\todo: add kurtosis \\todo: add option to output running energy (we're calculating it anyway)" .
+
+marsyas:SNR a rdfs:Resource ;
+	marsyas:type "StatisticalFunction" ;
+    dc:description "Compute SNR and variations Computes the SNR between two mono audio signals. One signal is observation 0 and the other is observation 1. The output is: observation 0 is the Signal/Noise ratio in dB 10 * log10(\\frac{\\sum A^2}{\\sum A-B}) observation 1 is the SNR with optimized gain factor 10 * log10(\\frac{1}{1 - (\\frac{sum A B}{\\sqrt{\\sum A^2 \\sum B^2}})}) Controls: - \\b mrs_string/mode [rw] : sets the gain multiplier." .
+
+marsyas:SpectralFlatnessAllBands a rdfs:Resource ;
+	marsyas:type "SpectrumDescriptor" ;
+    dc:description "Calculates a single spectral flatness value. Similar to SFM, but that marsystem splits the observations into bands, whereas this one uses the whole range of observations to generate one number. It may be used to 'narrow in' on a specific range by putting a RemoveObservations marsystem before it." .
+
+marsyas:Spectrum a rdfs:Resource ;
+	marsyas:type "SpectrumDescriptor" ;
+    dc:description "Compute the complex spectrum of input window Computes the complex spectrum (N/2+1 points) of the input window using the Fast Fourier Transform (FFT). The output is a N-sized column vector (where N is the size of the input audio vector), using the following format: [Re(0), Re(N/2), Re(1), Im(1), Re(2), Im(2), ..., Re(N/2-1), Im(N/2-1)] Note that the DC and Nyquist frequencies only have real part, and are output as the two first coefficients in the vector. Overall, the output spectrum has N/2+1 unique points, corresponding to the positive half of the complex spectrum. \\note Only the first observation input channel is processed, the rest (if any) is ignored. \\see PowerSpectrum, fft" .
+
+marsyas:Spectrum2ACMChroma a rdfs:Resource ;
+	marsyas:type "SpectrumDescriptor" ;
+    dc:description "Transform an (amplitude) spectrum to a chroma profile \\author Matthias Varewyck \\date 20090518 \\todo - Check if parameters are independent on input sample rate (~= 8kHz) - Include check if provided (amplitude) spectrum was correctly computed - Include correct error handling (conform Marsyas rules) - Let the lowest F0 be higher than the diapason - Introduce a highest F0 additional to a lowest F0 - Add \"fan in combinator\" to simplify actual chroma profile computation This class implements the conversion of an (amplitude) spectrum to a chroma profile as described in \"a novel chroma representation of polyphonic music based on multiple pitch tracking techniques\" which was presented at the 16th ACM International Conference on Multimedia. The method computes the set of pitches that best explains the salient frequencies present in the (amplitude) spectrum. The method results in (1) a chroma profile and (2) a chord evidence. (1) The chroma profile represents the normalized pitches after they were folded to one octave (2) The chord evidence represents the probability that a chord occurs in the examined frame. For an example, see the function \"toy_with_chroma\" in the mudbox. Controls: - \\b mrs_natural/NrOfHarmonics [rw] : adjust the number of harmonics in F0 detection (should be >0) - \\b mrs_real/F0Weight [rw] : adjust the balance between F0 and its harmonics (between 0 and 1) - \\b mrs_real/LowestF0 [rw] : adjust the lowest F0 to be detected (between 0 and Nyquist frequency) - \\b mrs_real/ChordEvidence [r] : store the chord evidence of the last examined frame" .
+
+marsyas:Spectrum2Chroma a rdfs:Resource ;
+	marsyas:type "SpectrumDescriptor" ;
+    dc:description "Convert spectrum magnitude (e.g. output from PowerSpectrum MarSystem) into a Chroma vector representation. Based in the fft2chromamx.m MATLAB script by Dan Ellis: http://www.ee.columbia.edu/~dpwe/resources/matlab/chroma-ansyn/#1 Controls: - \\b mrs_natural/nbins [w] : sets the number of chroma bins to output (default = 12, i.e. chromatic diatonic) - \\b mrs_real/middleAfreq [w] : sets the frequency (in Hz) to be used for the middle A pitch (A4) - \\b mrs_real/weightCenterFreq [w] : sets the Gaussian weighting center frequency (in Hz) - \\b mrs_real/weightStdDev [w] : sets the Gaussian weighting StdDev (in octaves)" .
+
+marsyas:Spectrum2Mel a rdfs:Resource ;
+	marsyas:type "SpectrumDescriptor" ;
+    dc:description "Convert spectrum magnitude (e.g. output from PowerSpectrum MarSystem) into Mel frequency scale. In order to duplicate the mel matrix in Slaney's mfcc.m use the following parameters: - fftsize = 512 - srate = 8000Hz - melBands = 40 - bandWidth = 1.0 - bandLowEdge = 133.33 - bandHighEdge = 6855.5 - constAmp = false Based in the fft2melmx.m MATLAB script by Dan Ellis: http://labrosa.ee.columbia.edu/projects/coversongs/ Controls: - \\b mrs_natural/melBands [w] : sets the number of Mel bands to output (default = 40, i.e. one per bark) - \\b mrs_real/bandWidth [w] : sets the constant width of each band relative to standard Mel (default 1.0) - \\b mrs_real/bandLowEdge [w] : sets the frequency (in Hz) of the lowest band edge (default 0.0, but 133.33 is a common standard (to skip LF)) - \\b mrs_real/bandHighEdge [w] : sets frequency in Hz of upper edge (default audio srate/2) - \\b mrs_bool/htkMel [w] : use HTK's version of the mel curve, not Slaney's - \\b mrs_bool/constAmp [w] : make integration windows peak at 1, not sum to 1" .
+
+marsyas:StandardDeviation a rdfs:Resource ;
+	marsyas:type "StatisticalFunction" ;
+    dc:description "Standard Deviation of each row of observations Calculates the standard deviation of each row of observations. The resulting standard deviations are returned as a column vector." .
+
+marsyas:StereoSpectrum a rdfs:Resource ;
+	marsyas:type "SpectrumDescriptor" ;
+    dc:description "StereoSpectrum computes the panning index for each spectrum bin of a stereo input (i.e. input is expected to be the output of a parallel of two Spectrum MarSystems, one for each stereo channel)." .
+
+marsyas:StereoSpectrumFeatures a rdfs:Resource ;
+	marsyas:type "SpectrumDescriptor" ;
+    dc:description "StereoSpectrumFeatures capture panning information After computing the Stereo Spectrum we can summarize it by extracting features using the StereoSpectrumFeatures." .
+
+marsyas:StereoSpectrumSources a rdfs:Resource ;
+	marsyas:type "SpectrumDescriptor" ;
+    dc:description "StereoSpectrumSources estimates the number of sources placed into different stereo positions. After computing the Stereo Spectrum we can try to estimate the number of sources playing in different stereo positions." .
+
+marsyas:TriangularFilterBank a rdfs:Resource ;
+	marsyas:type "SpectrumDescriptor" ;
+    dc:description "Triangular FilterBank Takes as input the N/2+1 spectrum Magnitude points output by PowerSpectrum. For example it can be used to compute a Mel-scale or Constant-Q filterbank. \\see Spectrum, PowerSpectrum Controls: - \\b mrs_natural/coefficients [w]: the number of cepstral coefficients to calculate." .
+
+marsyas:WaveletPyramid a rdfs:Resource ;
+	marsyas:type "SpectrumDescriptor" ;
+    dc:description "Pyramid wavelet algorithm Discrete Wavelet Transform (DWT) pyramid algorithm. Based on the Numerical Recipies wavelet code." .
+
+marsyas:Yin a rdfs:Resource ;
+	marsyas:type "PitchDetection" ;
+    dc:description "Pitch detection using the YIN algorithm This algorithm was developped by A. de Cheveigne and H. Kawahara and published in: De Cheveigne, A., Kawahara, H. (2002) \"YIN, a fundamental frequency estimator for speech and music\", J. Acoust. Soc. Am. 111, 1917-1930. See http://recherche.ircam.fr/equipes/pcm/pub/people/cheveign.html This code was adapted from aubio (http://aubio.org) by sness. THIS MARSYSTEM IS VERY SIMILAR TO AUBIO_YIN, BUT DO NOT DELETE IT BECAUSE I NEED IT. - Graham Controls: - \\b mrs_real/tolerance [w] : sets the tolerance of the yin algorithm - \\b mrs_real/frequency_min [w] : limits the search to frequencies above or equal to this - \\b mrs_real/frequency_max [w] : limits the search to frequencies below or equal to this (set to 0 to disable)" .
+
+marsyas:ZeroCrossings a rdfs:Resource ;
+    dc:description "Time-domain ZeroCrossings Basically counts the number of times the input signal crosses the zero line." .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/af-aubio.n3	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,147 @@
+@prefix aubio: <file:///Users/alo/MusicOntology/features/rdf/> .
+@prefix dc: <http://purl.org/dc/elements/1.1/> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+aubio:AWeightingFilterCoefficients a rdfs:Resource ;
+	aubio:type "DigitalFilter" ;
+	dc:description "An A-weighting digital filter, which reduces low and high frequencies and enhance the middle ones to reflect the ability of the human hearing." .
+
+aubio:BeatTracking a rdfs:Resource ;
+	aubio:type "Tempo" ;
+    dc:description "Beat tracking using a context dependant model." .
+
+aubio:BiquadFilter a rdfs:Resource ;
+	aubio:type "DigitalFilter" ;
+	dc:description "Second order Infinite Impulse Response filter." .
+
+aubio:ComplexDomainMethodOnsetDetectionFunction a rdfs:Resource ;
+	aubio:type "OnsetDetection" ;
+    dc:description "Complex Domain Method onset detection function." .
+
+aubio:CWeightingFilterCoefficients a rdfs:Resource ;
+	aubio:type "DigitalFilter" ;
+	dc:description "A C-weighting digital filter, which reduces low and high frequencies and enhance the middle ones to reflect the ability of the human hearing." .
+
+aubio:DigitalFilter a rdfs:Resource ;
+	aubio:type "DigitalFilter" ;
+	dc:description "This object stores a digital filter of order N." .
+
+aubio:EnergyBasedOnsetDetectionFunction a rdfs:Resource ;
+	aubio:type "OnsetDetection" ;
+    dc:description "This function calculates the local energy of the input spectral frame." .
+
+aubio:FilterbankMel a rdfs:Resource ;
+	aubio:type "SpectralFeature" ;
+	dc:description "Mel frequency filter bank coefficients. Set filter bank coefficients to Mel frequency bands" .
+
+aubio:HighFrequencyContentOnsetDetectionFunction a rdfs:Resource ;
+	aubio:type "OnsetDetection" ;
+    dc:description "This method computes the High Frequency Content (HFC) of the input spectral frame. The resulting function is efficient at detecting percussive onsets" .
+
+aubio:KullbackLieblerOnsetDetectionFunction a rdfs:Resource ;
+	aubio:type "OnsetDetection" ;
+    dc:description "Kullback-Liebler onset detection function." .
+
+aubio:MFCC a rdfs:Resource ;
+	aubio:type "SpectralFeature" ;
+    dc:description "Mel-frequency cepstrum coefficients object" .
+
+aubio:ModifiedKullbackLieblerOnsetDetectionFunction a rdfs:Resource ;
+	aubio:type "OnsetDetection" ;
+    dc:description "Modified Kullback-Liebler onset detection function." .
+
+aubio:Onset a rdfs:Resource ;
+	aubio:type "OnsetDetection" ;
+    dc:description "Computes the onset detection function and detect peaks in these functions. When onsets are found above a given silence threshold, and after a minimum inter-onset interval, the output vector returned by aubio_onset_do is filled with 1. Otherwise, the output vector remains 0" .
+
+aubio:OnsetDetectionFunction a rdfs:Resource ;
+	aubio:type "OnsetDetection" ;
+    dc:description "These functions are designed to raise at notes attacks in music signals." .
+
+aubio:PeakPicker a rdfs:Resource ;
+	aubio:type "OnsetDetection" ;
+    dc:description "Peak picking utilities function" .
+
+aubio:PhaseBasedMethodOnsetDetectionFunction a rdfs:Resource ;
+	aubio:type "OnsetDetection" ;
+    dc:description "Phase Based Method onset detection function." .
+
+aubio:PhaseVocoder a rdfs:Resource ;
+	aubio:type "SpectralFeature" ;
+	dc:description "This object implements a phase vocoder. The spectral frames are computed using a HanningZ window and a swapped version of the signal to simplify the phase relationships across frames. The window sizes and overlap are specified at creation time." .
+
+aubio:Pitch a rdfs:Resource ;
+	aubio:type "PitchDetection" ;
+    dc:description "Generic method for pitch detection" .
+
+aubio:PitchFastComb a rdfs:Resource ;
+	aubio:type "PitchDetection" ;
+    dc:description "Pitch detection using a fast harmonic comb filter" .
+
+aubio:PitchFftYin a rdfs:Resource ;
+	aubio:type "PitchDetection" ;
+    dc:description "Pitch detection using a spectral implementation of the YIN algorithm" .
+
+aubio:PitchMultiComb a rdfs:Resource ;
+	aubio:type "PitchDetection" ;
+    dc:description "Pitch detection using multiple-comb filter" .
+
+aubio:PitchSchmitt a rdfs:Resource ;
+	aubio:type "PitchDetection" ;
+    dc:description "Pitch detection using a Schmitt trigger" .
+
+aubio:PitchYin a rdfs:Resource ;
+	aubio:type "PitchDetection" ;
+    dc:description "Pitch detection using the YIN algorithm" .
+
+aubio:Resampler a rdfs:Resource ;
+	aubio:type "DigitalFilter" ;
+	dc:description "This object resamples an input vector into an output vector using libsamplerate." .
+
+aubio:SpectralCentroid a rdfs:Resource ;
+	aubio:type "SpectralFeature" ;
+    dc:description "The spectral centroid represents the barycenter of the spectrum." .
+
+aubio:SpectralDecrease a rdfs:Resource ;
+	aubio:type "SpectralFeature" ;
+    dc:description "The spectral decrease is another representation of the decreasing rate, based on perceptual criteria." .
+
+aubio:SpectralDifferenceMethodOnsetDetectionFunction a rdfs:Resource ;
+	aubio:type "PitchDetection" ;
+    dc:description "Spectral difference method onset detection function." .
+
+aubio:SpectralFlux a rdfs:Resource ;
+	aubio:type "SpectralFeature" ;
+    dc:description "Spectral Flux" .
+
+aubio:SpectralKurtosis a rdfs:Resource ;
+	aubio:type "SpectralFeature" ;
+    dc:description "The kurtosis is a measure of the flatness of the spectrum, computed from the fourth order moment." .
+
+aubio:SpectralRolloff a rdfs:Resource ;
+	aubio:type "SpectralFeature" ;
+    dc:description "This function returns the bin number below which 95% of the spectrum energy is found." .
+
+aubio:SpectralShapeDescriptors a rdfs:Resource ;
+	aubio:type "SpectralFeature" ;
+    dc:description "Spectral shape descriptors" .
+
+aubio:SpectralSkewness a rdfs:Resource ;
+	aubio:type "SpectralFeature" ;
+    dc:description "The skewness is computed from the third order moment of the spectrum. A negative skewness indicates more energy on the lower part of the spectrum. A positive skewness indicates more energy on the high frequency of the spectrum." .
+
+aubio:SpectralSlope a rdfs:Resource ;
+	aubio:type "SpectralFeature" ;
+    dc:description "The spectral slope represents decreasing rate of the spectral amplitude, computed using a linear regression." .
+
+aubio:SpectralSpread a rdfs:Resource ;
+	aubio:type "SpectralFeature" ;
+    dc:description "The spectral spread is the variance of the spectral distribution around its centroid." .
+
+aubio:Tempo a rdfs:Resource ;
+	aubio:type "Tempo" ;
+    dc:description "Tempo detection driver. This object stores all the memory required for tempo detection algorithm and returns the estimated beat locations." .
+
+aubio:TransientSteadyStateSeparation a rdfs:Resource ;
+	aubio:type "SpectralFeature" ;
+    dc:description "Transient / Steady-state Separation (TSS)" .
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/af-mirtoolbox.n3	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,415 @@
+@prefix af: <http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#> .
+@prefix afv: <http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#> .
+@prefix dc: <http://purl.org/dc/elements/1.1/> .
+@prefix mirtoolbox: <http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
+
+<> a owl:Ontology ;
+    dc:description "This is an ontology for annotating MIR Toolbox audio features"@en ;
+    dc:title "MIR Toolbox Ontology"@en ;
+    owl:versionInfo "Version 1.0"@en .
+
+mirtoolbox:Attack a owl:Class ;
+    rdfs:label "Attack"@en ;
+    rdfs:comment "Attack MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:TimbreFeatureExtractor ;
+    = afv:Attack ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:AttackLeap a owl:Class ;
+    rdfs:label "AttackLeap"@en ;
+    rdfs:comment "AttackLeap MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:TimbreFeatureExtractor ;
+    = afv:AttackLeap ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:AttackSlope a owl:Class ;
+    rdfs:label "AttackSlope"@en ;
+    rdfs:comment "AttackSlope MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:TimbreFeatureExtractor ;
+    = afv:AttackSlope ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Audio a owl:Class ;
+    rdfs:label "Audio"@en ;
+    rdfs:comment "Audio MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Operator ;
+    = afv:Audio ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Autocorrelation a owl:Class ;
+    rdfs:label "Autocorrelation"@en ;
+    rdfs:comment "Autocorrelation MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Operator ;
+    = afv:Autocorrelation ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:BeatSpectrum a owl:Class ;
+    rdfs:label "BeatSpectrum"@en ;
+    rdfs:comment "BeatSpectrum MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:RhythmFeatureExtractor ;
+    = afv:BeatSpectrum ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Brightness a owl:Class ;
+    rdfs:label "Brightness"@en ;
+    rdfs:comment "Brightness MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:TimbreFeatureExtractor ;
+    = afv:Brightness ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Centroid a owl:Class ;
+    rdfs:label "Centroid"@en ;
+    rdfs:comment "Centroid MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Statistics ;
+    = afv:Centroid ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Cepstrum a owl:Class ;
+    rdfs:label "Cepstrum"@en ;
+    rdfs:comment "Cepstrum MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Operator ;
+    = afv:Cepstrum ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Chromagram a owl:Class ;
+    rdfs:label "Chromagram"@en ;
+    rdfs:comment "Chromagram MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:TonalityFeatureExtractor ;
+    = afv:Chromagram ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Classify a owl:Class ;
+    rdfs:label "Classify"@en ;
+    rdfs:comment "Classify MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Predictions ;
+    = afv:Classify ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Cluster a owl:Class ;
+    rdfs:label "Cluster"@en ;
+    rdfs:comment "Cluster MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Predictions ;
+    = afv:Cluster ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Distance a owl:Class ;
+    rdfs:label "Distance"@en ;
+    rdfs:comment "Distance MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Similarity ;
+    = afv:Distance ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Emotion a owl:Class ;
+    rdfs:label "Emotion"@en ;
+    rdfs:comment "Emotion MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Predictions ;
+    = afv:Emotion ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Entropy a owl:Class ;
+    rdfs:label "Entropy"@en ;
+    rdfs:comment "Entropy MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Statistics ;
+    = afv:Entropy ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Envelope a owl:Class ;
+    rdfs:label "Envelope"@en ;
+    rdfs:comment "Envelope MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Operator ;
+    = afv:Envelope ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:EventDensity a owl:Class ;
+    rdfs:label "EventDensity"@en ;
+    rdfs:comment "EventDensity MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:RhythmFeatureExtractor ;
+    = afv:EventDensity ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Filterbank a owl:Class ;
+    rdfs:label "Filterbank"@en ;
+    rdfs:comment "Filterbank MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Operator ;
+    = afv:Filterbank ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Flatness a owl:Class ;
+    rdfs:label "Flatness"@en ;
+    rdfs:comment "Flatness MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Statistics ;
+    = afv:Flatness ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Flux a owl:Class ;
+    rdfs:label "Flux"@en ;
+    rdfs:comment "Flux MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Operator ;
+    = afv:Flux ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Frame a owl:Class ;
+    rdfs:label "Frame"@en ;
+    rdfs:comment "Frame MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Operator ;
+    = afv:Frame ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:HarmonicChangeDetectionFunction a owl:Class ;
+    rdfs:label "HarmonicChangeDetectionFunction"@en ;
+    rdfs:comment "HarmonicChangeDetectionFunction MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:TonalityFeatureExtractor ;
+    = afv:HarmonicChangeDetectionFunction ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Histogram a owl:Class ;
+    rdfs:label "Histogram"@en ;
+    rdfs:comment "Histogram MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Statistics ;
+    = afv:Histogram ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Inharmonicity a owl:Class ;
+    rdfs:label "Inharmonicity"@en ;
+    rdfs:comment "Inharmonicity MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:PitchFeatureExtractor ;
+    = afv:Inharmonicity ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Irregularity a owl:Class ;
+    rdfs:label "Irregularity"@en ;
+    rdfs:comment "Irregularity MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:TimbreFeatureExtractor ;
+    = afv:Irregularity ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Key a owl:Class ;
+    rdfs:label "Key"@en ;
+    rdfs:comment "Key MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:TonalityFeatureExtractor ;
+    = afv:Key ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:KeySOM a owl:Class ;
+    rdfs:label "KeySOM"@en ;
+    rdfs:comment "KeySOM MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:TonalityFeatureExtractor ;
+    = afv:KeySOM ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:KeyStrength a owl:Class ;
+    rdfs:label "KeyStrength"@en ;
+    rdfs:comment "KeyStrength MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:TonalityFeatureExtractor ;
+    = afv:KeyStrength ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Kurtosis a owl:Class ;
+    rdfs:label "Kurtosis"@en ;
+    rdfs:comment "Kurtosis MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Statistics ;
+    = afv:Kurtosis ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Length a owl:Class ;
+    rdfs:label "Length"@en ;
+    rdfs:comment "Length MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Operator ;
+    = afv:Length ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:LowEnergy a owl:Class ;
+    rdfs:label "LowEnergy"@en ;
+    rdfs:comment "LowEnergy MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:DynamicsFeatureExtractor ;
+    = afv:LowEnergy ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:MFCC a owl:Class ;
+    rdfs:label "MFCC"@en ;
+    rdfs:comment "MFCC MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:TimbreFeatureExtractor ;
+    = afv:MFCC ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:MIDI a owl:Class ;
+    rdfs:label "MIDI"@en ;
+    rdfs:comment "MIDI MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:PitchFeatureExtractor ;
+    = afv:MIDI ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Mean a owl:Class ;
+    rdfs:label "Mean"@en ;
+    rdfs:comment "Mean MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Statistics ;
+    = afv:Mean ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Mode a owl:Class ;
+    rdfs:label "Mode"@en ;
+    rdfs:comment "Mode MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:TonalityFeatureExtractor ;
+    = afv:Mode ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:NoteOnset a owl:Class ;
+    rdfs:label "NoteOnset"@en ;
+    rdfs:comment "NoteOnset MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:RhythmFeatureExtractor ;
+    = afv:NoteOnset ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Novelty a owl:Class ;
+    rdfs:label "Novelty"@en ;
+    rdfs:comment "Novelty MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Structure ;
+    = afv:Novelty ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Peaks a owl:Class ;
+    rdfs:label "Peaks"@en ;
+    rdfs:comment "Peaks MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Operator ;
+    = afv:Peaks ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Pitch a owl:Class ;
+    rdfs:label "Pitch"@en ;
+    rdfs:comment "Pitch MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:PitchFeatureExtractor ;
+    = afv:Pitch ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:PulseClarity a owl:Class ;
+    rdfs:label "PulseClarity"@en ;
+    rdfs:comment "PulseClarity MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:RhythmFeatureExtractor ;
+    = afv:PulseClarity ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Query a owl:Class ;
+    rdfs:label "Query"@en ;
+    rdfs:comment "Query MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Similarity ;
+    = afv:Query ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:RMSEnergy a owl:Class ;
+    rdfs:label "RMSEnergy"@en ;
+    rdfs:comment "RMSEnergy MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:DynamicsFeatureExtractor ;
+    = afv:RMSEnergy ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:RhythmicFluctuation a owl:Class ;
+    rdfs:label "RhythmicFluctuation"@en ;
+    rdfs:comment "RhythmicFluctuation MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:RhythmFeatureExtractor ;
+    = afv:RhythmicFluctuation ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Rolloff a owl:Class ;
+    rdfs:label "Rolloff"@en ;
+    rdfs:comment "Rolloff MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:TimbreFeatureExtractor ;
+    = afv:Rolloff ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Roughness a owl:Class ;
+    rdfs:label "Roughness"@en ;
+    rdfs:comment "Roughness MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:TimbreFeatureExtractor ;
+    = afv:Roughness ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Segment a owl:Class ;
+    rdfs:label "Segment"@en ;
+    rdfs:comment "Segment MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Structure ;
+    = afv:Segment ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:SimilarityMatrix a owl:Class ;
+    rdfs:label "SimilarityMatrix"@en ;
+    rdfs:comment "SimilarityMatrix MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Structure ;
+    = afv:SimilarityMatrix ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Skewness a owl:Class ;
+    rdfs:label "Skewness"@en ;
+    rdfs:comment "Skewness MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Statistics ;
+    = afv:Skewness ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:SpectralFluxOnsetDetectionFunction a owl:Class ;
+    rdfs:label "SpectralFluxOnsetDetectionFunction"@en ;
+    rdfs:comment "SpectralFluxOnsetDetectionFunction MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:RhythmFeatureExtractor ;
+    = afv:SpectralFluxOnsetDetectionFunction ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Spectrum a owl:Class ;
+    rdfs:label "Spectrum"@en ;
+    rdfs:comment "Spectrum MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Operator ;
+    = afv:Spectrum ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Spread a owl:Class ;
+    rdfs:label "Spread"@en ;
+    rdfs:comment "Spread MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Statistics ;
+    = afv:Spread ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:StandardDeviation a owl:Class ;
+    rdfs:label "StandardDeviation"@en ;
+    rdfs:comment "StandardDeviation MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Statistics ;
+    = afv:StandardDeviation ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:StatisticalMapping a owl:Class ;
+    rdfs:label "StatisticalMapping"@en ;
+    rdfs:comment "StatisticalMapping MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Statistics ;
+    = afv:StatisticalMapping ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Sum a owl:Class ;
+    rdfs:label "Sum"@en ;
+    rdfs:comment "Sum MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Operator ;
+    = afv:Sum ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:Tempo a owl:Class ;
+    rdfs:label "Tempo"@en ;
+    rdfs:comment "Tempo MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:RhythmFeatureExtractor ;
+    = afv:Tempo ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:TonalCentroid a owl:Class ;
+    rdfs:label "TonalCentroid"@en ;
+    rdfs:comment "TonalCentroid MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:TonalityFeatureExtractor ;
+    = afv:TonalCentroid ;
+    vs:term_status "testing"@en .
+
+mirtoolbox:ZeroCrossingRate a owl:Class ;
+    rdfs:label "ZeroCrossingRate"@en ;
+    rdfs:comment "ZeroCrossingRate MIR Toolbox audio feature" ;
+    rdfs:subClassOf af:Statistics,
+        af:TimbreFeatureExtractor ;
+    = afv:ZeroCrossingRate ;
+    vs:term_status "testing"@en .
+
+vs:term_status a owl:AnnotationProperty .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/af-mirtoolbox.rdf	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,475 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rdf:RDF
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:owl="http://www.w3.org/2002/07/owl#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+   xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
+>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#BeatSpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#RhythmFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#BeatSpectrum"/>
+    <rdfs:comment>BeatSpectrum MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">BeatSpectrum</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#KeyStrength">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TonalityFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#KeyStrength"/>
+    <rdfs:comment>KeyStrength MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">KeyStrength</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#StandardDeviation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Statistics"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#StandardDeviation"/>
+    <rdfs:comment>StandardDeviation MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">StandardDeviation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#NoteOnset">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#RhythmFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#NoteOnset"/>
+    <rdfs:comment>NoteOnset MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">NoteOnset</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Flatness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Statistics"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Flatness"/>
+    <rdfs:comment>Flatness MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Flatness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Irregularity">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TimbreFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Irregularity"/>
+    <rdfs:comment>Irregularity MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Irregularity</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Distance">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Similarity"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Distance"/>
+    <rdfs:comment>Distance MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Distance</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#KeySOM">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TonalityFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#KeySOM"/>
+    <rdfs:comment>KeySOM MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">KeySOM</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#MFCC">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TimbreFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MFCC"/>
+    <rdfs:comment>MFCC MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">MFCC</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Envelope">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Operator"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Envelope"/>
+    <rdfs:comment>Envelope MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Envelope</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#MIDI">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#PitchFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIDI"/>
+    <rdfs:comment>MIDI MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">MIDI</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Skewness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Statistics"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Skewness"/>
+    <rdfs:comment>Skewness MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Skewness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#SpectralFluxOnsetDetectionFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#RhythmFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralFluxOnsetDetectionFunction"/>
+    <rdfs:comment>SpectralFluxOnsetDetectionFunction MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">SpectralFluxOnsetDetectionFunction</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Rolloff">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TimbreFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Rolloff"/>
+    <rdfs:comment>Rolloff MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Rolloff</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#RhythmicFluctuation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#RhythmFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#RhythmicFluctuation"/>
+    <rdfs:comment>RhythmicFluctuation MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">RhythmicFluctuation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Inharmonicity">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#PitchFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Inharmonicity"/>
+    <rdfs:comment>Inharmonicity MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Inharmonicity</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="">
+    <dc:title xml:lang="en">MIR Toolbox Ontology</dc:title>
+    <dc:description xml:lang="en">This is an ontology for annotating MIR Toolbox audio features</dc:description>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
+    <owl:versionInfo xml:lang="en">Version 1.0</owl:versionInfo>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Segment">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Structure"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Segment"/>
+    <rdfs:comment>Segment MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Segment</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Query">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Similarity"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Query"/>
+    <rdfs:comment>Query MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Query</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Spread">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Statistics"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Spread"/>
+    <rdfs:comment>Spread MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Spread</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Length">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Operator"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Length"/>
+    <rdfs:comment>Length MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Length</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Spectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Operator"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Spectrum"/>
+    <rdfs:comment>Spectrum MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Spectrum</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Novelty">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Structure"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Novelty"/>
+    <rdfs:comment>Novelty MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Novelty</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#StatisticalMapping">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Statistics"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#StatisticalMapping"/>
+    <rdfs:comment>StatisticalMapping MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">StatisticalMapping</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#AttackLeap">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TimbreFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AttackLeap"/>
+    <rdfs:comment>AttackLeap MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">AttackLeap</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Peaks">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Operator"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Peaks"/>
+    <rdfs:comment>Peaks MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Peaks</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Mean">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Statistics"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Mean"/>
+    <rdfs:comment>Mean MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Mean</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Cluster">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Predictions"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Cluster"/>
+    <rdfs:comment>Cluster MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Cluster</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Attack">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TimbreFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Attack"/>
+    <rdfs:comment>Attack MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Attack</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Key">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TonalityFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Key"/>
+    <rdfs:comment>Key MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Key</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#SimilarityMatrix">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Structure"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SimilarityMatrix"/>
+    <rdfs:comment>SimilarityMatrix MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">SimilarityMatrix</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Filterbank">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Operator"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Filterbank"/>
+    <rdfs:comment>Filterbank MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Filterbank</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#EventDensity">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#RhythmFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#EventDensity"/>
+    <rdfs:comment>EventDensity MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">EventDensity</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Pitch">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#PitchFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Pitch"/>
+    <rdfs:comment>Pitch MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Pitch</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Chromagram">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TonalityFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Chromagram"/>
+    <rdfs:comment>Chromagram MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Chromagram</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#HarmonicChangeDetectionFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TonalityFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicChangeDetectionFunction"/>
+    <rdfs:comment>HarmonicChangeDetectionFunction MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">HarmonicChangeDetectionFunction</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Classify">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Predictions"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Classify"/>
+    <rdfs:comment>Classify MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Classify</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Tempo">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#RhythmFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Tempo"/>
+    <rdfs:comment>Tempo MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Tempo</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Frame">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Operator"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Frame"/>
+    <rdfs:comment>Frame MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Frame</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Flux">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Operator"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Flux"/>
+    <rdfs:comment>Flux MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Flux</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Mode">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TonalityFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Mode"/>
+    <rdfs:comment>Mode MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Mode</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Sum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Operator"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Sum"/>
+    <rdfs:comment>Sum MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Sum</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#RMSEnergy">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#DynamicsFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#RMSEnergy"/>
+    <rdfs:comment>RMSEnergy MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">RMSEnergy</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Entropy">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Statistics"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Entropy"/>
+    <rdfs:comment>Entropy MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Entropy</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Emotion">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Predictions"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Emotion"/>
+    <rdfs:comment>Emotion MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Emotion</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Centroid">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Statistics"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Centroid"/>
+    <rdfs:comment>Centroid MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Centroid</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Histogram">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Statistics"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Histogram"/>
+    <rdfs:comment>Histogram MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Histogram</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#LowEnergy">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#DynamicsFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#LowEnergy"/>
+    <rdfs:comment>LowEnergy MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">LowEnergy</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#TonalCentroid">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TonalityFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TonalCentroid"/>
+    <rdfs:comment>TonalCentroid MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">TonalCentroid</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#PulseClarity">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#RhythmFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PulseClarity"/>
+    <rdfs:comment>PulseClarity MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">PulseClarity</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Brightness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TimbreFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Brightness"/>
+    <rdfs:comment>Brightness MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Brightness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Audio">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Operator"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Audio"/>
+    <rdfs:comment>Audio MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Audio</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Cepstrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Operator"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Cepstrum"/>
+    <rdfs:comment>Cepstrum MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Cepstrum</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#ZeroCrossingRate">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TimbreFeatureExtractor"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Statistics"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ZeroCrossingRate"/>
+    <rdfs:comment>ZeroCrossingRate MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">ZeroCrossingRate</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Kurtosis">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Statistics"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Kurtosis"/>
+    <rdfs:comment>Kurtosis MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Kurtosis</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Roughness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TimbreFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Roughness"/>
+    <rdfs:comment>Roughness MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Roughness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#Autocorrelation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Operator"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Autocorrelation"/>
+    <rdfs:comment>Autocorrelation MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">Autocorrelation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#AttackSlope">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TimbreFeatureExtractor"/>
+    <owl:sameAs rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AttackSlope"/>
+    <rdfs:comment>AttackSlope MIR Toolbox audio feature</rdfs:comment>
+    <rdfs:label xml:lang="en">AttackSlope</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+</rdf:RDF>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/af-ontology.n3	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,706 @@
+@prefix af: <http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#> .
+@prefix dc: <http://purl.org/dc/elements/1.1/> .
+@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
+@prefix mo: <http://purl.org/ontology/mo/> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix tl: <http://purl.org/NET/c4dm/timeline.owl#> .
+@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+<> a owl:Ontology ;
+    rdfs:label "The Audio Feature ontology"@en ;
+    dc:date "2013-04-11T11:07:39.079435" ;
+    dc:description "This ontology expresses some common concepts to represent automatically extracted features from audio signals."@en ;
+    dc:title "The Audio Feature ontology"@en ;
+    owl:versionInfo "Version 1.0" .
+
+af:AdaptiveTimeFrequencyTransformComp a owl:Class ;
+    rdfs:label "Adaptive Time Frequency Transform Comp" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Transformation ;
+    vs:term_status "testing"@en .
+
+af:AudioFeature a owl:Class ;
+    rdfs:label "Audio Feature"@en ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    vs:term_status "testing"@en .
+
+af:AudioSegmentation a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:ApplicationDomain ;
+    vs:term_status "testing"@en .
+
+af:AudioSignal a owl:Class ;
+    rdfs:label "Audio Signal"@en ;
+    rdfs:comment "Timbre Toolbox ontology term" ;
+    rdfs:subClassOf af:InputSignal ;
+    vs:term_status "testing"@en .
+
+af:AuditoryImageModel a owl:Class ;
+    rdfs:comment "Marsyas ontology term" ;
+    rdfs:subClassOf af:Analysis ;
+    vs:term_status "testing"@en .
+
+af:Auditorymodel a owl:Class ;
+    rdfs:label "Auditory model"@en ;
+    rdfs:comment "Timbre Toolbox ontology term" ;
+    rdfs:subClassOf af:InputSignal ;
+    vs:term_status "testing"@en .
+
+af:Autocorrelation a owl:Class ;
+    rdfs:label "Autocorrelation" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Transformation ;
+    vs:term_status "testing"@en .
+
+af:AutoregressionLPA a owl:Class ;
+    rdfs:label "Autoregression (LPA)" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Filter ;
+    vs:term_status "testing"@en .
+
+af:AzimuthDiscriminationandResynthesis a owl:Class ;
+    rdfs:comment "Marsyas ontology term" ;
+    rdfs:subClassOf af:Analysis ;
+    vs:term_status "testing"@en .
+
+af:BandpassFilter a owl:Class ;
+    rdfs:label "Band-pass Filter" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Filter ;
+    vs:term_status "testing"@en .
+
+af:BandpassFilterBank a owl:Class ;
+    rdfs:label "Band-pass Filter Bank" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Transformation ;
+    vs:term_status "testing"@en .
+
+af:CepstralFeature a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Feature ;
+    vs:term_status "testing"@en .
+
+af:CepstralRecursionFormula a owl:Class ;
+    rdfs:label "Cepstral Recursion Formula" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Filter ;
+    vs:term_status "testing"@en .
+
+af:CombFilter a owl:Class ;
+    rdfs:label "Comb Filter" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Filter ;
+    vs:term_status "testing"@en .
+
+af:ConstantQTransform a owl:Class ;
+    rdfs:label "Constant Q Transform" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Transformation ;
+    vs:term_status "testing"@en .
+
+af:CrossCorrelation a owl:Class ;
+    rdfs:label "Cross-Correlation" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Transformation ;
+    vs:term_status "testing"@en .
+
+af:DerivationDifference a owl:Class ;
+    rdfs:label "Derivation, Difference" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Filter ;
+    vs:term_status "testing"@en .
+
+af:DeviationSumofDifferences a owl:Class ;
+    rdfs:label "Deviation, Sum of Differences" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Aggregation ;
+    vs:term_status "testing"@en .
+
+af:DiscreteCosineTransform a owl:Class ;
+    rdfs:label "Discrete Cosine Transform" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Transformation ;
+    vs:term_status "testing"@en .
+
+af:DiscreteFourierTransform a owl:Class ;
+    rdfs:label "Discrete Fourier Transform" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Transformation ;
+    vs:term_status "testing"@en .
+
+af:DiscreteWaveletTransform a owl:Class ;
+    rdfs:label "Discrete Wavelet Transform" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Transformation ;
+    vs:term_status "testing"@en .
+
+af:DynamicsFeatureExtractor a owl:Class ;
+    rdfs:comment "MIR Toolbox ontology term" ;
+    rdfs:subClassOf af:FeatureExtractor ;
+    vs:term_status "testing"@en .
+
+af:EigendomainFeature a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Feature ;
+    vs:term_status "testing"@en .
+
+af:EnergySpectralDensity a owl:Class ;
+    rdfs:label "Energy Spectral Density" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Filter ;
+    vs:term_status "testing"@en .
+
+af:Entropy a owl:Class ;
+    rdfs:label "Entropy" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Aggregation ;
+    vs:term_status "testing"@en .
+
+af:EnvironmentalSoundRecognition a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:ApplicationDomain ;
+    vs:term_status "testing"@en .
+
+af:ExponentialFunction a owl:Class ;
+    rdfs:label "Exponential Function" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Filter ;
+    vs:term_status "testing"@en .
+
+af:Fingerprinting a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:ApplicationDomain ;
+    vs:term_status "testing"@en .
+
+af:FrequencyDomainPerceptualFeature a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:FrequencyFeature ;
+    owl:equivalentClass af:PerceptualFeature ;
+    vs:term_status "testing"@en .
+
+af:FrequencyDomainPhysicalFeature a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:FrequencyFeature ;
+    owl:equivalentClass af:PhysicalFeature ;
+    vs:term_status "testing"@en .
+
+af:Global a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:TemporalScale ;
+    vs:term_status "testing"@en .
+
+af:GlobalDescriptor a owl:Class ;
+    rdfs:comment "Timbre Toolbox ontology term" ;
+    rdfs:subClassOf af:AudioDescriptor ;
+    vs:term_status "testing"@en .
+
+af:GroupDelayFunction a owl:Class ;
+    rdfs:label "Group Delay Function" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Filter ;
+    vs:term_status "testing"@en .
+
+af:Harmonic a owl:Class ;
+    rdfs:label "Harmonic"@en ;
+    rdfs:comment "Timbre Toolbox ontology term" ;
+    rdfs:subClassOf af:InputSignal ;
+    vs:term_status "testing"@en .
+
+af:HarmonicPeakDetection a owl:Class ;
+    rdfs:label "Harmonic Peak Detection" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Aggregation ;
+    vs:term_status "testing"@en .
+
+af:HighComplexity a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:ComputationalComplexity ;
+    vs:term_status "testing"@en .
+
+af:Histogram a owl:Class ;
+    rdfs:label "Histogram" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Aggregation ;
+    vs:term_status "testing"@en .
+
+af:IndependentComponentAnalysis a owl:Class ;
+    rdfs:label "Independent Component Analysis" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Transformation ;
+    vs:term_status "testing"@en .
+
+af:InterFrame a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:TemporalScale ;
+    vs:term_status "testing"@en .
+
+af:IntraFrame a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:TemporalScale ;
+    vs:term_status "testing"@en .
+
+af:KeyDetection a owl:Class ;
+    rdfs:comment "Marsyas ontology term" ;
+    rdfs:subClassOf af:Analysis ;
+    vs:term_status "testing"@en .
+
+af:LevelCrossingDetector a owl:Class ;
+    rdfs:label "Level Crossing Detector" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Aggregation ;
+    vs:term_status "testing"@en .
+
+af:Logarithm a owl:Class ;
+    rdfs:label "Logarithm" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Filter ;
+    vs:term_status "testing"@en .
+
+af:LoudnessDescriptor a owl:Class ;
+    rdfs:comment "Marsyas ontology term" ;
+    rdfs:subClassOf af:Analysis ;
+    vs:term_status "testing"@en .
+
+af:LowComplexity a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:ComputationalComplexity ;
+    vs:term_status "testing"@en .
+
+af:LowpassFilter a owl:Class ;
+    rdfs:label "Low-pass Filter" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Filter ;
+    vs:term_status "testing"@en .
+
+af:Maximum a owl:Class ;
+    rdfs:label "Maximum" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Aggregation ;
+    vs:term_status "testing"@en .
+
+af:Mean a owl:Class ;
+    rdfs:label "Mean" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Aggregation ;
+    vs:term_status "testing"@en .
+
+af:Median a owl:Class ;
+    rdfs:label "Median" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Aggregation ;
+    vs:term_status "testing"@en .
+
+af:MediumComplexity a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:ComputationalComplexity ;
+    vs:term_status "testing"@en .
+
+af:Minimum a owl:Class ;
+    rdfs:label "Minimum" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Aggregation ;
+    vs:term_status "testing"@en .
+
+af:ModulatedComplexLappedTransform a owl:Class ;
+    rdfs:label "Modulated Complex Lapped Transform" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Transformation ;
+    vs:term_status "testing"@en .
+
+af:ModulationfrequencyFeature a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Feature ;
+    vs:term_status "testing"@en .
+
+af:MusicInformationRetrieval a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:ApplicationDomain ;
+    vs:term_status "testing"@en .
+
+af:Normalization a owl:Class ;
+    rdfs:label "Normalization" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Filter ;
+    vs:term_status "testing"@en .
+
+af:OnsetDetection a owl:Class ;
+    rdfs:comment "Marsyas ontology term" ;
+    rdfs:subClassOf af:Analysis ;
+    vs:term_status "testing"@en .
+
+af:Operator a owl:Class ;
+    rdfs:comment "MIR Toolbox ontology term" ;
+    vs:term_status "testing"@en .
+
+af:PeakDetection a owl:Class ;
+    rdfs:label "Peak Detection" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Aggregation ;
+    vs:term_status "testing"@en .
+
+af:Percentile a owl:Class ;
+    rdfs:label "Percentile" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Aggregation ;
+    vs:term_status "testing"@en .
+
+af:PhaseSpaceEmbedding a owl:Class ;
+    rdfs:label "Phase Space Embedding" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Transformation ;
+    vs:term_status "testing"@en .
+
+af:PhasespaceFeature a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Feature ;
+    vs:term_status "testing"@en .
+
+af:PitchDetection a owl:Class ;
+    rdfs:comment "Marsyas ontology term" ;
+    rdfs:subClassOf af:Analysis ;
+    vs:term_status "testing"@en .
+
+af:PitchFeatureExtractor a owl:Class ;
+    rdfs:comment "MIR Toolbox ontology term" ;
+    rdfs:subClassOf af:FeatureExtractor ;
+    vs:term_status "testing"@en .
+
+af:Point a owl:Class ;
+    rdfs:label "Point" ;
+    rdfs:comment """
+		A classifier for instants corresponding to the output of an automatic process---an
+		artificial cognitive agent (should be associated to a time:Instant---DL version).
+		""" ;
+    rdfs:subClassOf [ a owl:Restriction ;
+            owl:onProperty event:time ;
+            owl:someValuesFrom tl:Instant ],
+        event:Event ;
+    vs:term_status "testing" .
+
+af:PolynomialRootFinding a owl:Class ;
+    rdfs:label "Polynomial Root Finding" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Aggregation ;
+    vs:term_status "testing"@en .
+
+af:Power a owl:Class ;
+    rdfs:label "Power" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Aggregation ;
+    vs:term_status "testing"@en .
+
+af:Predictions a owl:Class ;
+    rdfs:comment "MIR Toolbox ontology term" ;
+    rdfs:subClassOf af:HighLevelFeature ;
+    vs:term_status "testing"@en .
+
+af:PrincipalComponentAnalysis a owl:Class ;
+    rdfs:label "Principal Component Analysis" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Transformation ;
+    vs:term_status "testing"@en .
+
+af:Regression a owl:Class ;
+    rdfs:label "Regression" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Aggregation ;
+    vs:term_status "testing"@en .
+
+af:RhythmFeatureExtractor a owl:Class ;
+    rdfs:comment "MIR Toolbox ontology term" ;
+    rdfs:subClassOf af:FeatureExtractor ;
+    vs:term_status "testing"@en .
+
+af:RootMeanSquare a owl:Class ;
+    rdfs:label "Root Mean Square" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Aggregation ;
+    vs:term_status "testing"@en .
+
+af:Several a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:ApplicationDomain ;
+    vs:term_status "testing"@en .
+
+af:Short-termFourierTransform a owl:Class ;
+    rdfs:label "Short-term Fourier Transform"@en ;
+    rdfs:comment "Timbre Toolbox ontology term" ;
+    rdfs:subClassOf af:InputSignal ;
+    vs:term_status "testing"@en .
+
+af:Similarity a owl:Class ;
+    rdfs:comment "MIR Toolbox ontology term" ;
+    rdfs:subClassOf af:HighLevelFeature ;
+    vs:term_status "testing"@en .
+
+af:SingularValueDecomposition a owl:Class ;
+    rdfs:label "Singular Value Decomposition" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Transformation ;
+    vs:term_status "testing"@en .
+
+af:Spectralbinning a owl:Class ;
+    rdfs:label "Spectral binning" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Aggregation ;
+    vs:term_status "testing"@en .
+
+af:SpectrumDescriptor a owl:Class ;
+    rdfs:comment "Marsyas ontology term" ;
+    rdfs:subClassOf af:Analysis ;
+    vs:term_status "testing"@en .
+
+af:SpeechRecognition a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:ApplicationDomain ;
+    vs:term_status "testing"@en .
+
+af:StatisticalFunction a owl:Class ;
+    rdfs:comment "Marsyas ontology term" ;
+    rdfs:subClassOf af:Analysis ;
+    vs:term_status "testing"@en .
+
+af:Statistics a owl:Class ;
+    rdfs:comment "MIR Toolbox ontology term" ;
+    rdfs:subClassOf af:HighLevelFeature ;
+    vs:term_status "testing"@en .
+
+af:Structure a owl:Class ;
+    rdfs:comment "MIR Toolbox ontology term" ;
+    rdfs:subClassOf af:HighLevelFeature ;
+    vs:term_status "testing"@en .
+
+af:SumWeightedSum a owl:Class ;
+    rdfs:label "Sum, Weighted Sum" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Aggregation ;
+    vs:term_status "testing"@en .
+
+af:TempoDetection a owl:Class ;
+    rdfs:comment "Marsyas ontology term" ;
+    rdfs:subClassOf af:Analysis ;
+    vs:term_status "testing"@en .
+
+af:TemporalEnergyEnvelope a owl:Class ;
+    rdfs:label "Temporal Energy Envelope"@en ;
+    rdfs:comment "Timbre Toolbox ontology term" ;
+    rdfs:subClassOf af:InputSignal ;
+    vs:term_status "testing"@en .
+
+af:TemporalFeature a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Feature ;
+    vs:term_status "testing"@en .
+
+af:TimbreFeatureExtractor a owl:Class ;
+    rdfs:comment "MIR Toolbox ontology term" ;
+    rdfs:subClassOf af:FeatureExtractor ;
+    vs:term_status "testing"@en .
+
+af:TimeVaryingDescriptor a owl:Class ;
+    rdfs:comment "Timbre Toolbox ontology term" ;
+    rdfs:subClassOf af:AudioDescriptor ;
+    vs:term_status "testing"@en .
+
+af:TonalityFeatureExtractor a owl:Class ;
+    rdfs:comment "MIR Toolbox ontology term" ;
+    rdfs:subClassOf af:FeatureExtractor ;
+    vs:term_status "testing"@en .
+
+af:WeightingFunction a owl:Class ;
+    rdfs:label "Weighting Function" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Filter ;
+    vs:term_status "testing"@en .
+
+af:Windowing a owl:Class ;
+    rdfs:label "Windowing" ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Filter ;
+    vs:term_status "testing"@en .
+
+af:application_domain a rdf:Property ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)",
+        "application domain property" ;
+    rdfs:range af:ApplicationDomain ;
+    vs:term_status "testing"@en,
+        "testing" .
+
+af:computational_complexity a rdf:Property ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:range af:ComputationalComplexity ;
+    vs:term_status "testing"@en,
+        "testing" .
+
+af:dimensions a rdf:Property,
+        owl:DatatypeProperty ;
+    rdfs:label "dimensions" ;
+    rdfs:comment """
+		Associates a signal with its dimensions, eg. "12 3546". Equivalent to the mpeg7:dim attribute of the mpeg7:Raw
+		element.
+	""",
+        "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:domain af:Signal ;
+    rdfs:range af:ParametrizedDimensions,
+        xsd:Integer ;
+    vs:term_status "testing"@en,
+        "testing" .
+
+af:feature a rdf:Property,
+        owl:DatatypeProperty ;
+    rdfs:label "feature" ;
+    rdfs:comment """
+		Associates a segment classifying a feature to the actual feature---we should use mpeg7 sort-of datatypes here
+		""" ;
+    rdfs:domain af:Segment ;
+    rdfs:range rdfs:Literal ;
+    rdfs:subPropertyOf event:literal_factor ;
+    vs:term_status "testing" .
+
+af:inputRepresentation a owl:ObjectProperty ;
+    rdfs:comment "Timbre Toolbox ontology term" ;
+    rdfs:domain af:AudioDescriptor ;
+    rdfs:range af:InputSignal ;
+    vs:term_status "testing"@en .
+
+af:psychoacoustic_model a rdf:Property ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:range xsd:Boolean ;
+    vs:term_status "testing"@en,
+        "testing" .
+
+af:semantic_interpretation a rdf:Property ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    vs:term_status "testing"@en,
+        "testing" .
+
+af:signal_feature a owl:DatatypeProperty ;
+    rdfs:label "signal-level feature" ;
+    rdfs:comment """
+		Associates an audio signal with a track-level signal feature.
+		eg. a spectrogram, a chromagram, an onset detection function.
+	""" ;
+    rdfs:domain mo:Signal ;
+    rdfs:range af:Signal ;
+    vs:term_status "testing" .
+
+af:temporal_scale a rdf:Property ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:range af:TemporalScale ;
+    vs:term_status "testing"@en .
+
+af:value a owl:DatatypeProperty ;
+    rdfs:label "value" ;
+    rdfs:comment """
+		Associates a signal resource as defined in the Music Ontology to a literal: its actual value.
+		For example, it can be used to link an onset detection function to a list of values.
+	""" ;
+    rdfs:domain af:Signal ;
+    rdfs:subPropertyOf rdf:value ;
+    vs:term_status "testing" .
+
+vs:term_status a owl:AnnotationProperty .
+
+af:ParametrizedDimensions a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    vs:term_status "testing"@en .
+
+af:PerceptualFeature a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Feature ;
+    vs:term_status "testing"@en .
+
+af:PhysicalFeature a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Feature ;
+    vs:term_status "testing"@en .
+
+af:Segment a owl:Class ;
+    rdfs:label "Segment" ;
+    rdfs:comment """
+		A classifier for a temporal region corresponding to the output
+		of an automatic process---an artificial cognitive agent.
+		""" ;
+    rdfs:subClassOf [ a owl:Restriction ;
+            owl:onProperty event:time ;
+            owl:someValuesFrom tl:Interval ],
+        event:Event ;
+    vs:term_status "testing" .
+
+af:FrequencyFeature a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:Feature ;
+    vs:term_status "testing"@en .
+
+af:AudioDescriptor a owl:Class ;
+    rdfs:label "Timbre Toolbox Audio Descriptor"@en ;
+    rdfs:comment "Timbre Toolbox ontology term" ;
+    vs:term_status "testing"@en .
+
+af:MathematicalOperation a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    vs:term_status "testing"@en .
+
+af:ComputationalComplexity a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    vs:term_status "testing"@en .
+
+af:HighLevelFeature a owl:Class ;
+    rdfs:comment "MIR Toolbox ontology term" ;
+    vs:term_status "testing"@en .
+
+af:Signal a owl:Class ;
+    rdfs:label "Signal-level feature" ;
+    rdfs:comment """
+		A signal-like feature, holding dense data describing another signal.
+		Examples of signal features include chromagrams, spectrograms, onset detection functions etc.
+	""",
+        "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf mo:Signal ;
+    vs:term_status "testing"@en,
+        "testing" .
+
+af:TemporalScale a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    vs:term_status "testing"@en .
+
+af:FeatureExtractor a owl:Class ;
+    rdfs:comment "MIR Toolbox ontology term" ;
+    vs:term_status "testing"@en .
+
+af:InputSignal a owl:Class ;
+    rdfs:label "Timbre Toolbox Input Representation"@en ;
+    rdfs:comment "Timbre Toolbox ontology term" ;
+    vs:term_status "testing"@en .
+
+af:ApplicationDomain a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    vs:term_status "testing"@en .
+
+af:Feature a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    owl:subClassOf af:Signal ;
+    vs:term_status "testing"@en .
+
+af:Analysis a owl:Class ;
+    rdfs:comment "Marsyas ontology term" ;
+    vs:term_status "testing"@en .
+
+af:Filter a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:MathematicalOperation ;
+    vs:term_status "testing"@en .
+
+af:Transformation a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:MathematicalOperation ;
+    vs:term_status "testing"@en .
+
+af:Aggregation a owl:Class ;
+    rdfs:comment "Audio feature taxonomy term (Mitrovic et al)" ;
+    rdfs:subClassOf af:MathematicalOperation ;
+    vs:term_status "testing"@en .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/af-ontology.rdf	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,831 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rdf:RDF
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:owl="http://www.w3.org/2002/07/owl#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+   xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
+>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Mean">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Aggregation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Mean</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioDescriptor">
+    <rdfs:comment>Timbre Toolbox ontology term</rdfs:comment>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Timbre Toolbox Audio Descriptor</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AuditoryImageModel">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Analysis"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Marsyas ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#PitchFeatureExtractor">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#FeatureExtractor"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>MIR Toolbox ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Windowing">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Filter"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Windowing</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#ModulationfrequencyFeature">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Feature"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Signal">
+    <rdfs:label>Signal-level feature</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://purl.org/ontology/mo/Signal"/>
+    <vs:term_status>testing</vs:term_status>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:comment>
+		A signal-like feature, holding dense data describing another signal.
+		Examples of signal features include chromagrams, spectrograms, onset detection functions etc.
+	</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#LowpassFilter">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Filter"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Low-pass Filter</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#IntraFrame">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TemporalScale"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#OnsetDetection">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Analysis"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Marsyas ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#LoudnessDescriptor">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Analysis"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Marsyas ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#temporal_scale">
+    <rdfs:range rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TemporalScale"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#DiscreteFourierTransform">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Transformation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Discrete Fourier Transform</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#PhaseSpaceEmbedding">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Transformation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Phase Space Embedding</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#LowComplexity">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#ComputationalComplexity"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#GroupDelayFunction">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Filter"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Group Delay Function</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#KeyDetection">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Analysis"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Marsyas ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AutoregressionLPA">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Filter"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Autoregression (LPA)</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#HighComplexity">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#ComputationalComplexity"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#DiscreteWaveletTransform">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Transformation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Discrete Wavelet Transform</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#LevelCrossingDetector">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Aggregation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Level Crossing Detector</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Segment">
+    <rdfs:label>Segment</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://purl.org/NET/c4dm/event.owl#Event"/>
+    <rdfs:subClassOf rdf:nodeID="Nd8bf2b47b7db4ebc9cfab527b5d10796"/>
+    <vs:term_status>testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>
+		A classifier for a temporal region corresponding to the output
+		of an automatic process---an artificial cognitive agent.
+		</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#CrossCorrelation">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Transformation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Cross-Correlation</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#SingularValueDecomposition">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Transformation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Singular Value Decomposition</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TempoDetection">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Analysis"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Marsyas ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Structure">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#HighLevelFeature"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>MIR Toolbox ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#FeatureExtractor">
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>MIR Toolbox ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Feature">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <owl:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Signal"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Auditorymodel">
+    <rdfs:comment>Timbre Toolbox ontology term</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#InputSignal"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Auditory model</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#HarmonicPeakDetection">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Aggregation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Harmonic Peak Detection</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#RhythmFeatureExtractor">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#FeatureExtractor"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>MIR Toolbox ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#RootMeanSquare">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Aggregation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Root Mean Square</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Maximum">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Aggregation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Maximum</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#ComputationalComplexity">
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TemporalScale">
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Fingerprinting">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#ApplicationDomain"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="">
+    <dc:title xml:lang="en">The Audio Feature ontology</dc:title>
+    <owl:versionInfo>Version 1.0</owl:versionInfo>
+    <dc:date>2013-04-11T11:07:39.079435</dc:date>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
+    <dc:description xml:lang="en">This ontology expresses some common concepts to represent automatically extracted features from audio signals.</dc:description>
+    <rdfs:label xml:lang="en">The Audio Feature ontology</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#MediumComplexity">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#ComputationalComplexity"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Audio Feature</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Logarithm">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Filter"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Logarithm</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#DynamicsFeatureExtractor">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#FeatureExtractor"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>MIR Toolbox ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#value">
+    <rdfs:comment>
+		Associates a signal resource as defined in the Music Ontology to a literal: its actual value.
+		For example, it can be used to link an onset detection function to a list of values.
+	</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Signal"/>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#value"/>
+    <rdfs:label>value</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Normalization">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Filter"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Normalization</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TemporalFeature">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Feature"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#FrequencyDomainPerceptualFeature">
+    <owl:equivalentClass rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#FrequencyFeature"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#application_domain">
+    <rdfs:range rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#ApplicationDomain"/>
+    <vs:term_status>testing</vs:term_status>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:comment>application domain property</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Transformation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#MathematicalOperation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Entropy">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Aggregation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Entropy</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Spectralbinning">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Aggregation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Spectral binning</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Statistics">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#HighLevelFeature"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>MIR Toolbox ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#ConstantQTransform">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Transformation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Constant Q Transform</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#computational_complexity">
+    <rdfs:range rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#ComputationalComplexity"/>
+    <vs:term_status>testing</vs:term_status>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioSegmentation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#ApplicationDomain"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#BandpassFilterBank">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Transformation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Band-pass Filter Bank</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#PeakDetection">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Aggregation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Peak Detection</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#SpeechRecognition">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#ApplicationDomain"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#PrincipalComponentAnalysis">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Transformation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Principal Component Analysis</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#PerceptualFeature">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Feature"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#PhasespaceFeature">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Feature"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TimbreFeatureExtractor">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#FeatureExtractor"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>MIR Toolbox ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#ParametrizedDimensions">
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AdaptiveTimeFrequencyTransformComp">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Transformation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Adaptive Time Frequency Transform Comp</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#EnergySpectralDensity">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Filter"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Energy Spectral Density</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="N87a0795eb46f4aac9c248c500cc678f3">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
+    <owl:someValuesFrom rdf:resource="http://purl.org/NET/c4dm/timeline.owl#Instant"/>
+    <owl:onProperty rdf:resource="http://purl.org/NET/c4dm/event.owl#time"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioSignal">
+    <rdfs:comment>Timbre Toolbox ontology term</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#InputSignal"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Audio Signal</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#BandpassFilter">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Filter"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Band-pass Filter</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#PitchDetection">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Analysis"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Marsyas ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#DeviationSumofDifferences">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Aggregation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Deviation, Sum of Differences</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#signal_feature">
+    <rdfs:comment>
+		Associates an audio signal with a track-level signal feature.
+		eg. a spectrogram, a chromagram, an onset detection function.
+	</rdfs:comment>
+    <rdfs:range rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Signal"/>
+    <vs:term_status>testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:domain rdf:resource="http://purl.org/ontology/mo/Signal"/>
+    <rdfs:label>signal-level feature</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Median">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Aggregation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Median</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Short-termFourierTransform">
+    <rdfs:comment>Timbre Toolbox ontology term</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#InputSignal"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Short-term Fourier Transform</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#semantic_interpretation">
+    <vs:term_status>testing</vs:term_status>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Operator">
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>MIR Toolbox ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#inputRepresentation">
+    <rdfs:range rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#InputSignal"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioDescriptor"/>
+    <rdfs:comment>Timbre Toolbox ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#SumWeightedSum">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Aggregation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Sum, Weighted Sum</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#EigendomainFeature">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Feature"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Power">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Aggregation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Power</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TemporalEnergyEnvelope">
+    <rdfs:comment>Timbre Toolbox ontology term</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#InputSignal"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Temporal Energy Envelope</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#SpectrumDescriptor">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Analysis"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Marsyas ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#feature">
+    <rdfs:comment>
+		Associates a segment classifying a feature to the actual feature---we should use mpeg7 sort-of datatypes here
+		</rdfs:comment>
+    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
+    <vs:term_status>testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+    <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Segment"/>
+    <rdfs:subPropertyOf rdf:resource="http://purl.org/NET/c4dm/event.owl#literal_factor"/>
+    <rdfs:label>feature</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#GlobalDescriptor">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioDescriptor"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Timbre Toolbox ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#WeightingFunction">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Filter"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Weighting Function</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Aggregation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#MathematicalOperation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Percentile">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Aggregation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Percentile</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#dimensions">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:comment>
+		Associates a signal with its dimensions, eg. "12 3546". Equivalent to the mpeg7:dim attribute of the mpeg7:Raw
+		element.
+	</rdfs:comment>
+    <rdfs:range rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#ParametrizedDimensions"/>
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#Integer"/>
+    <vs:term_status>testing</vs:term_status>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+    <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Signal"/>
+    <rdfs:label>dimensions</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#FrequencyFeature">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Feature"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#PolynomialRootFinding">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Aggregation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Polynomial Root Finding</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#FrequencyDomainPhysicalFeature">
+    <owl:equivalentClass rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#FrequencyFeature"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#IndependentComponentAnalysis">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Transformation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Independent Component Analysis</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#MusicInformationRetrieval">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#ApplicationDomain"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#DiscreteCosineTransform">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Transformation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Discrete Cosine Transform</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Minimum">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Aggregation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Minimum</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TimeVaryingDescriptor">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioDescriptor"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Timbre Toolbox ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#CombFilter">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Filter"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Comb Filter</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Predictions">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#HighLevelFeature"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>MIR Toolbox ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Analysis">
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Marsyas ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Harmonic">
+    <rdfs:comment>Timbre Toolbox ontology term</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#InputSignal"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Harmonic</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#psychoacoustic_model">
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#Boolean"/>
+    <vs:term_status>testing</vs:term_status>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="Nd8bf2b47b7db4ebc9cfab527b5d10796">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
+    <owl:someValuesFrom rdf:resource="http://purl.org/NET/c4dm/timeline.owl#Interval"/>
+    <owl:onProperty rdf:resource="http://purl.org/NET/c4dm/event.owl#time"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#CepstralFeature">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Feature"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Regression">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Aggregation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Regression</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TonalityFeatureExtractor">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#FeatureExtractor"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>MIR Toolbox ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Point">
+    <rdfs:label>Point</rdfs:label>
+    <rdfs:subClassOf rdf:nodeID="N87a0795eb46f4aac9c248c500cc678f3"/>
+    <rdfs:subClassOf rdf:resource="http://purl.org/NET/c4dm/event.owl#Event"/>
+    <vs:term_status>testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>
+		A classifier for instants corresponding to the output of an automatic process---an
+		artificial cognitive agent (should be associated to a time:Instant---DL version).
+		</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#CepstralRecursionFormula">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Filter"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Cepstral Recursion Formula</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#InterFrame">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TemporalScale"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#ApplicationDomain">
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Histogram">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Aggregation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Histogram</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#MathematicalOperation">
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AzimuthDiscriminationandResynthesis">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Analysis"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Marsyas ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#ExponentialFunction">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Filter"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Exponential Function</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Global">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#TemporalScale"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Autocorrelation">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Transformation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Autocorrelation</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#EnvironmentalSoundRecognition">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#ApplicationDomain"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#InputSignal">
+    <rdfs:comment>Timbre Toolbox ontology term</rdfs:comment>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Timbre Toolbox Input Representation</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Filter">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#MathematicalOperation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#StatisticalFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Analysis"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Marsyas ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#DerivationDifference">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Filter"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Derivation, Difference</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Several">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#ApplicationDomain"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#ModulatedComplexLappedTransform">
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Transformation"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label>Modulated Complex Lapped Transform</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#PhysicalFeature">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Feature"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>Audio feature taxonomy term (Mitrovic et al)</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#Similarity">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#HighLevelFeature"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>MIR Toolbox ontology term</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#HighLevelFeature">
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment>MIR Toolbox ontology term</rdfs:comment>
+  </rdf:Description>
+</rdf:RDF>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/af-skos-vocabulary.n3	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,2625 @@
+@prefix af: <http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#> .
+@prefix afsv: <http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
+@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
+
+afsv:ADRess a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "ADRess (Azimuth Discrimination and Resynthesis)" ;
+    skos:prefLabel "ADRess (Azimuth Discrimination and Resynthesis)"@en .
+
+afsv:ADRessSpectrum a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "ADRessSpectrum (Azimuth Discrimination and Resynthesis)" ;
+    skos:prefLabel "ADRessSpectrum (Azimuth Discrimination and Resynthesis)"@en .
+
+afsv:ADRessStereoSpectrum a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "ADRessStereoSpectrum (Azimuth Discrimination and Resynthesis)" ;
+    skos:prefLabel "ADRessStereoSpectrum (Azimuth Discrimination and Resynthesis)"@en .
+
+afsv:AbsMax a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AbsMax" ;
+    skos:prefLabel "AbsMax"@en .
+
+afsv:AdaptiveSpectrogram a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AdaptiveSpectrogram" ;
+    skos:prefLabel "AdaptiveSpectrogram"@en .
+
+afsv:AdaptiveTimeFrequencyTransform a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AdaptiveTimeFrequencyTransform" ;
+    skos:prefLabel "AdaptiveTimeFrequencyTransform"@en .
+
+afsv:AimBoxes a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AimBoxes (Auditory Image Model) " ;
+    skos:prefLabel "AimBoxes (Auditory Image Model) "@en .
+
+afsv:AimGammatone a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AimGammatone (Auditory Image Model) " ;
+    skos:prefLabel "AimGammatone (Auditory Image Model) "@en .
+
+afsv:AimHCL a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AimHCL (Auditory Image Model) " ;
+    skos:prefLabel "AimHCL (Auditory Image Model) "@en .
+
+afsv:AimHCL2 a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AimHCL2 (Auditory Image Model) " ;
+    skos:prefLabel "AimHCL2 (Auditory Image Model) "@en .
+
+afsv:AimLocalMax a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AimLocalMax (Auditory Image Model) " ;
+    skos:prefLabel "AimLocalMax (Auditory Image Model) "@en .
+
+afsv:AimPZFC a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AimPZFC (Auditory Image Model) " ;
+    skos:prefLabel "AimPZFC (Auditory Image Model) "@en .
+
+afsv:AimPZFC2 a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AimPZFC2 (Auditory Image Model) " ;
+    skos:prefLabel "AimPZFC2 (Auditory Image Model) "@en .
+
+afsv:AimSAI a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AimSAI (Auditory Image Model) " ;
+    skos:prefLabel "AimSAI (Auditory Image Model) "@en .
+
+afsv:AimSSI a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AimSSI (Auditory Image Model) " ;
+    skos:prefLabel "AimSSI (Auditory Image Model) "@en .
+
+afsv:AimVQ a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AimVQ (Auditory Image Model) " ;
+    skos:prefLabel "AimVQ (Auditory Image Model) "@en .
+
+afsv:AmplitudeDescriptor a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AmplitudeDescriptor" ;
+    skos:prefLabel "AmplitudeDescriptor"@en .
+
+afsv:AmplitudeModulation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AmplitudeModulation" ;
+    skos:prefLabel "AmplitudeModulation"@en .
+
+afsv:AmplitudeofEnergyModulation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AmplitudeofEnergyModulation" ;
+    skos:prefLabel "AmplitudeofEnergyModulation"@en .
+
+afsv:AreaMoments a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AreaMoments" ;
+    skos:prefLabel "AreaMoments"@en .
+
+afsv:AreaMomentsConstantQMFCC a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AreaMomentsConstantQMFCC" ;
+    skos:prefLabel "AreaMomentsConstantQMFCC"@en .
+
+afsv:AreaMomentsLogConstantQ a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AreaMomentsLogConstantQ" ;
+    skos:prefLabel "AreaMomentsLogConstantQ"@en .
+
+afsv:AreaMomentsMFCC a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AreaMomentsMFCC" ;
+    skos:prefLabel "AreaMomentsMFCC"@en .
+
+afsv:AreaPolynomialApproximation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AreaPolynomialApproximation" ;
+    skos:prefLabel "AreaPolynomialApproximation"@en .
+
+afsv:AreaPolynomialApproximationConstantQMFCC a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AreaPolynomialApproximationConstantQMFCC" ;
+    skos:prefLabel "AreaPolynomialApproximationConstantQMFCC"@en .
+
+afsv:AreaPolynomialApproximationLogConstantQ a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AreaPolynomialApproximationLogConstantQ" ;
+    skos:prefLabel "AreaPolynomialApproximationLogConstantQ"@en .
+
+afsv:Asdf a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Asdf" ;
+    skos:prefLabel "Asdf"@en .
+
+afsv:Attack a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Attack" ;
+    skos:prefLabel "Attack"@en .
+
+afsv:AttackLeap a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AttackLeap" ;
+    skos:prefLabel "AttackLeap"@en .
+
+afsv:AttackSlope a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AttackSlope" ;
+    skos:prefLabel "AttackSlope"@en .
+
+afsv:Attacktime a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Attacktime" ;
+    skos:prefLabel "Attacktime"@en .
+
+afsv:AubioBeatTracker a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AubioBeatTracker" ;
+    skos:prefLabel "AubioBeatTracker"@en .
+
+afsv:AubioNoteTracker a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AubioNoteTracker" ;
+    skos:prefLabel "AubioNoteTracker"@en .
+
+afsv:AubioOnsetDetector a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AubioOnsetDetector" ;
+    skos:prefLabel "AubioOnsetDetector"@en .
+
+afsv:AubioPitchDetector a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AubioPitchDetector" ;
+    skos:prefLabel "AubioPitchDetector"@en .
+
+afsv:AubioSilenceDetector a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AubioSilenceDetector" ;
+    skos:prefLabel "AubioSilenceDetector"@en .
+
+afsv:AubioYin a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AubioYin" ;
+    skos:prefLabel "AubioYin"@en .
+
+afsv:AuditoryFilterBankTemporalEnvelopes a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AuditoryFilterBankTemporalEnvelopes" ;
+    skos:prefLabel "AuditoryFilterBankTemporalEnvelopes"@en .
+
+afsv:AutoCorrelation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AutoCorrelation" ;
+    skos:prefLabel "AutoCorrelation"@en .
+
+afsv:AutoCorrelationPeaksIntegrator a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AutoCorrelationPeaksIntegrator" ;
+    skos:prefLabel "AutoCorrelationPeaksIntegrator"@en .
+
+afsv:AutocorrelationMFCCs a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AutocorrelationMFCCs" ;
+    skos:prefLabel "AutocorrelationMFCCs"@en .
+
+afsv:Autocorrelationfft a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Autocorrelationfft" ;
+    skos:prefLabel "Autocorrelationfft"@en .
+
+afsv:AverageDeviation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AverageDeviation" ;
+    skos:prefLabel "AverageDeviation"@en .
+
+afsv:AverageMagnitudeDifferenceFunction a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AverageMagnitudeDifferenceFunction" ;
+    skos:prefLabel "AverageMagnitudeDifferenceFunction"@en .
+
+afsv:AverageSquaredDifferenceFunction a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "AverageSquaredDifferenceFunction" ;
+    skos:prefLabel "AverageSquaredDifferenceFunction"@en .
+
+afsv:Averagedeviation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Averagedeviation" ;
+    skos:prefLabel "Averagedeviation"@en .
+
+afsv:BandPeriodicity a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "BandPeriodicity" ;
+    skos:prefLabel "BandPeriodicity"@en .
+
+afsv:BandSpectralDeviation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "BandSpectralDeviation" ;
+    skos:prefLabel "BandSpectralDeviation"@en .
+
+afsv:BandTristimulus a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "BandTristimulus" ;
+    skos:prefLabel "BandTristimulus"@en .
+
+afsv:Bandwidth a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Bandwidth" ;
+    skos:prefLabel "Bandwidth"@en .
+
+afsv:BarandBeatTracker a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "BarandBeatTracker" ;
+    skos:prefLabel "BarandBeatTracker"@en .
+
+afsv:BarkCoefficients a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "BarkCoefficients" ;
+    skos:prefLabel "BarkCoefficients"@en .
+
+afsv:Barkcoefficients a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Barkcoefficients" ;
+    skos:prefLabel "Barkcoefficients"@en .
+
+afsv:BarkscaleFrequencyCepstralCoefficients a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "BarkscaleFrequencyCepstralCoefficients" ;
+    skos:prefLabel "BarkscaleFrequencyCepstralCoefficients"@en .
+
+afsv:Bars a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Bars" ;
+    skos:prefLabel "Bars"@en .
+
+afsv:BassChromagram a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "BassChromagram" ;
+    skos:prefLabel "BassChromagram"@en .
+
+afsv:BeatCount a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "BeatCount" ;
+    skos:prefLabel "BeatCount"@en .
+
+afsv:BeatHistogram a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "BeatHistogram" ;
+    skos:prefLabel "BeatHistogram"@en .
+
+afsv:BeatHistogramFromPeaks a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "BeatHistogramFromPeaks" ;
+    skos:prefLabel "BeatHistogramFromPeaks"@en .
+
+afsv:BeatHistogramLabels a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "BeatHistogramLabels" ;
+    skos:prefLabel "BeatHistogramLabels"@en .
+
+afsv:BeatSpectra a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "BeatSpectra" ;
+    skos:prefLabel "BeatSpectra"@en .
+
+afsv:BeatSpectralDifference a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "BeatSpectralDifference" ;
+    skos:prefLabel "BeatSpectralDifference"@en .
+
+afsv:BeatSpectrum a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "BeatSpectrum" ;
+    skos:prefLabel "BeatSpectrum"@en .
+
+afsv:BeatSum a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "BeatSum" ;
+    skos:prefLabel "BeatSum"@en .
+
+afsv:BeatTrack a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "BeatTrack" ;
+    skos:prefLabel "BeatTrack"@en .
+
+afsv:BeatTrack2 a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "BeatTrack2" ;
+    skos:prefLabel "BeatTrack2"@en .
+
+afsv:BeatTracker a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "BeatTracker" ;
+    skos:prefLabel "BeatTracker"@en .
+
+afsv:BeatTracking a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "BeatTracking" ;
+    skos:prefLabel "BeatTracking"@en .
+
+afsv:Beats a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Beats" ;
+    skos:prefLabel "Beats"@en .
+
+afsv:Brightness a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Brightness" ;
+    skos:prefLabel "Brightness"@en .
+
+afsv:Cepstrum a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Cepstrum" ;
+    skos:prefLabel "Cepstrum"@en .
+
+afsv:ChordEstimate a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "ChordEstimate" ;
+    skos:prefLabel "ChordEstimate"@en .
+
+afsv:Chordino a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Chordino" ;
+    skos:prefLabel "Chordino"@en .
+
+afsv:ChromaCENSFeatures a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "ChromaCENSFeatures" ;
+    skos:prefLabel "ChromaCENSFeatures"@en .
+
+afsv:ChromaMeans a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "ChromaMeans" ;
+    skos:prefLabel "ChromaMeans"@en .
+
+afsv:Chromagram a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Chromagram" ;
+    skos:prefLabel "Chromagram"@en .
+
+afsv:ChromagramandBassChromagram a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "ChromagramandBassChromagram" ;
+    skos:prefLabel "ChromagramandBassChromagram"@en .
+
+afsv:Compactness a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Compactness" ;
+    skos:prefLabel "Compactness"@en .
+
+afsv:ComplexDomainMethodOnsetDetectionFunction a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "ComplexDomainMethodOnsetDetectionFunction" ;
+    skos:prefLabel "ComplexDomainMethodOnsetDetectionFunction"@en .
+
+afsv:ComplexDomainOnsetDetection a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "ComplexDomainOnsetDetection" ;
+    skos:prefLabel "ComplexDomainOnsetDetection"@en .
+
+afsv:ConstantQ a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "ConstantQ" ;
+    skos:prefLabel "ConstantQ"@en .
+
+afsv:ConstantQMFCC a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "ConstantQMFCC" ;
+    skos:prefLabel "ConstantQMFCC"@en .
+
+afsv:ConstantQSpectrogram a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "ConstantQSpectrogram" ;
+    skos:prefLabel "ConstantQSpectrogram"@en .
+
+afsv:CorrelationPattern a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "CorrelationPattern" ;
+    skos:prefLabel "CorrelationPattern"@en .
+
+afsv:Crest a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Crest" ;
+    skos:prefLabel "Crest"@en .
+
+afsv:CrossCorrelation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "CrossCorrelation" ;
+    skos:prefLabel "CrossCorrelation"@en .
+
+afsv:CyclicBeatSpectrum a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "CyclicBeatSpectrum" ;
+    skos:prefLabel "CyclicBeatSpectrum"@en .
+
+afsv:DWPTbasedRhythmFeature a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "DWPTbasedRhythmFeature" ;
+    skos:prefLabel "DWPTbasedRhythmFeature"@en .
+
+afsv:Daub4 a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Daub4" ;
+    skos:prefLabel "Daub4"@en .
+
+afsv:DaubechiesWaveletCoefficientHistogram a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "DaubechiesWaveletCoefficientHistogram" ;
+    skos:prefLabel "DaubechiesWaveletCoefficientHistogram"@en .
+
+afsv:Dct a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Dct" ;
+    skos:prefLabel "Dct"@en .
+
+afsv:Decay a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Decay" ;
+    skos:prefLabel "Decay"@en .
+
+afsv:Decaytime a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Decaytime" ;
+    skos:prefLabel "Decaytime"@en .
+
+afsv:DecorrelatedFilterBanks a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "DecorrelatedFilterBanks" ;
+    skos:prefLabel "DecorrelatedFilterBanks"@en .
+
+afsv:Decrease a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Decrease" ;
+    skos:prefLabel "Decrease"@en .
+
+afsv:DecreaseSlope a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "DecreaseSlope" ;
+    skos:prefLabel "DecreaseSlope"@en .
+
+afsv:DeltaDeltaMfcc a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "DeltaDeltaMfcc" ;
+    skos:prefLabel "DeltaDeltaMfcc"@en .
+
+afsv:DeltaMfcc a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "DeltaMfcc" ;
+    skos:prefLabel "DeltaMfcc"@en .
+
+afsv:DeltaSpectralPattern a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "DeltaSpectralPattern" ;
+    skos:prefLabel "DeltaSpectralPattern"@en .
+
+afsv:Derivate a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Derivate" ;
+    skos:prefLabel "Derivate"@en .
+
+afsv:Deviation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Deviation" ;
+    skos:prefLabel "Deviation"@en .
+
+afsv:Differencevector a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Differencevector" ;
+    skos:prefLabel "Differencevector"@en .
+
+afsv:DiscreteCosineTransform a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "DiscreteCosineTransform" ;
+    skos:prefLabel "DiscreteCosineTransform"@en .
+
+afsv:DiscreteWaveletTransform a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "DiscreteWaveletTransform" ;
+    skos:prefLabel "DiscreteWaveletTransform"@en .
+
+afsv:DistanceMatrix a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "DistanceMatrix" ;
+    skos:prefLabel "DistanceMatrix"@en .
+
+afsv:DistancefromFirstChannel a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "DistancefromFirstChannel" ;
+    skos:prefLabel "DistancefromFirstChannel"@en .
+
+afsv:DistortionDiscriminantAnalysis a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "DistortionDiscriminantAnalysis" ;
+    skos:prefLabel "DistortionDiscriminantAnalysis"@en .
+
+afsv:EffectiveDuration a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "EffectiveDuration" ;
+    skos:prefLabel "EffectiveDuration"@en .
+
+afsv:Energy a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Energy" ;
+    skos:prefLabel "Energy"@en .
+
+afsv:EnergyBasedOnsetDetectionFunction a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "EnergyBasedOnsetDetectionFunction" ;
+    skos:prefLabel "EnergyBasedOnsetDetectionFunction"@en .
+
+afsv:EnhADRess a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "EnhADRess" ;
+    skos:prefLabel "EnhADRess"@en .
+
+afsv:EnhADRessStereoSpectrum a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "EnhADRessStereoSpectrum" ;
+    skos:prefLabel "EnhADRessStereoSpectrum"@en .
+
+afsv:Envelope a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Envelope" ;
+    skos:prefLabel "Envelope"@en .
+
+afsv:EnvelopeShapeStatistics a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "EnvelopeShapeStatistics" ;
+    skos:prefLabel "EnvelopeShapeStatistics"@en .
+
+afsv:EventDensity a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "EventDensity" ;
+    skos:prefLabel "EventDensity"@en .
+
+afsv:F0 a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "F0" ;
+    skos:prefLabel "F0"@en .
+
+afsv:FFTBinFrequencies a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "FFTBinFrequencies" ;
+    skos:prefLabel "FFTBinFrequencies"@en .
+
+afsv:Failsafef0 a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Failsafef0" ;
+    skos:prefLabel "Failsafef0"@en .
+
+afsv:Feature a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Feature" ;
+    skos:prefLabel "Feature"@en .
+
+afsv:FeatureMeans a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "FeatureMeans" ;
+    skos:prefLabel "FeatureMeans"@en .
+
+afsv:FeatureVariances a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "FeatureVariances" ;
+    skos:prefLabel "FeatureVariances"@en .
+
+afsv:FilterbankMel a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "FilterbankMel" ;
+    skos:prefLabel "FilterbankMel"@en .
+
+afsv:Flatnessdb a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Flatnessdb" ;
+    skos:prefLabel "Flatnessdb"@en .
+
+afsv:FluctuationPattern a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "FluctuationPattern" ;
+    skos:prefLabel "FluctuationPattern"@en .
+
+afsv:FluctuationPatternCent a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "FluctuationPatternCent" ;
+    skos:prefLabel "FluctuationPatternCent"@en .
+
+afsv:FluctuationPatterns a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "FluctuationPatterns" ;
+    skos:prefLabel "FluctuationPatterns"@en .
+
+afsv:FractionOfLowEnergyWindows a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "FractionOfLowEnergyWindows" ;
+    skos:prefLabel "FractionOfLowEnergyWindows"@en .
+
+afsv:Frames a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Frames" ;
+    skos:prefLabel "Frames"@en .
+
+afsv:FrequencyofEnergyModulation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "FrequencyofEnergyModulation" ;
+    skos:prefLabel "FrequencyofEnergyModulation"@en .
+
+afsv:FundamentalFrequency a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "FundamentalFrequency" ;
+    skos:prefLabel "FundamentalFrequency"@en .
+
+afsv:FundamentalFrequencyModulation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "FundamentalFrequencyModulation" ;
+    skos:prefLabel "FundamentalFrequencyModulation"@en .
+
+afsv:FundamentalFrequencyfailsafe a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "FundamentalFrequency(failsafe)" ;
+    skos:prefLabel "FundamentalFrequency(failsafe)"@en .
+
+afsv:GeometricMean a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "GeometricMean" ;
+    skos:prefLabel "GeometricMean"@en .
+
+afsv:GeorgeTzanetakisModel a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "GeorgeTzanetakisModel" ;
+    skos:prefLabel "GeorgeTzanetakisModel"@en .
+
+afsv:GlobalSpectralShapeDescription a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "GlobalSpectralShapeDescription" ;
+    skos:prefLabel "GlobalSpectralShapeDescription"@en .
+
+afsv:HarmonicChangeDetectionFunction a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicChangeDetectionFunction" ;
+    skos:prefLabel "HarmonicChangeDetectionFunction"@en .
+
+afsv:HarmonicChangeValue a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicChangeValue" ;
+    skos:prefLabel "HarmonicChangeValue"@en .
+
+afsv:HarmonicCoefficient a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicCoefficient" ;
+    skos:prefLabel "HarmonicCoefficient"@en .
+
+afsv:HarmonicConcentration a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicConcentration" ;
+    skos:prefLabel "HarmonicConcentration"@en .
+
+afsv:HarmonicDerivate a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicDerivate" ;
+    skos:prefLabel "HarmonicDerivate"@en .
+
+afsv:HarmonicEnergy a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicEnergy" ;
+    skos:prefLabel "HarmonicEnergy"@en .
+
+afsv:HarmonicEnergyEntropy a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicEnergyEntropy" ;
+    skos:prefLabel "HarmonicEnergyEntropy"@en .
+
+afsv:HarmonicPitchClassProfile a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicPitchClassProfile" ;
+    skos:prefLabel "HarmonicPitchClassProfile"@en .
+
+afsv:HarmonicProminence a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicProminence" ;
+    skos:prefLabel "HarmonicProminence"@en .
+
+afsv:HarmonicSpectralCentroid a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicSpectralCentroid" ;
+    skos:prefLabel "HarmonicSpectralCentroid"@en .
+
+afsv:HarmonicSpectralDecrease a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicSpectralDecrease" ;
+    skos:prefLabel "HarmonicSpectralDecrease"@en .
+
+afsv:HarmonicSpectralDeviation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicSpectralDeviation" ;
+    skos:prefLabel "HarmonicSpectralDeviation"@en .
+
+afsv:HarmonicSpectralFlux a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicSpectralFlux" ;
+    skos:prefLabel "HarmonicSpectralFlux"@en .
+
+afsv:HarmonicSpectralKurtosis a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicSpectralKurtosis" ;
+    skos:prefLabel "HarmonicSpectralKurtosis"@en .
+
+afsv:HarmonicSpectralRolloff a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicSpectralRolloff" ;
+    skos:prefLabel "HarmonicSpectralRolloff"@en .
+
+afsv:HarmonicSpectralShape a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicSpectralShape" ;
+    skos:prefLabel "HarmonicSpectralShape"@en .
+
+afsv:HarmonicSpectralSkewness a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicSpectralSkewness" ;
+    skos:prefLabel "HarmonicSpectralSkewness"@en .
+
+afsv:HarmonicSpectralSlope a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicSpectralSlope" ;
+    skos:prefLabel "HarmonicSpectralSlope"@en .
+
+afsv:HarmonicSpectralSmoothness a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicSpectralSmoothness" ;
+    skos:prefLabel "HarmonicSpectralSmoothness"@en .
+
+afsv:HarmonicSpectralSpread a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicSpectralSpread" ;
+    skos:prefLabel "HarmonicSpectralSpread"@en .
+
+afsv:HarmonicSpectralVariation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicSpectralVariation" ;
+    skos:prefLabel "HarmonicSpectralVariation"@en .
+
+afsv:HarmonicSpectrum a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicSpectrum" ;
+    skos:prefLabel "HarmonicSpectrum"@en .
+
+afsv:HarmonicTristimulus a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HarmonicTristimulus" ;
+    skos:prefLabel "HarmonicTristimulus"@en .
+
+afsv:HighFrequencyContent a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HighFrequencyContent" ;
+    skos:prefLabel "HighFrequencyContent"@en .
+
+afsv:HighFrequencyContentOnsetDetectionFunction a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HighFrequencyContentOnsetDetectionFunction" ;
+    skos:prefLabel "HighFrequencyContentOnsetDetectionFunction"@en .
+
+afsv:HighestValue a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HighestValue" ;
+    skos:prefLabel "HighestValue"@en .
+
+afsv:Highestvalue a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Highestvalue" ;
+    skos:prefLabel "Highestvalue"@en .
+
+afsv:HistogramIntegrator a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "HistogramIntegrator" ;
+    skos:prefLabel "HistogramIntegrator"@en .
+
+afsv:Hps a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Hps" ;
+    skos:prefLabel "Hps"@en .
+
+afsv:IBTINESCBeatTracker a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "IBTINESCBeatTracker" ;
+    skos:prefLabel "IBTINESCBeatTracker"@en .
+
+afsv:Inharmonicity a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Inharmonicity" ;
+    skos:prefLabel "Inharmonicity"@en .
+
+afsv:IntegralLoudness a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "IntegralLoudness" ;
+    skos:prefLabel "IntegralLoudness"@en .
+
+afsv:Irregularity a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Irregularity" ;
+    skos:prefLabel "Irregularity"@en .
+
+afsv:IrregularityI a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "IrregularityI" ;
+    skos:prefLabel "IrregularityI"@en .
+
+afsv:IrregularityII a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "IrregularityII" ;
+    skos:prefLabel "IrregularityII"@en .
+
+afsv:Irregularityj a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Irregularityj" ;
+    skos:prefLabel "Irregularityj"@en .
+
+afsv:Irregularityk a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Irregularityk" ;
+    skos:prefLabel "Irregularityk"@en .
+
+afsv:JointAcousticandModuluationFrequency a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "JointAcousticandModuluationFrequency" ;
+    skos:prefLabel "JointAcousticandModuluationFrequency"@en .
+
+afsv:Key a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Key" ;
+    skos:prefLabel "Key"@en .
+
+afsv:KeyDetector a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "KeyDetector" ;
+    skos:prefLabel "KeyDetector"@en .
+
+afsv:KeyMode a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "KeyMode" ;
+    skos:prefLabel "KeyMode"@en .
+
+afsv:KeySOM a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "KeySOM" ;
+    skos:prefLabel "KeySOM"@en .
+
+afsv:KeyStrength a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "KeyStrength" ;
+    skos:prefLabel "KeyStrength"@en .
+
+afsv:KeyStrengthPlot a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "KeyStrengthPlot" ;
+    skos:prefLabel "KeyStrengthPlot"@en .
+
+afsv:KeyTrack a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "KeyTrack" ;
+    skos:prefLabel "KeyTrack"@en .
+
+afsv:Krumhansl_key_finder a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Krumhansl_key_finder" ;
+    skos:prefLabel "Krumhansl_key_finder"@en .
+
+afsv:KullbackLieblerOnsetDetectionFunction a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "KullbackLieblerOnsetDetectionFunction" ;
+    skos:prefLabel "KullbackLieblerOnsetDetectionFunction"@en .
+
+afsv:LineSpectralFrequencies a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "LineSpectralFrequencies" ;
+    skos:prefLabel "LineSpectralFrequencies"@en .
+
+afsv:LineSpectralPairs a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "LineSpectralPairs" ;
+    skos:prefLabel "LineSpectralPairs"@en .
+
+afsv:LinearPredictionCepstralCoefficients a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "LinearPredictionCepstralCoefficients" ;
+    skos:prefLabel "LinearPredictionCepstralCoefficients"@en .
+
+afsv:LinearPredictionZCR a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "LinearPredictionZCR" ;
+    skos:prefLabel "LinearPredictionZCR"@en .
+
+afsv:LinearPredictiveCoding a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "LinearPredictiveCoding" ;
+    skos:prefLabel "LinearPredictiveCoding"@en .
+
+afsv:LinearSpectralPairs a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "LinearSpectralPairs" ;
+    skos:prefLabel "LinearSpectralPairs"@en .
+
+afsv:Lnorm a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Lnorm" ;
+    skos:prefLabel "Lnorm"@en .
+
+afsv:LocalSingleGaussianModel a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "LocalSingleGaussianModel" ;
+    skos:prefLabel "LocalSingleGaussianModel"@en .
+
+afsv:LocalTuning a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "LocalTuning" ;
+    skos:prefLabel "LocalTuning"@en .
+
+afsv:LogAttackTime a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "LogAttackTime" ;
+    skos:prefLabel "LogAttackTime"@en .
+
+afsv:LogConstantQ a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "LogConstantQ" ;
+    skos:prefLabel "LogConstantQ"@en .
+
+afsv:LogFrequencySpectrum a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "LogFrequencySpectrum" ;
+    skos:prefLabel "LogFrequencySpectrum"@en .
+
+afsv:LogLikelihoodofChordEstimate a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "LogLikelihoodofChordEstimate" ;
+    skos:prefLabel "LogLikelihoodofChordEstimate"@en .
+
+afsv:LogarithmicFluctuationPattern a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "LogarithmicFluctuationPattern" ;
+    skos:prefLabel "LogarithmicFluctuationPattern"@en .
+
+afsv:Loudness a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Loudness" ;
+    skos:prefLabel "Loudness"@en .
+
+afsv:LowEnergy a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "LowEnergy" ;
+    skos:prefLabel "LowEnergy"@en .
+
+afsv:LowFreqEnergyRelation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "LowFreqEnergyRelation" ;
+    skos:prefLabel "LowFreqEnergyRelation"@en .
+
+afsv:LowestValue a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "LowestValue" ;
+    skos:prefLabel "LowestValue"@en .
+
+afsv:Lowestvalue a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Lowestvalue" ;
+    skos:prefLabel "Lowestvalue"@en .
+
+afsv:MELODIAMelodyExtraction a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MELODIAMelodyExtraction" ;
+    skos:prefLabel "MELODIAMelodyExtraction"@en .
+
+afsv:MELODIAMelodyExtractionintermediatesteps a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MELODIAMelodyExtraction(intermediatesteps)" ;
+    skos:prefLabel "MELODIAMelodyExtraction(intermediatesteps)"@en .
+
+afsv:MIDI a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MIDI" ;
+    skos:prefLabel "MIDI"@en .
+
+afsv:MPEG7AudioFundamentalFrequency a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MPEG7AudioFundamentalFrequency" ;
+    skos:prefLabel "MPEG7AudioFundamentalFrequency"@en .
+
+afsv:MPEG7AudioHarmonicity a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MPEG7AudioHarmonicity" ;
+    skos:prefLabel "MPEG7AudioHarmonicity"@en .
+
+afsv:MPEG7AudioSpectrumBasis a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MPEG7AudioSpectrumBasis" ;
+    skos:prefLabel "MPEG7AudioSpectrumBasis"@en .
+
+afsv:MPEG7AudioSpectrumCentroid a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MPEG7AudioSpectrumCentroid" ;
+    skos:prefLabel "MPEG7AudioSpectrumCentroid"@en .
+
+afsv:MPEG7AudioSpectrumSpread a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MPEG7AudioSpectrumSpread" ;
+    skos:prefLabel "MPEG7AudioSpectrumSpread"@en .
+
+afsv:MPEG7AudioWaveform a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MPEG7AudioWaveform" ;
+    skos:prefLabel "MPEG7AudioWaveform"@en .
+
+afsv:MPEG7HarmonicSpectralCentroid a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MPEG7HarmonicSpectralCentroid" ;
+    skos:prefLabel "MPEG7HarmonicSpectralCentroid"@en .
+
+afsv:MPEG7HarmonicSpectralDeviation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MPEG7HarmonicSpectralDeviation" ;
+    skos:prefLabel "MPEG7HarmonicSpectralDeviation"@en .
+
+afsv:MPEG7HarmonicSpectralSpread a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MPEG7HarmonicSpectralSpread" ;
+    skos:prefLabel "MPEG7HarmonicSpectralSpread"@en .
+
+afsv:MPEG7HarmonicSpectralVariation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MPEG7HarmonicSpectralVariation" ;
+    skos:prefLabel "MPEG7HarmonicSpectralVariation"@en .
+
+afsv:MPEG7LogAttackTime a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MPEG7LogAttackTime" ;
+    skos:prefLabel "MPEG7LogAttackTime"@en .
+
+afsv:MPEG7SpectralCentroid a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MPEG7SpectralCentroid" ;
+    skos:prefLabel "MPEG7SpectralCentroid"@en .
+
+afsv:MPEG7TemporalCentroid a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MPEG7TemporalCentroid" ;
+    skos:prefLabel "MPEG7TemporalCentroid"@en .
+
+afsv:MagnitudeKurtosis a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MagnitudeKurtosis" ;
+    skos:prefLabel "MagnitudeKurtosis"@en .
+
+afsv:MagnitudeSkewness a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MagnitudeSkewness" ;
+    skos:prefLabel "MagnitudeSkewness"@en .
+
+afsv:MagnitudeSpectrum a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MagnitudeSpectrum" ;
+    skos:prefLabel "MagnitudeSpectrum"@en .
+
+afsv:MandelEllis a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MandelEllis" ;
+    skos:prefLabel "MandelEllis"@en .
+
+afsv:MaxArgMax a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MaxArgMax" ;
+    skos:prefLabel "MaxArgMax"@en .
+
+afsv:MaxMagFreq a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MaxMagFreq" ;
+    skos:prefLabel "MaxMagFreq"@en .
+
+afsv:MaxMin a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MaxMin" ;
+    skos:prefLabel "MaxMin"@en .
+
+afsv:Mean a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Mean" ;
+    skos:prefLabel "Mean"@en .
+
+afsv:MeanAbsoluteDeviation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MeanAbsoluteDeviation" ;
+    skos:prefLabel "MeanAbsoluteDeviation"@en .
+
+afsv:MeansofCoefficients a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MeansofCoefficients" ;
+    skos:prefLabel "MeansofCoefficients"@en .
+
+afsv:MeddisHairCell a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MeddisHairCell" ;
+    skos:prefLabel "MeddisHairCell"@en .
+
+afsv:Median a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Median" ;
+    skos:prefLabel "Median"@en .
+
+afsv:MelSpectrum a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MelSpectrum" ;
+    skos:prefLabel "MelSpectrum"@en .
+
+afsv:MelscaleFrequencyCepstralCoefficients a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MelscaleFrequencyCepstralCoefficients" ;
+    skos:prefLabel "MelscaleFrequencyCepstralCoefficients"@en .
+
+afsv:MinArgMin a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MinArgMin" ;
+    skos:prefLabel "MinArgMin"@en .
+
+afsv:Mode a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Mode" ;
+    skos:prefLabel "Mode"@en .
+
+afsv:ModifiedGroupDelay a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "ModifiedGroupDelay" ;
+    skos:prefLabel "ModifiedGroupDelay"@en .
+
+afsv:ModifiedKullbackLieblerOnsetDetectionFunction a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "ModifiedKullbackLieblerOnsetDetectionFunction" ;
+    skos:prefLabel "ModifiedKullbackLieblerOnsetDetectionFunction"@en .
+
+afsv:ModulationEnergy a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "4HzModulationEnergy" ;
+    skos:prefLabel "4HzModulationEnergy"@en .
+
+afsv:ModulationFrequencyVarianceDescriptor a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "ModulationFrequencyVarianceDescriptor" ;
+    skos:prefLabel "ModulationFrequencyVarianceDescriptor"@en .
+
+afsv:ModulationHarmonicCoefficients a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "4HzModulationHarmonicCoefficients" ;
+    skos:prefLabel "4HzModulationHarmonicCoefficients"@en .
+
+afsv:Moments a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Moments" ;
+    skos:prefLabel "Moments"@en .
+
+afsv:Multiplicity a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Multiplicity" ;
+    skos:prefLabel "Multiplicity"@en .
+
+afsv:MultiresolutionEntropy a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "MultiresolutionEntropy" ;
+    skos:prefLabel "MultiresolutionEntropy"@en .
+
+afsv:NNLSChroma a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "NNLSChroma" ;
+    skos:prefLabel "NNLSChroma"@en .
+
+afsv:NoiseEnergy a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "NoiseEnergy" ;
+    skos:prefLabel "NoiseEnergy"@en .
+
+afsv:NoiseRobustAuditoryFeature a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "NoiseRobustAuditoryFeature" ;
+    skos:prefLabel "NoiseRobustAuditoryFeature"@en .
+
+afsv:Noisiness a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Noisiness" ;
+    skos:prefLabel "Noisiness"@en .
+
+afsv:NonSilentRegions a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "NonSilentRegions" ;
+    skos:prefLabel "NonSilentRegions"@en .
+
+afsv:Nonzerocount a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Nonzerocount" ;
+    skos:prefLabel "Nonzerocount"@en .
+
+afsv:NoteOnset a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "NoteOnset" ;
+    skos:prefLabel "NoteOnset"@en .
+
+afsv:NoteOnsetDetector a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "NoteOnsetDetector" ;
+    skos:prefLabel "NoteOnsetDetector"@en .
+
+afsv:NoteOnsets a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "NoteOnsets" ;
+    skos:prefLabel "NoteOnsets"@en .
+
+afsv:NoteRepresentationofChordEstimate a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "NoteRepresentationofChordEstimate" ;
+    skos:prefLabel "NoteRepresentationofChordEstimate"@en .
+
+afsv:OBSIR a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "OBSIR" ;
+    skos:prefLabel "OBSIR"@en .
+
+afsv:OctaveBandSignalIntensity a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "OctaveBandSignalIntensity" ;
+    skos:prefLabel "OctaveBandSignalIntensity"@en .
+
+afsv:OctaveBasedSpectralContrast a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "OctaveBasedSpectralContrast" ;
+    skos:prefLabel "OctaveBasedSpectralContrast"@en .
+
+afsv:OddToEvenBandRatio a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "OddToEvenBandRatio" ;
+    skos:prefLabel "OddToEvenBandRatio"@en .
+
+afsv:OddToEvenHarmonicRatio a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "OddToEvenHarmonicRatio" ;
+    skos:prefLabel "OddToEvenHarmonicRatio"@en .
+
+afsv:Oddevenratio a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Oddevenratio" ;
+    skos:prefLabel "Oddevenratio"@en .
+
+afsv:Oddtoevenharmonicratio a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Oddtoevenharmonicratio" ;
+    skos:prefLabel "Oddtoevenharmonicratio"@en .
+
+afsv:OnsetDetectionFunction a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "OnsetDetectionFunction" ;
+    skos:prefLabel "OnsetDetectionFunction"@en .
+
+afsv:OrderedDistancesfromFirstChannel a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "OrderedDistancesfromFirstChannel" ;
+    skos:prefLabel "OrderedDistancesfromFirstChannel"@en .
+
+afsv:PeakFinder a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PeakFinder" ;
+    skos:prefLabel "PeakFinder"@en .
+
+afsv:PeakPicker a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PeakPicker" ;
+    skos:prefLabel "PeakPicker"@en .
+
+afsv:PeakSpectrum a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PeakSpectrum" ;
+    skos:prefLabel "PeakSpectrum"@en .
+
+afsv:Peaker a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Peaker" ;
+    skos:prefLabel "Peaker"@en .
+
+afsv:PeakerOnset a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PeakerOnset" ;
+    skos:prefLabel "PeakerOnset"@en .
+
+afsv:PerceptualLinearPrediction a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PerceptualLinearPrediction" ;
+    skos:prefLabel "PerceptualLinearPrediction"@en .
+
+afsv:PerceptualSharpness a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PerceptualSharpness" ;
+    skos:prefLabel "PerceptualSharpness"@en .
+
+afsv:PerceptualSpectralCentroid a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PerceptualSpectralCentroid" ;
+    skos:prefLabel "PerceptualSpectralCentroid"@en .
+
+afsv:PerceptualSpectralDecrease a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PerceptualSpectralDecrease" ;
+    skos:prefLabel "PerceptualSpectralDecrease"@en .
+
+afsv:PerceptualSpectralEnvelopeShape a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PerceptualSpectralEnvelopeShape" ;
+    skos:prefLabel "PerceptualSpectralEnvelopeShape"@en .
+
+afsv:PerceptualSpectralKurtosis a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PerceptualSpectralKurtosis" ;
+    skos:prefLabel "PerceptualSpectralKurtosis"@en .
+
+afsv:PerceptualSpectralRolloff a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PerceptualSpectralRolloff" ;
+    skos:prefLabel "PerceptualSpectralRolloff"@en .
+
+afsv:PerceptualSpectralSkewness a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PerceptualSpectralSkewness" ;
+    skos:prefLabel "PerceptualSpectralSkewness"@en .
+
+afsv:PerceptualSpectralSlope a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PerceptualSpectralSlope" ;
+    skos:prefLabel "PerceptualSpectralSlope"@en .
+
+afsv:PerceptualSpectralSpread a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PerceptualSpectralSpread" ;
+    skos:prefLabel "PerceptualSpectralSpread"@en .
+
+afsv:PerceptualSpectralVariation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PerceptualSpectralVariation" ;
+    skos:prefLabel "PerceptualSpectralVariation"@en .
+
+afsv:PerceptualSpread a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PerceptualSpread" ;
+    skos:prefLabel "PerceptualSpread"@en .
+
+afsv:PhaseBasedMethodOnsetDetectionFunction a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PhaseBasedMethodOnsetDetectionFunction" ;
+    skos:prefLabel "PhaseBasedMethodOnsetDetectionFunction"@en .
+
+afsv:PhaseSpaceFeatures a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PhaseSpaceFeatures" ;
+    skos:prefLabel "PhaseSpaceFeatures"@en .
+
+afsv:Pitch a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Pitch" ;
+    skos:prefLabel "Pitch"@en .
+
+<http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PitchContours:All> a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PitchContours:All" ;
+    skos:prefLabel "PitchContours:All"@en .
+
+<http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PitchContours:Melody> a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PitchContours:Melody" ;
+    skos:prefLabel "PitchContours:Melody"@en .
+
+afsv:PitchDiff a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PitchDiff" ;
+    skos:prefLabel "PitchDiff"@en .
+
+afsv:PitchFastComb a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PitchFastComb" ;
+    skos:prefLabel "PitchFastComb"@en .
+
+afsv:PitchFftYin a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PitchFftYin" ;
+    skos:prefLabel "PitchFftYin"@en .
+
+afsv:PitchHistogram a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PitchHistogram" ;
+    skos:prefLabel "PitchHistogram"@en .
+
+afsv:PitchMultiComb a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PitchMultiComb" ;
+    skos:prefLabel "PitchMultiComb"@en .
+
+afsv:PitchProfile a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PitchProfile" ;
+    skos:prefLabel "PitchProfile"@en .
+
+afsv:PitchSchmitt a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PitchSchmitt" ;
+    skos:prefLabel "PitchSchmitt"@en .
+
+afsv:PitchSynchronousZCPA a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PitchSynchronousZCPA" ;
+    skos:prefLabel "PitchSynchronousZCPA"@en .
+
+afsv:PitchYin a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PitchYin" ;
+    skos:prefLabel "PitchYin"@en .
+
+afsv:PolyphonicTranscription a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PolyphonicTranscription" ;
+    skos:prefLabel "PolyphonicTranscription"@en .
+
+afsv:Power a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Power" ;
+    skos:prefLabel "Power"@en .
+
+afsv:PowerSpectrum a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PowerSpectrum" ;
+    skos:prefLabel "PowerSpectrum"@en .
+
+afsv:PowerToAverageRatio a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PowerToAverageRatio" ;
+    skos:prefLabel "PowerToAverageRatio"@en .
+
+afsv:PrincipalMelSpectrumComponents a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PrincipalMelSpectrumComponents" ;
+    skos:prefLabel "PrincipalMelSpectrumComponents"@en .
+
+afsv:PsychoacousticalPitch a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PsychoacousticalPitch" ;
+    skos:prefLabel "PsychoacousticalPitch"@en .
+
+afsv:PulseClarity a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PulseClarity" ;
+    skos:prefLabel "PulseClarity"@en .
+
+afsv:PulseMetric a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PulseMetric" ;
+    skos:prefLabel "PulseMetric"@en .
+
+afsv:PureTonalness a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "PureTonalness" ;
+    skos:prefLabel "PureTonalness"@en .
+
+afsv:RMSAmplitude a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "RMSAmplitude" ;
+    skos:prefLabel "RMSAmplitude"@en .
+
+afsv:RMSEnergy a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "RMSEnergy" ;
+    skos:prefLabel "RMSEnergy"@en .
+
+afsv:RMSEnergyEnvelope a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "RMSEnergyEnvelope" ;
+    skos:prefLabel "RMSEnergyEnvelope"@en .
+
+afsv:RatescalefrequencyFeatures a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "RatescalefrequencyFeatures" ;
+    skos:prefLabel "RatescalefrequencyFeatures"@en .
+
+afsv:RelaitvespecificLoudness a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "RelaitvespecificLoudness" ;
+    skos:prefLabel "RelaitvespecificLoudness"@en .
+
+afsv:RelativeDifferenceFunction a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "RelativeDifferenceFunction" ;
+    skos:prefLabel "RelativeDifferenceFunction"@en .
+
+afsv:RelativeSpectralPLP a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "RelativeSpectralPLP" ;
+    skos:prefLabel "RelativeSpectralPLP"@en .
+
+afsv:Release a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Release" ;
+    skos:prefLabel "Release"@en .
+
+afsv:RhythmHistogram a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "RhythmHistogram" ;
+    skos:prefLabel "RhythmHistogram"@en .
+
+afsv:RhythmPattern a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "RhythmPattern" ;
+    skos:prefLabel "RhythmPattern"@en .
+
+afsv:RhythmPatterns a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "RhythmPatterns" ;
+    skos:prefLabel "RhythmPatterns"@en .
+
+afsv:RhythmicFluctuation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "RhythmicFluctuation" ;
+    skos:prefLabel "RhythmicFluctuation"@en .
+
+afsv:RiseTime a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "RiseTime" ;
+    skos:prefLabel "RiseTime"@en .
+
+afsv:Rmsamplitude a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Rmsamplitude" ;
+    skos:prefLabel "Rmsamplitude"@en .
+
+afsv:RootMeanSquare a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "RootMeanSquare" ;
+    skos:prefLabel "RootMeanSquare"@en .
+
+afsv:Roughness a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Roughness" ;
+    skos:prefLabel "Roughness"@en .
+
+afsv:RunningAutocorrelation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "RunningAutocorrelation" ;
+    skos:prefLabel "RunningAutocorrelation"@en .
+
+afsv:RunningStatistics a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "RunningStatistics" ;
+    skos:prefLabel "RunningStatistics"@en .
+
+afsv:SNR a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SNR" ;
+    skos:prefLabel "SNR"@en .
+
+afsv:SalienceFunction a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SalienceFunction" ;
+    skos:prefLabel "SalienceFunction"@en .
+
+afsv:Segmenter a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Segmenter" ;
+    skos:prefLabel "Segmenter"@en .
+
+afsv:SemitoneSpectrum a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SemitoneSpectrum" ;
+    skos:prefLabel "SemitoneSpectrum"@en .
+
+afsv:Sharpness a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Sharpness" ;
+    skos:prefLabel "Sharpness"@en .
+
+afsv:ShortTimeEnergy a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "ShortTimeEnergy" ;
+    skos:prefLabel "ShortTimeEnergy"@en .
+
+afsv:Signal a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Signal" ;
+    skos:prefLabel "Signal"@en .
+
+afsv:SignalAutoCorrelationFunction a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SignalAutoCorrelationFunction" ;
+    skos:prefLabel "SignalAutoCorrelationFunction"@en .
+
+afsv:SilenceTest a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SilenceTest" ;
+    skos:prefLabel "SilenceTest"@en .
+
+afsv:SilentRegions a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SilentRegions" ;
+    skos:prefLabel "SilentRegions"@en .
+
+afsv:Similarity a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Similarity" ;
+    skos:prefLabel "Similarity"@en .
+
+afsv:SlopeIntegrator a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SlopeIntegrator" ;
+    skos:prefLabel "SlopeIntegrator"@en .
+
+afsv:SmoothedDetectionFunction a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SmoothedDetectionFunction" ;
+    skos:prefLabel "SmoothedDetectionFunction"@en .
+
+afsv:Smoothness a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Smoothness" ;
+    skos:prefLabel "Smoothness"@en .
+
+afsv:Sone a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Sone" ;
+    skos:prefLabel "Sone"@en .
+
+afsv:SpectralAverageDeviation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralAverageDeviation" ;
+    skos:prefLabel "SpectralAverageDeviation"@en .
+
+afsv:SpectralCenter a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralCenter" ;
+    skos:prefLabel "SpectralCenter"@en .
+
+afsv:SpectralCentroid a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralCentroid" ;
+    skos:prefLabel "SpectralCentroid"@en .
+
+afsv:SpectralContrastPattern a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralContrastPattern" ;
+    skos:prefLabel "SpectralContrastPattern"@en .
+
+afsv:SpectralCrest a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralCrest" ;
+    skos:prefLabel "SpectralCrest"@en .
+
+afsv:SpectralCrestFactor a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralCrestFactor" ;
+    skos:prefLabel "SpectralCrestFactor"@en .
+
+afsv:SpectralCrestFactorPerBand a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralCrestFactorPerBand" ;
+    skos:prefLabel "SpectralCrestFactorPerBand"@en .
+
+afsv:SpectralDecrease a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralDecrease" ;
+    skos:prefLabel "SpectralDecrease"@en .
+
+afsv:SpectralDifferenceMethodOnsetDetectionFunction a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralDifferenceMethodOnsetDetectionFunction" ;
+    skos:prefLabel "SpectralDifferenceMethodOnsetDetectionFunction"@en .
+
+afsv:SpectralDispersion a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralDispersion" ;
+    skos:prefLabel "SpectralDispersion"@en .
+
+afsv:SpectralDissonance a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralDissonance" ;
+    skos:prefLabel "SpectralDissonance"@en .
+
+afsv:SpectralFlatness a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralFlatness" ;
+    skos:prefLabel "SpectralFlatness"@en .
+
+afsv:SpectralFlatnessAllBands a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralFlatnessAllBands" ;
+    skos:prefLabel "SpectralFlatnessAllBands"@en .
+
+afsv:SpectralFlatnessPerBand a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralFlatnessPerBand" ;
+    skos:prefLabel "SpectralFlatnessPerBand"@en .
+
+afsv:SpectralFlux a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralFlux" ;
+    skos:prefLabel "SpectralFlux"@en .
+
+afsv:SpectralFluxOnsetDetectionFunction a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralFluxOnsetDetectionFunction" ;
+    skos:prefLabel "SpectralFluxOnsetDetectionFunction"@en .
+
+afsv:SpectralKurtosis a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralKurtosis" ;
+    skos:prefLabel "SpectralKurtosis"@en .
+
+afsv:SpectralMean a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralMean" ;
+    skos:prefLabel "SpectralMean"@en .
+
+afsv:SpectralPattern a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralPattern" ;
+    skos:prefLabel "SpectralPattern"@en .
+
+afsv:SpectralPatternCent a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralPatternCent" ;
+    skos:prefLabel "SpectralPatternCent"@en .
+
+afsv:SpectralPeakStructure a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralPeakStructure" ;
+    skos:prefLabel "SpectralPeakStructure"@en .
+
+afsv:SpectralPeaks a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralPeaks" ;
+    skos:prefLabel "SpectralPeaks"@en .
+
+afsv:SpectralPercentile a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralPercentile" ;
+    skos:prefLabel "SpectralPercentile"@en .
+
+afsv:SpectralRolloff a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralRolloff" ;
+    skos:prefLabel "SpectralRolloff"@en .
+
+afsv:SpectralShape a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralShape" ;
+    skos:prefLabel "SpectralShape"@en .
+
+afsv:SpectralShapeDescriptors a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralShapeDescriptors" ;
+    skos:prefLabel "SpectralShapeDescriptors"@en .
+
+afsv:SpectralShapeStatistics a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralShapeStatistics" ;
+    skos:prefLabel "SpectralShapeStatistics"@en .
+
+afsv:SpectralSharpness a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralSharpness" ;
+    skos:prefLabel "SpectralSharpness"@en .
+
+afsv:SpectralSkewness a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralSkewness" ;
+    skos:prefLabel "SpectralSkewness"@en .
+
+afsv:SpectralSlope a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralSlope" ;
+    skos:prefLabel "SpectralSlope"@en .
+
+afsv:SpectralSmoothness a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralSmoothness" ;
+    skos:prefLabel "SpectralSmoothness"@en .
+
+afsv:SpectralSpread a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralSpread" ;
+    skos:prefLabel "SpectralSpread"@en .
+
+afsv:SpectralStandardDeviation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralStandardDeviation" ;
+    skos:prefLabel "SpectralStandardDeviation"@en .
+
+afsv:SpectralVariability a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralVariability" ;
+    skos:prefLabel "SpectralVariability"@en .
+
+afsv:SpectralVariance a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralVariance" ;
+    skos:prefLabel "SpectralVariance"@en .
+
+afsv:SpectralVariation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectralVariation" ;
+    skos:prefLabel "SpectralVariation"@en .
+
+afsv:Spectralaveragedeviation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Spectralaveragedeviation" ;
+    skos:prefLabel "Spectralaveragedeviation"@en .
+
+afsv:Spectralinharmonicity a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Spectralinharmonicity" ;
+    skos:prefLabel "Spectralinharmonicity"@en .
+
+afsv:Spectralmean a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Spectralmean" ;
+    skos:prefLabel "Spectralmean"@en .
+
+afsv:Spectralstandarddeviation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Spectralstandarddeviation" ;
+    skos:prefLabel "Spectralstandarddeviation"@en .
+
+afsv:Spectralvariance a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Spectralvariance" ;
+    skos:prefLabel "Spectralvariance"@en .
+
+afsv:SpectrotemporalVariation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SpectrotemporalVariation" ;
+    skos:prefLabel "SpectrotemporalVariation"@en .
+
+afsv:Spectrum a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Spectrum" ;
+    skos:prefLabel "Spectrum"@en .
+
+afsv:Spectrum2Chroma a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Spectrum2Chroma" ;
+    skos:prefLabel "Spectrum2Chroma"@en .
+
+afsv:Spectrum2Mel a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Spectrum2Mel" ;
+    skos:prefLabel "Spectrum2Mel"@en .
+
+afsv:StandardDeviation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "StandardDeviation" ;
+    skos:prefLabel "StandardDeviation"@en .
+
+afsv:Standarddeviation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Standarddeviation" ;
+    skos:prefLabel "Standarddeviation"@en .
+
+afsv:StatisticalIntegrator a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "StatisticalIntegrator" ;
+    skos:prefLabel "StatisticalIntegrator"@en .
+
+afsv:StatisticalSpectrumDescriptor a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "StatisticalSpectrumDescriptor" ;
+    skos:prefLabel "StatisticalSpectrumDescriptor"@en .
+
+afsv:StereoSpectrum a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "StereoSpectrum" ;
+    skos:prefLabel "StereoSpectrum"@en .
+
+afsv:StereoSpectrumFeatures a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "StereoSpectrumFeatures" ;
+    skos:prefLabel "StereoSpectrumFeatures"@en .
+
+afsv:StereoSpectrumSources a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "StereoSpectrumSources" ;
+    skos:prefLabel "StereoSpectrumSources"@en .
+
+afsv:StrengthOfStrongestBeat a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "StrengthOfStrongestBeat" ;
+    skos:prefLabel "StrengthOfStrongestBeat"@en .
+
+afsv:StrongestBeat a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "StrongestBeat" ;
+    skos:prefLabel "StrongestBeat"@en .
+
+afsv:StrongestFrequencyViaFFTMax a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "StrongestFrequencyViaFFTMax" ;
+    skos:prefLabel "StrongestFrequencyViaFFTMax"@en .
+
+afsv:StrongestFrequencyViaSpectralCentroid a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "StrongestFrequencyViaSpectralCentroid" ;
+    skos:prefLabel "StrongestFrequencyViaSpectralCentroid"@en .
+
+afsv:StrongestFrequencyViaZeroCrossings a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "StrongestFrequencyViaZeroCrossings" ;
+    skos:prefLabel "StrongestFrequencyViaZeroCrossings"@en .
+
+afsv:SubbandEnergyRatio a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SubbandEnergyRatio" ;
+    skos:prefLabel "SubbandEnergyRatio"@en .
+
+afsv:SubbandSpectralFlux a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SubbandSpectralFlux" ;
+    skos:prefLabel "SubbandSpectralFlux"@en .
+
+afsv:Subbands a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Subbands" ;
+    skos:prefLabel "Subbands"@en .
+
+afsv:Sum a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Sum" ;
+    skos:prefLabel "Sum"@en .
+
+afsv:SumofValues a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "SumofValues" ;
+    skos:prefLabel "SumofValues"@en .
+
+afsv:Tempo a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Tempo" ;
+    skos:prefLabel "Tempo"@en .
+
+afsv:TempoandBeatTracker a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TempoandBeatTracker" ;
+    skos:prefLabel "TempoandBeatTracker"@en .
+
+afsv:TemporalCentroid a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TemporalCentroid" ;
+    skos:prefLabel "TemporalCentroid"@en .
+
+afsv:TemporalDecrease a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TemporalDecrease" ;
+    skos:prefLabel "TemporalDecrease"@en .
+
+afsv:TemporalIncrease a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TemporalIncrease" ;
+    skos:prefLabel "TemporalIncrease"@en .
+
+afsv:TemporalRhythmHistogram a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TemporalRhythmHistogram" ;
+    skos:prefLabel "TemporalRhythmHistogram"@en .
+
+afsv:TemporalShapeStatistics a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TemporalShapeStatistics" ;
+    skos:prefLabel "TemporalShapeStatistics"@en .
+
+afsv:TemporalStatisticalSpectrumDescriptor a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TemporalStatisticalSpectrumDescriptor" ;
+    skos:prefLabel "TemporalStatisticalSpectrumDescriptor"@en .
+
+afsv:TimbralWidth a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TimbralWidth" ;
+    skos:prefLabel "TimbralWidth"@en .
+
+afsv:TimbreDistribution a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TimbreDistribution" ;
+    skos:prefLabel "TimbreDistribution"@en .
+
+afsv:TonalCentroid a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TonalCentroid" ;
+    skos:prefLabel "TonalCentroid"@en .
+
+afsv:TonalChange a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TonalChange" ;
+    skos:prefLabel "TonalChange"@en .
+
+afsv:TonalChangeDetectionFunction a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TonalChangeDetectionFunction" ;
+    skos:prefLabel "TonalChangeDetectionFunction"@en .
+
+afsv:TonalChangePositions a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TonalChangePositions" ;
+    skos:prefLabel "TonalChangePositions"@en .
+
+afsv:TonalDissonance a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TonalDissonance" ;
+    skos:prefLabel "TonalDissonance"@en .
+
+afsv:Tonality a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Tonality" ;
+    skos:prefLabel "Tonality"@en .
+
+afsv:TonicPitch a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TonicPitch" ;
+    skos:prefLabel "TonicPitch"@en .
+
+afsv:TotalEnergy a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TotalEnergy" ;
+    skos:prefLabel "TotalEnergy"@en .
+
+afsv:TotalEnergyModulation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TotalEnergyModulation" ;
+    skos:prefLabel "TotalEnergyModulation"@en .
+
+afsv:TotalHarmonicEnergy a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TotalHarmonicEnergy" ;
+    skos:prefLabel "TotalHarmonicEnergy"@en .
+
+afsv:TotalNoiseEnergy a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TotalNoiseEnergy" ;
+    skos:prefLabel "TotalNoiseEnergy"@en .
+
+afsv:Transformto6DTonalContentSpace a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Transformto6DTonalContentSpace" ;
+    skos:prefLabel "Transformto6DTonalContentSpace"@en .
+
+afsv:TransientSteadyStateSeparation a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TransientSteadyStateSeparation" ;
+    skos:prefLabel "TransientSteadyStateSeparation"@en .
+
+afsv:TriangularFilterBank a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TriangularFilterBank" ;
+    skos:prefLabel "TriangularFilterBank"@en .
+
+afsv:Tristimulus a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Tristimulus" ;
+    skos:prefLabel "Tristimulus"@en .
+
+afsv:Tristimulus1 a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Tristimulus1" ;
+    skos:prefLabel "Tristimulus1"@en .
+
+afsv:Tristimulus2 a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Tristimulus2" ;
+    skos:prefLabel "Tristimulus2"@en .
+
+afsv:Tristimulus3 a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Tristimulus3" ;
+    skos:prefLabel "Tristimulus3"@en .
+
+afsv:TristimulusI a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TristimulusI" ;
+    skos:prefLabel "TristimulusI"@en .
+
+afsv:TristimulusII a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TristimulusII" ;
+    skos:prefLabel "TristimulusII"@en .
+
+afsv:TristimulusIII a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TristimulusIII" ;
+    skos:prefLabel "TristimulusIII"@en .
+
+afsv:TunedLogFrequencySpectrum a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "TunedLogFrequencySpectrum" ;
+    skos:prefLabel "TunedLogFrequencySpectrum"@en .
+
+afsv:Tuning a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Tuning" ;
+    skos:prefLabel "Tuning"@en .
+
+afsv:Variance a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Variance" ;
+    skos:prefLabel "Variance"@en .
+
+afsv:VarianceDeltaSpectralPattern a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "VarianceDeltaSpectralPattern" ;
+    skos:prefLabel "VarianceDeltaSpectralPattern"@en .
+
+afsv:Volume a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Volume" ;
+    skos:prefLabel "Volume"@en .
+
+afsv:WaveletPyramid a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "WaveletPyramid" ;
+    skos:prefLabel "WaveletPyramid"@en .
+
+afsv:Yin a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "Yin" ;
+    skos:prefLabel "Yin"@en .
+
+afsv:ZeroCrossingPeakAmplitudes a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "ZeroCrossingPeakAmplitudes" ;
+    skos:prefLabel "ZeroCrossingPeakAmplitudes"@en .
+
+afsv:ZeroCrossingRate a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "ZeroCrossingRate" ;
+    skos:prefLabel "ZeroCrossingRate"@en .
+
+afsv:evenHarmonicRatio a skos:Concept ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en ;
+    skos:note "evenHarmonicRatio" ;
+    skos:prefLabel "evenHarmonicRatio"@en .
+
+vs:term_status a owl:AnnotationProperty .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/af-skos-vocabulary.rdf	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,3063 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rdf:RDF
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+   xmlns:skos="http://www.w3.org/2004/02/skos/core#"
+   xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
+>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ZeroCrossingRate">
+    <skos:note>ZeroCrossingRate</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">ZeroCrossingRate</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AubioOnsetDetector">
+    <skos:note>AubioOnsetDetector</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AubioOnsetDetector</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ChromagramandBassChromagram">
+    <skos:note>ChromagramandBassChromagram</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">ChromagramandBassChromagram</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PitchFastComb">
+    <skos:note>PitchFastComb</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PitchFastComb</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TransientSteadyStateSeparation">
+    <skos:note>TransientSteadyStateSeparation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TransientSteadyStateSeparation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#LowestValue">
+    <skos:note>LowestValue</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">LowestValue</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Attacktime">
+    <skos:note>Attacktime</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Attacktime</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AttackSlope">
+    <skos:note>AttackSlope</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AttackSlope</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ConstantQSpectrogram">
+    <skos:note>ConstantQSpectrogram</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">ConstantQSpectrogram</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Tuning">
+    <skos:note>Tuning</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Tuning</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#GeometricMean">
+    <skos:note>GeometricMean</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">GeometricMean</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#JointAcousticandModuluationFrequency">
+    <skos:note>JointAcousticandModuluationFrequency</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">JointAcousticandModuluationFrequency</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AbsMax">
+    <skos:note>AbsMax</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AbsMax</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TriangularFilterBank">
+    <skos:note>TriangularFilterBank</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TriangularFilterBank</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MultiresolutionEntropy">
+    <skos:note>MultiresolutionEntropy</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MultiresolutionEntropy</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AverageDeviation">
+    <skos:note>AverageDeviation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AverageDeviation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#CyclicBeatSpectrum">
+    <skos:note>CyclicBeatSpectrum</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">CyclicBeatSpectrum</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SignalAutoCorrelationFunction">
+    <skos:note>SignalAutoCorrelationFunction</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SignalAutoCorrelationFunction</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#IrregularityII">
+    <skos:note>IrregularityII</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">IrregularityII</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#BarandBeatTracker">
+    <skos:note>BarandBeatTracker</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">BarandBeatTracker</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#FrequencyofEnergyModulation">
+    <skos:note>FrequencyofEnergyModulation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">FrequencyofEnergyModulation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ModulationEnergy">
+    <skos:note>4HzModulationEnergy</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">4HzModulationEnergy</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicChangeValue">
+    <skos:note>HarmonicChangeValue</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicChangeValue</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MIDI">
+    <skos:note>MIDI</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MIDI</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TristimulusII">
+    <skos:note>TristimulusII</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TristimulusII</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralVariability">
+    <skos:note>SpectralVariability</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralVariability</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Spectrum">
+    <skos:note>Spectrum</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Spectrum</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralRolloff">
+    <skos:note>SpectralRolloff</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralRolloff</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#BeatTracking">
+    <skos:note>BeatTracking</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">BeatTracking</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#BeatSpectrum">
+    <skos:note>BeatSpectrum</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">BeatSpectrum</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#BandTristimulus">
+    <skos:note>BandTristimulus</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">BandTristimulus</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#NoteRepresentationofChordEstimate">
+    <skos:note>NoteRepresentationofChordEstimate</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">NoteRepresentationofChordEstimate</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Yin">
+    <skos:note>Yin</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Yin</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#RiseTime">
+    <skos:note>RiseTime</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">RiseTime</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#NoiseRobustAuditoryFeature">
+    <skos:note>NoiseRobustAuditoryFeature</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">NoiseRobustAuditoryFeature</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MPEG7HarmonicSpectralDeviation">
+    <skos:note>MPEG7HarmonicSpectralDeviation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MPEG7HarmonicSpectralDeviation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#LogarithmicFluctuationPattern">
+    <skos:note>LogarithmicFluctuationPattern</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">LogarithmicFluctuationPattern</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MagnitudeKurtosis">
+    <skos:note>MagnitudeKurtosis</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MagnitudeKurtosis</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Sone">
+    <skos:note>Sone</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Sone</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicDerivate">
+    <skos:note>HarmonicDerivate</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicDerivate</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PulseClarity">
+    <skos:note>PulseClarity</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PulseClarity</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PitchMultiComb">
+    <skos:note>PitchMultiComb</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PitchMultiComb</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AverageSquaredDifferenceFunction">
+    <skos:note>AverageSquaredDifferenceFunction</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AverageSquaredDifferenceFunction</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#FFTBinFrequencies">
+    <skos:note>FFTBinFrequencies</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">FFTBinFrequencies</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#DistancefromFirstChannel">
+    <skos:note>DistancefromFirstChannel</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">DistancefromFirstChannel</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#BeatHistogramFromPeaks">
+    <skos:note>BeatHistogramFromPeaks</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">BeatHistogramFromPeaks</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#RhythmPattern">
+    <skos:note>RhythmPattern</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">RhythmPattern</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#DeltaMfcc">
+    <skos:note>DeltaMfcc</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">DeltaMfcc</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PitchDiff">
+    <skos:note>PitchDiff</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PitchDiff</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#CorrelationPattern">
+    <skos:note>CorrelationPattern</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">CorrelationPattern</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#StrongestBeat">
+    <skos:note>StrongestBeat</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">StrongestBeat</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AreaPolynomialApproximationConstantQMFCC">
+    <skos:note>AreaPolynomialApproximationConstantQMFCC</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AreaPolynomialApproximationConstantQMFCC</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PerceptualSpectralSpread">
+    <skos:note>PerceptualSpectralSpread</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PerceptualSpectralSpread</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Differencevector">
+    <skos:note>Differencevector</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Differencevector</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#DeltaSpectralPattern">
+    <skos:note>DeltaSpectralPattern</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">DeltaSpectralPattern</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectrotemporalVariation">
+    <skos:note>SpectrotemporalVariation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectrotemporalVariation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicSpectralVariation">
+    <skos:note>HarmonicSpectralVariation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicSpectralVariation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralPeaks">
+    <skos:note>SpectralPeaks</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralPeaks</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MPEG7SpectralCentroid">
+    <skos:note>MPEG7SpectralCentroid</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MPEG7SpectralCentroid</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MPEG7HarmonicSpectralSpread">
+    <skos:note>MPEG7HarmonicSpectralSpread</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MPEG7HarmonicSpectralSpread</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ChromaMeans">
+    <skos:note>ChromaMeans</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">ChromaMeans</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TonalCentroid">
+    <skos:note>TonalCentroid</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TonalCentroid</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TonalDissonance">
+    <skos:note>TonalDissonance</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TonalDissonance</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SmoothedDetectionFunction">
+    <skos:note>SmoothedDetectionFunction</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SmoothedDetectionFunction</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MaxArgMax">
+    <skos:note>MaxArgMax</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MaxArgMax</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralPatternCent">
+    <skos:note>SpectralPatternCent</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralPatternCent</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TonalChangeDetectionFunction">
+    <skos:note>TonalChangeDetectionFunction</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TonalChangeDetectionFunction</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MeddisHairCell">
+    <skos:note>MeddisHairCell</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MeddisHairCell</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AimGammatone">
+    <skos:note>AimGammatone (Auditory Image Model) </skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AimGammatone (Auditory Image Model) </skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#BeatCount">
+    <skos:note>BeatCount</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">BeatCount</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Spectralaveragedeviation">
+    <skos:note>Spectralaveragedeviation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Spectralaveragedeviation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#BassChromagram">
+    <skos:note>BassChromagram</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">BassChromagram</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Release">
+    <skos:note>Release</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Release</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TristimulusIII">
+    <skos:note>TristimulusIII</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TristimulusIII</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Tristimulus2">
+    <skos:note>Tristimulus2</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Tristimulus2</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#KeyTrack">
+    <skos:note>KeyTrack</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">KeyTrack</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#BeatSpectralDifference">
+    <skos:note>BeatSpectralDifference</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">BeatSpectralDifference</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TunedLogFrequencySpectrum">
+    <skos:note>TunedLogFrequencySpectrum</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TunedLogFrequencySpectrum</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ShortTimeEnergy">
+    <skos:note>ShortTimeEnergy</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">ShortTimeEnergy</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#RatescalefrequencyFeatures">
+    <skos:note>RatescalefrequencyFeatures</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">RatescalefrequencyFeatures</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Segmenter">
+    <skos:note>Segmenter</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Segmenter</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Mode">
+    <skos:note>Mode</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Mode</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PitchYin">
+    <skos:note>PitchYin</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PitchYin</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#StandardDeviation">
+    <skos:note>StandardDeviation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">StandardDeviation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TimbreDistribution">
+    <skos:note>TimbreDistribution</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TimbreDistribution</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicSpectralSmoothness">
+    <skos:note>HarmonicSpectralSmoothness</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicSpectralSmoothness</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicSpectralSkewness">
+    <skos:note>HarmonicSpectralSkewness</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicSpectralSkewness</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AubioBeatTracker">
+    <skos:note>AubioBeatTracker</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AubioBeatTracker</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PitchContours:Melody">
+    <skos:note>PitchContours:Melody</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PitchContours:Melody</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#LocalSingleGaussianModel">
+    <skos:note>LocalSingleGaussianModel</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">LocalSingleGaussianModel</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#LinearPredictionCepstralCoefficients">
+    <skos:note>LinearPredictionCepstralCoefficients</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">LinearPredictionCepstralCoefficients</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Flatnessdb">
+    <skos:note>Flatnessdb</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Flatnessdb</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#GeorgeTzanetakisModel">
+    <skos:note>GeorgeTzanetakisModel</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">GeorgeTzanetakisModel</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Spectralinharmonicity">
+    <skos:note>Spectralinharmonicity</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Spectralinharmonicity</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MPEG7HarmonicSpectralVariation">
+    <skos:note>MPEG7HarmonicSpectralVariation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MPEG7HarmonicSpectralVariation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#LogAttackTime">
+    <skos:note>LogAttackTime</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">LogAttackTime</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#NoiseEnergy">
+    <skos:note>NoiseEnergy</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">NoiseEnergy</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#RelativeSpectralPLP">
+    <skos:note>RelativeSpectralPLP</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">RelativeSpectralPLP</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#RhythmicFluctuation">
+    <skos:note>RhythmicFluctuation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">RhythmicFluctuation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicCoefficient">
+    <skos:note>HarmonicCoefficient</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicCoefficient</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AreaMoments">
+    <skos:note>AreaMoments</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AreaMoments</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralDissonance">
+    <skos:note>SpectralDissonance</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralDissonance</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralSmoothness">
+    <skos:note>SpectralSmoothness</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralSmoothness</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AubioNoteTracker">
+    <skos:note>AubioNoteTracker</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AubioNoteTracker</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MinArgMin">
+    <skos:note>MinArgMin</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MinArgMin</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SilenceTest">
+    <skos:note>SilenceTest</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SilenceTest</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#BeatHistogram">
+    <skos:note>BeatHistogram</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">BeatHistogram</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Noisiness">
+    <skos:note>Noisiness</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Noisiness</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#BeatTrack">
+    <skos:note>BeatTrack</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">BeatTrack</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#FluctuationPattern">
+    <skos:note>FluctuationPattern</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">FluctuationPattern</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ADRess">
+    <skos:note>ADRess (Azimuth Discrimination and Resynthesis)</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">ADRess (Azimuth Discrimination and Resynthesis)</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#BeatHistogramLabels">
+    <skos:note>BeatHistogramLabels</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">BeatHistogramLabels</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Rmsamplitude">
+    <skos:note>Rmsamplitude</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Rmsamplitude</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#EnergyBasedOnsetDetectionFunction">
+    <skos:note>EnergyBasedOnsetDetectionFunction</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">EnergyBasedOnsetDetectionFunction</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#LinearPredictionZCR">
+    <skos:note>LinearPredictionZCR</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">LinearPredictionZCR</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#StrengthOfStrongestBeat">
+    <skos:note>StrengthOfStrongestBeat</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">StrengthOfStrongestBeat</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#LogLikelihoodofChordEstimate">
+    <skos:note>LogLikelihoodofChordEstimate</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">LogLikelihoodofChordEstimate</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralSpread">
+    <skos:note>SpectralSpread</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralSpread</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Chordino">
+    <skos:note>Chordino</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Chordino</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#FundamentalFrequency">
+    <skos:note>FundamentalFrequency</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">FundamentalFrequency</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MeanAbsoluteDeviation">
+    <skos:note>MeanAbsoluteDeviation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MeanAbsoluteDeviation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralCenter">
+    <skos:note>SpectralCenter</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralCenter</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicSpectrum">
+    <skos:note>HarmonicSpectrum</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicSpectrum</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PeakPicker">
+    <skos:note>PeakPicker</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PeakPicker</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MagnitudeSpectrum">
+    <skos:note>MagnitudeSpectrum</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MagnitudeSpectrum</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ModifiedKullbackLieblerOnsetDetectionFunction">
+    <skos:note>ModifiedKullbackLieblerOnsetDetectionFunction</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">ModifiedKullbackLieblerOnsetDetectionFunction</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Oddevenratio">
+    <skos:note>Oddevenratio</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Oddevenratio</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Variance">
+    <skos:note>Variance</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Variance</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PureTonalness">
+    <skos:note>PureTonalness</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PureTonalness</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#StrongestFrequencyViaZeroCrossings">
+    <skos:note>StrongestFrequencyViaZeroCrossings</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">StrongestFrequencyViaZeroCrossings</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#NoteOnsets">
+    <skos:note>NoteOnsets</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">NoteOnsets</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#LowEnergy">
+    <skos:note>LowEnergy</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">LowEnergy</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Energy">
+    <skos:note>Energy</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Energy</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralCrestFactor">
+    <skos:note>SpectralCrestFactor</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralCrestFactor</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Chromagram">
+    <skos:note>Chromagram</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Chromagram</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AimPZFC">
+    <skos:note>AimPZFC (Auditory Image Model) </skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AimPZFC (Auditory Image Model) </skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Frames">
+    <skos:note>Frames</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Frames</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AmplitudeModulation">
+    <skos:note>AmplitudeModulation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AmplitudeModulation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AreaPolynomialApproximationLogConstantQ">
+    <skos:note>AreaPolynomialApproximationLogConstantQ</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AreaPolynomialApproximationLogConstantQ</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Tonality">
+    <skos:note>Tonality</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Tonality</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ModifiedGroupDelay">
+    <skos:note>ModifiedGroupDelay</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">ModifiedGroupDelay</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AubioYin">
+    <skos:note>AubioYin</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AubioYin</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#FundamentalFrequencyfailsafe">
+    <skos:note>FundamentalFrequency(failsafe)</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">FundamentalFrequency(failsafe)</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Sharpness">
+    <skos:note>Sharpness</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Sharpness</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#KeyStrengthPlot">
+    <skos:note>KeyStrengthPlot</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">KeyStrengthPlot</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#StereoSpectrumFeatures">
+    <skos:note>StereoSpectrumFeatures</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">StereoSpectrumFeatures</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#DecorrelatedFilterBanks">
+    <skos:note>DecorrelatedFilterBanks</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">DecorrelatedFilterBanks</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Spectralstandarddeviation">
+    <skos:note>Spectralstandarddeviation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Spectralstandarddeviation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#DaubechiesWaveletCoefficientHistogram">
+    <skos:note>DaubechiesWaveletCoefficientHistogram</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">DaubechiesWaveletCoefficientHistogram</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralVariation">
+    <skos:note>SpectralVariation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralVariation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#IntegralLoudness">
+    <skos:note>IntegralLoudness</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">IntegralLoudness</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ChromaCENSFeatures">
+    <skos:note>ChromaCENSFeatures</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">ChromaCENSFeatures</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Inharmonicity">
+    <skos:note>Inharmonicity</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Inharmonicity</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Lowestvalue">
+    <skos:note>Lowestvalue</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Lowestvalue</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Bars">
+    <skos:note>Bars</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Bars</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Transformto6DTonalContentSpace">
+    <skos:note>Transformto6DTonalContentSpace</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Transformto6DTonalContentSpace</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MELODIAMelodyExtraction">
+    <skos:note>MELODIAMelodyExtraction</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MELODIAMelodyExtraction</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Spectralvariance">
+    <skos:note>Spectralvariance</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Spectralvariance</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SilentRegions">
+    <skos:note>SilentRegions</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SilentRegions</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#BeatSpectra">
+    <skos:note>BeatSpectra</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">BeatSpectra</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralShapeStatistics">
+    <skos:note>SpectralShapeStatistics</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralShapeStatistics</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Attack">
+    <skos:note>Attack</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Attack</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PerceptualSpectralSlope">
+    <skos:note>PerceptualSpectralSlope</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PerceptualSpectralSlope</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Tristimulus">
+    <skos:note>Tristimulus</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Tristimulus</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicSpectralKurtosis">
+    <skos:note>HarmonicSpectralKurtosis</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicSpectralKurtosis</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PeakSpectrum">
+    <skos:note>PeakSpectrum</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PeakSpectrum</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AimLocalMax">
+    <skos:note>AimLocalMax (Auditory Image Model) </skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AimLocalMax (Auditory Image Model) </skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralFlatness">
+    <skos:note>SpectralFlatness</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralFlatness</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PitchContours:All">
+    <skos:note>PitchContours:All</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PitchContours:All</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AuditoryFilterBankTemporalEnvelopes">
+    <skos:note>AuditoryFilterBankTemporalEnvelopes</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AuditoryFilterBankTemporalEnvelopes</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicSpectralDeviation">
+    <skos:note>HarmonicSpectralDeviation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicSpectralDeviation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Crest">
+    <skos:note>Crest</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Crest</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#OddToEvenBandRatio">
+    <skos:note>OddToEvenBandRatio</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">OddToEvenBandRatio</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ChordEstimate">
+    <skos:note>ChordEstimate</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">ChordEstimate</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Dct">
+    <skos:note>Dct</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Dct</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AverageMagnitudeDifferenceFunction">
+    <skos:note>AverageMagnitudeDifferenceFunction</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AverageMagnitudeDifferenceFunction</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralPercentile">
+    <skos:note>SpectralPercentile</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralPercentile</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#NNLSChroma">
+    <skos:note>NNLSChroma</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">NNLSChroma</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AdaptiveSpectrogram">
+    <skos:note>AdaptiveSpectrogram</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AdaptiveSpectrogram</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MPEG7AudioSpectrumCentroid">
+    <skos:note>MPEG7AudioSpectrumCentroid</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MPEG7AudioSpectrumCentroid</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicSpectralRolloff">
+    <skos:note>HarmonicSpectralRolloff</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicSpectralRolloff</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#EnvelopeShapeStatistics">
+    <skos:note>EnvelopeShapeStatistics</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">EnvelopeShapeStatistics</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TristimulusI">
+    <skos:note>TristimulusI</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TristimulusI</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#EnhADRess">
+    <skos:note>EnhADRess</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">EnhADRess</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HighFrequencyContentOnsetDetectionFunction">
+    <skos:note>HighFrequencyContentOnsetDetectionFunction</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HighFrequencyContentOnsetDetectionFunction</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#FluctuationPatterns">
+    <skos:note>FluctuationPatterns</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">FluctuationPatterns</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PerceptualSpectralRolloff">
+    <skos:note>PerceptualSpectralRolloff</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PerceptualSpectralRolloff</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PerceptualSpectralCentroid">
+    <skos:note>PerceptualSpectralCentroid</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PerceptualSpectralCentroid</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PitchHistogram">
+    <skos:note>PitchHistogram</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PitchHistogram</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Tempo">
+    <skos:note>Tempo</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Tempo</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicConcentration">
+    <skos:note>HarmonicConcentration</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicConcentration</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#DistortionDiscriminantAnalysis">
+    <skos:note>DistortionDiscriminantAnalysis</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">DistortionDiscriminantAnalysis</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#StereoSpectrum">
+    <skos:note>StereoSpectrum</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">StereoSpectrum</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MPEG7AudioSpectrumSpread">
+    <skos:note>MPEG7AudioSpectrumSpread</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MPEG7AudioSpectrumSpread</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MandelEllis">
+    <skos:note>MandelEllis</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MandelEllis</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Lnorm">
+    <skos:note>Lnorm</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Lnorm</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#StatisticalSpectrumDescriptor">
+    <skos:note>StatisticalSpectrumDescriptor</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">StatisticalSpectrumDescriptor</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AimHCL">
+    <skos:note>AimHCL (Auditory Image Model) </skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AimHCL (Auditory Image Model) </skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SNR">
+    <skos:note>SNR</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SNR</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SubbandEnergyRatio">
+    <skos:note>SubbandEnergyRatio</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SubbandEnergyRatio</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AreaMomentsConstantQMFCC">
+    <skos:note>AreaMomentsConstantQMFCC</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AreaMomentsConstantQMFCC</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Asdf">
+    <skos:note>Asdf</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Asdf</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TempoandBeatTracker">
+    <skos:note>TempoandBeatTracker</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TempoandBeatTracker</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Irregularityk">
+    <skos:note>Irregularityk</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Irregularityk</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Autocorrelationfft">
+    <skos:note>Autocorrelationfft</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Autocorrelationfft</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PhaseSpaceFeatures">
+    <skos:note>PhaseSpaceFeatures</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PhaseSpaceFeatures</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SubbandSpectralFlux">
+    <skos:note>SubbandSpectralFlux</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SubbandSpectralFlux</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Mean">
+    <skos:note>Mean</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Mean</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PerceptualSharpness">
+    <skos:note>PerceptualSharpness</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PerceptualSharpness</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Pitch">
+    <skos:note>Pitch</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Pitch</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicEnergy">
+    <skos:note>HarmonicEnergy</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicEnergy</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#RelaitvespecificLoudness">
+    <skos:note>RelaitvespecificLoudness</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">RelaitvespecificLoudness</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PerceptualSpectralKurtosis">
+    <skos:note>PerceptualSpectralKurtosis</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PerceptualSpectralKurtosis</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AdaptiveTimeFrequencyTransform">
+    <skos:note>AdaptiveTimeFrequencyTransform</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AdaptiveTimeFrequencyTransform</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#KeyMode">
+    <skos:note>KeyMode</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">KeyMode</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AutoCorrelation">
+    <skos:note>AutoCorrelation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AutoCorrelation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ModulationFrequencyVarianceDescriptor">
+    <skos:note>ModulationFrequencyVarianceDescriptor</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">ModulationFrequencyVarianceDescriptor</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicEnergyEntropy">
+    <skos:note>HarmonicEnergyEntropy</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicEnergyEntropy</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#BeatSum">
+    <skos:note>BeatSum</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">BeatSum</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PsychoacousticalPitch">
+    <skos:note>PsychoacousticalPitch</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PsychoacousticalPitch</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#KeyDetector">
+    <skos:note>KeyDetector</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">KeyDetector</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicPitchClassProfile">
+    <skos:note>HarmonicPitchClassProfile</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicPitchClassProfile</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Nonzerocount">
+    <skos:note>Nonzerocount</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Nonzerocount</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#EffectiveDuration">
+    <skos:note>EffectiveDuration</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">EffectiveDuration</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Median">
+    <skos:note>Median</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Median</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Beats">
+    <skos:note>Beats</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Beats</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Decrease">
+    <skos:note>Decrease</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Decrease</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AreaMomentsLogConstantQ">
+    <skos:note>AreaMomentsLogConstantQ</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AreaMomentsLogConstantQ</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ComplexDomainMethodOnsetDetectionFunction">
+    <skos:note>ComplexDomainMethodOnsetDetectionFunction</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">ComplexDomainMethodOnsetDetectionFunction</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HighestValue">
+    <skos:note>HighestValue</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HighestValue</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#LocalTuning">
+    <skos:note>LocalTuning</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">LocalTuning</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MPEG7TemporalCentroid">
+    <skos:note>MPEG7TemporalCentroid</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MPEG7TemporalCentroid</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ComplexDomainOnsetDetection">
+    <skos:note>ComplexDomainOnsetDetection</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">ComplexDomainOnsetDetection</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#OBSIR">
+    <skos:note>OBSIR</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">OBSIR</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MPEG7AudioHarmonicity">
+    <skos:note>MPEG7AudioHarmonicity</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MPEG7AudioHarmonicity</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TemporalRhythmHistogram">
+    <skos:note>TemporalRhythmHistogram</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TemporalRhythmHistogram</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralStandardDeviation">
+    <skos:note>SpectralStandardDeviation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralStandardDeviation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ConstantQMFCC">
+    <skos:note>ConstantQMFCC</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">ConstantQMFCC</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ModulationHarmonicCoefficients">
+    <skos:note>4HzModulationHarmonicCoefficients</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">4HzModulationHarmonicCoefficients</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#NonSilentRegions">
+    <skos:note>NonSilentRegions</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">NonSilentRegions</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#StrongestFrequencyViaFFTMax">
+    <skos:note>StrongestFrequencyViaFFTMax</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">StrongestFrequencyViaFFTMax</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Bandwidth">
+    <skos:note>Bandwidth</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Bandwidth</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Standarddeviation">
+    <skos:note>Standarddeviation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Standarddeviation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#KullbackLieblerOnsetDetectionFunction">
+    <skos:note>KullbackLieblerOnsetDetectionFunction</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">KullbackLieblerOnsetDetectionFunction</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#DWPTbasedRhythmFeature">
+    <skos:note>DWPTbasedRhythmFeature</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">DWPTbasedRhythmFeature</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicSpectralSlope">
+    <skos:note>HarmonicSpectralSlope</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicSpectralSlope</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralSlope">
+    <skos:note>SpectralSlope</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralSlope</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#F0">
+    <skos:note>F0</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">F0</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TotalEnergyModulation">
+    <skos:note>TotalEnergyModulation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TotalEnergyModulation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralDecrease">
+    <skos:note>SpectralDecrease</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralDecrease</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Failsafef0">
+    <skos:note>Failsafef0</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Failsafef0</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#BandPeriodicity">
+    <skos:note>BandPeriodicity</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">BandPeriodicity</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ConstantQ">
+    <skos:note>ConstantQ</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">ConstantQ</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#DistanceMatrix">
+    <skos:note>DistanceMatrix</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">DistanceMatrix</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TonalChangePositions">
+    <skos:note>TonalChangePositions</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TonalChangePositions</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#OrderedDistancesfromFirstChannel">
+    <skos:note>OrderedDistancesfromFirstChannel</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">OrderedDistancesfromFirstChannel</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#IrregularityI">
+    <skos:note>IrregularityI</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">IrregularityI</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Envelope">
+    <skos:note>Envelope</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Envelope</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#LogFrequencySpectrum">
+    <skos:note>LogFrequencySpectrum</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">LogFrequencySpectrum</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralPattern">
+    <skos:note>SpectralPattern</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralPattern</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicSpectralDecrease">
+    <skos:note>HarmonicSpectralDecrease</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicSpectralDecrease</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralSharpness">
+    <skos:note>SpectralSharpness</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralSharpness</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicSpectralCentroid">
+    <skos:note>HarmonicSpectralCentroid</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicSpectralCentroid</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Decaytime">
+    <skos:note>Decaytime</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Decaytime</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralFluxOnsetDetectionFunction">
+    <skos:note>SpectralFluxOnsetDetectionFunction</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralFluxOnsetDetectionFunction</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#RunningAutocorrelation">
+    <skos:note>RunningAutocorrelation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">RunningAutocorrelation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PerceptualSpectralDecrease">
+    <skos:note>PerceptualSpectralDecrease</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PerceptualSpectralDecrease</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#DiscreteWaveletTransform">
+    <skos:note>DiscreteWaveletTransform</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">DiscreteWaveletTransform</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#RunningStatistics">
+    <skos:note>RunningStatistics</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">RunningStatistics</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#IBTINESCBeatTracker">
+    <skos:note>IBTINESCBeatTracker</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">IBTINESCBeatTracker</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#BandSpectralDeviation">
+    <skos:note>BandSpectralDeviation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">BandSpectralDeviation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Barkcoefficients">
+    <skos:note>Barkcoefficients</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Barkcoefficients</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#RhythmPatterns">
+    <skos:note>RhythmPatterns</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">RhythmPatterns</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PitchFftYin">
+    <skos:note>PitchFftYin</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PitchFftYin</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PowerSpectrum">
+    <skos:note>PowerSpectrum</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PowerSpectrum</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PeakerOnset">
+    <skos:note>PeakerOnset</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PeakerOnset</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Spectralmean">
+    <skos:note>Spectralmean</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Spectralmean</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PerceptualLinearPrediction">
+    <skos:note>PerceptualLinearPrediction</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PerceptualLinearPrediction</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#RelativeDifferenceFunction">
+    <skos:note>RelativeDifferenceFunction</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">RelativeDifferenceFunction</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Signal">
+    <skos:note>Signal</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Signal</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Spectrum2Chroma">
+    <skos:note>Spectrum2Chroma</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Spectrum2Chroma</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#RMSEnergy">
+    <skos:note>RMSEnergy</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">RMSEnergy</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ADRessSpectrum">
+    <skos:note>ADRessSpectrum (Azimuth Discrimination and Resynthesis)</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">ADRessSpectrum (Azimuth Discrimination and Resynthesis)</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#LowFreqEnergyRelation">
+    <skos:note>LowFreqEnergyRelation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">LowFreqEnergyRelation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PitchSchmitt">
+    <skos:note>PitchSchmitt</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PitchSchmitt</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MaxMin">
+    <skos:note>MaxMin</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MaxMin</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#LineSpectralPairs">
+    <skos:note>LineSpectralPairs</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">LineSpectralPairs</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#LineSpectralFrequencies">
+    <skos:note>LineSpectralFrequencies</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">LineSpectralFrequencies</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralPeakStructure">
+    <skos:note>SpectralPeakStructure</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralPeakStructure</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TemporalIncrease">
+    <skos:note>TemporalIncrease</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TemporalIncrease</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralShape">
+    <skos:note>SpectralShape</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralShape</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#OctaveBasedSpectralContrast">
+    <skos:note>OctaveBasedSpectralContrast</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">OctaveBasedSpectralContrast</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralDispersion">
+    <skos:note>SpectralDispersion</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralDispersion</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicTristimulus">
+    <skos:note>HarmonicTristimulus</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicTristimulus</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MaxMagFreq">
+    <skos:note>MaxMagFreq</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MaxMagFreq</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PerceptualSpread">
+    <skos:note>PerceptualSpread</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PerceptualSpread</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TotalEnergy">
+    <skos:note>TotalEnergy</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TotalEnergy</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralDifferenceMethodOnsetDetectionFunction">
+    <skos:note>SpectralDifferenceMethodOnsetDetectionFunction</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralDifferenceMethodOnsetDetectionFunction</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#StatisticalIntegrator">
+    <skos:note>StatisticalIntegrator</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">StatisticalIntegrator</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MPEG7LogAttackTime">
+    <skos:note>MPEG7LogAttackTime</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MPEG7LogAttackTime</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AimSSI">
+    <skos:note>AimSSI (Auditory Image Model) </skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AimSSI (Auditory Image Model) </skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Volume">
+    <skos:note>Volume</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Volume</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#GlobalSpectralShapeDescription">
+    <skos:note>GlobalSpectralShapeDescription</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">GlobalSpectralShapeDescription</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TemporalCentroid">
+    <skos:note>TemporalCentroid</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TemporalCentroid</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Cepstrum">
+    <skos:note>Cepstrum</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Cepstrum</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#DiscreteCosineTransform">
+    <skos:note>DiscreteCosineTransform</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">DiscreteCosineTransform</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Tristimulus3">
+    <skos:note>Tristimulus3</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Tristimulus3</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PhaseBasedMethodOnsetDetectionFunction">
+    <skos:note>PhaseBasedMethodOnsetDetectionFunction</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PhaseBasedMethodOnsetDetectionFunction</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicChangeDetectionFunction">
+    <skos:note>HarmonicChangeDetectionFunction</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicChangeDetectionFunction</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ADRessStereoSpectrum">
+    <skos:note>ADRessStereoSpectrum (Azimuth Discrimination and Resynthesis)</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">ADRessStereoSpectrum (Azimuth Discrimination and Resynthesis)</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#NoteOnset">
+    <skos:note>NoteOnset</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">NoteOnset</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SlopeIntegrator">
+    <skos:note>SlopeIntegrator</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SlopeIntegrator</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TemporalDecrease">
+    <skos:note>TemporalDecrease</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TemporalDecrease</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#CrossCorrelation">
+    <skos:note>CrossCorrelation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">CrossCorrelation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Peaker">
+    <skos:note>Peaker</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Peaker</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#EnhADRessStereoSpectrum">
+    <skos:note>EnhADRessStereoSpectrum</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">EnhADRessStereoSpectrum</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#LogConstantQ">
+    <skos:note>LogConstantQ</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">LogConstantQ</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AimPZFC2">
+    <skos:note>AimPZFC2 (Auditory Image Model) </skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AimPZFC2 (Auditory Image Model) </skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#NoteOnsetDetector">
+    <skos:note>NoteOnsetDetector</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">NoteOnsetDetector</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralShapeDescriptors">
+    <skos:note>SpectralShapeDescriptors</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralShapeDescriptors</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#OddToEvenHarmonicRatio">
+    <skos:note>OddToEvenHarmonicRatio</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">OddToEvenHarmonicRatio</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AreaPolynomialApproximation">
+    <skos:note>AreaPolynomialApproximation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AreaPolynomialApproximation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Subbands">
+    <skos:note>Subbands</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Subbands</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#StrongestFrequencyViaSpectralCentroid">
+    <skos:note>StrongestFrequencyViaSpectralCentroid</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">StrongestFrequencyViaSpectralCentroid</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#BarkCoefficients">
+    <skos:note>BarkCoefficients</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">BarkCoefficients</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AubioSilenceDetector">
+    <skos:note>AubioSilenceDetector</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AubioSilenceDetector</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#LinearPredictiveCoding">
+    <skos:note>LinearPredictiveCoding</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">LinearPredictiveCoding</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Moments">
+    <skos:note>Moments</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Moments</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AimSAI">
+    <skos:note>AimSAI (Auditory Image Model) </skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AimSAI (Auditory Image Model) </skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Brightness">
+    <skos:note>Brightness</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Brightness</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PrincipalMelSpectrumComponents">
+    <skos:note>PrincipalMelSpectrumComponents</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PrincipalMelSpectrumComponents</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralCrest">
+    <skos:note>SpectralCrest</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralCrest</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#FundamentalFrequencyModulation">
+    <skos:note>FundamentalFrequencyModulation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">FundamentalFrequencyModulation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Derivate">
+    <skos:note>Derivate</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Derivate</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Feature">
+    <skos:note>Feature</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Feature</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TonicPitch">
+    <skos:note>TonicPitch</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TonicPitch</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TimbralWidth">
+    <skos:note>TimbralWidth</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TimbralWidth</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Power">
+    <skos:note>Power</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Power</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MeansofCoefficients">
+    <skos:note>MeansofCoefficients</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MeansofCoefficients</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TemporalShapeStatistics">
+    <skos:note>TemporalShapeStatistics</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TemporalShapeStatistics</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AmplitudeofEnergyModulation">
+    <skos:note>AmplitudeofEnergyModulation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AmplitudeofEnergyModulation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#FeatureMeans">
+    <skos:note>FeatureMeans</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">FeatureMeans</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AimVQ">
+    <skos:note>AimVQ (Auditory Image Model) </skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AimVQ (Auditory Image Model) </skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralContrastPattern">
+    <skos:note>SpectralContrastPattern</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralContrastPattern</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Hps">
+    <skos:note>Hps</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Hps</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#OctaveBandSignalIntensity">
+    <skos:note>OctaveBandSignalIntensity</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">OctaveBandSignalIntensity</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#FilterbankMel">
+    <skos:note>FilterbankMel</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">FilterbankMel</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PulseMetric">
+    <skos:note>PulseMetric</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PulseMetric</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#RhythmHistogram">
+    <skos:note>RhythmHistogram</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">RhythmHistogram</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Highestvalue">
+    <skos:note>Highestvalue</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Highestvalue</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MPEG7AudioFundamentalFrequency">
+    <skos:note>MPEG7AudioFundamentalFrequency</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MPEG7AudioFundamentalFrequency</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AreaMomentsMFCC">
+    <skos:note>AreaMomentsMFCC</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AreaMomentsMFCC</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TotalNoiseEnergy">
+    <skos:note>TotalNoiseEnergy</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TotalNoiseEnergy</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Sum">
+    <skos:note>Sum</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Sum</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Spectrum2Mel">
+    <skos:note>Spectrum2Mel</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Spectrum2Mel</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AttackLeap">
+    <skos:note>AttackLeap</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AttackLeap</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicSpectralShape">
+    <skos:note>HarmonicSpectralShape</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicSpectralShape</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#FeatureVariances">
+    <skos:note>FeatureVariances</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">FeatureVariances</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AutoCorrelationPeaksIntegrator">
+    <skos:note>AutoCorrelationPeaksIntegrator</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AutoCorrelationPeaksIntegrator</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MelscaleFrequencyCepstralCoefficients">
+    <skos:note>MelscaleFrequencyCepstralCoefficients</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MelscaleFrequencyCepstralCoefficients</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MagnitudeSkewness">
+    <skos:note>MagnitudeSkewness</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MagnitudeSkewness</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralAverageDeviation">
+    <skos:note>SpectralAverageDeviation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralAverageDeviation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PowerToAverageRatio">
+    <skos:note>PowerToAverageRatio</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PowerToAverageRatio</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#DeltaDeltaMfcc">
+    <skos:note>DeltaDeltaMfcc</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">DeltaDeltaMfcc</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralCentroid">
+    <skos:note>SpectralCentroid</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralCentroid</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SalienceFunction">
+    <skos:note>SalienceFunction</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SalienceFunction</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TotalHarmonicEnergy">
+    <skos:note>TotalHarmonicEnergy</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TotalHarmonicEnergy</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#RootMeanSquare">
+    <skos:note>RootMeanSquare</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">RootMeanSquare</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MPEG7AudioSpectrumBasis">
+    <skos:note>MPEG7AudioSpectrumBasis</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MPEG7AudioSpectrumBasis</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#StereoSpectrumSources">
+    <skos:note>StereoSpectrumSources</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">StereoSpectrumSources</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicSpectralSpread">
+    <skos:note>HarmonicSpectralSpread</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicSpectralSpread</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#VarianceDeltaSpectralPattern">
+    <skos:note>VarianceDeltaSpectralPattern</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">VarianceDeltaSpectralPattern</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicProminence">
+    <skos:note>HarmonicProminence</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicProminence</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralVariance">
+    <skos:note>SpectralVariance</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralVariance</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Smoothness">
+    <skos:note>Smoothness</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Smoothness</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TemporalStatisticalSpectrumDescriptor">
+    <skos:note>TemporalStatisticalSpectrumDescriptor</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TemporalStatisticalSpectrumDescriptor</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#OnsetDetectionFunction">
+    <skos:note>OnsetDetectionFunction</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">OnsetDetectionFunction</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MELODIAMelodyExtractionintermediatesteps">
+    <skos:note>MELODIAMelodyExtraction(intermediatesteps)</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MELODIAMelodyExtraction(intermediatesteps)</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Key">
+    <skos:note>Key</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Key</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MPEG7AudioWaveform">
+    <skos:note>MPEG7AudioWaveform</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MPEG7AudioWaveform</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralCrestFactorPerBand">
+    <skos:note>SpectralCrestFactorPerBand</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralCrestFactorPerBand</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#WaveletPyramid">
+    <skos:note>WaveletPyramid</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">WaveletPyramid</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Compactness">
+    <skos:note>Compactness</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Compactness</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#BeatTrack2">
+    <skos:note>BeatTrack2</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">BeatTrack2</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PerceptualSpectralVariation">
+    <skos:note>PerceptualSpectralVariation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PerceptualSpectralVariation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#EventDensity">
+    <skos:note>EventDensity</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">EventDensity</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#BeatTracker">
+    <skos:note>BeatTracker</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">BeatTracker</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Decay">
+    <skos:note>Decay</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Decay</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Daub4">
+    <skos:note>Daub4</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Daub4</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#LinearSpectralPairs">
+    <skos:note>LinearSpectralPairs</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">LinearSpectralPairs</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Multiplicity">
+    <skos:note>Multiplicity</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Multiplicity</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#KeySOM">
+    <skos:note>KeySOM</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">KeySOM</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AimBoxes">
+    <skos:note>AimBoxes (Auditory Image Model) </skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AimBoxes (Auditory Image Model) </skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PitchSynchronousZCPA">
+    <skos:note>PitchSynchronousZCPA</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PitchSynchronousZCPA</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MPEG7HarmonicSpectralCentroid">
+    <skos:note>MPEG7HarmonicSpectralCentroid</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MPEG7HarmonicSpectralCentroid</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralFlatnessPerBand">
+    <skos:note>SpectralFlatnessPerBand</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralFlatnessPerBand</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Roughness">
+    <skos:note>Roughness</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Roughness</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PeakFinder">
+    <skos:note>PeakFinder</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PeakFinder</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SemitoneSpectrum">
+    <skos:note>SemitoneSpectrum</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SemitoneSpectrum</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Irregularity">
+    <skos:note>Irregularity</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Irregularity</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#evenHarmonicRatio">
+    <skos:note>evenHarmonicRatio</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">evenHarmonicRatio</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HighFrequencyContent">
+    <skos:note>HighFrequencyContent</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HighFrequencyContent</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#RMSAmplitude">
+    <skos:note>RMSAmplitude</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">RMSAmplitude</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralMean">
+    <skos:note>SpectralMean</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralMean</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PolyphonicTranscription">
+    <skos:note>PolyphonicTranscription</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PolyphonicTranscription</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#BarkscaleFrequencyCepstralCoefficients">
+    <skos:note>BarkscaleFrequencyCepstralCoefficients</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">BarkscaleFrequencyCepstralCoefficients</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AmplitudeDescriptor">
+    <skos:note>AmplitudeDescriptor</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AmplitudeDescriptor</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Oddtoevenharmonicratio">
+    <skos:note>Oddtoevenharmonicratio</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Oddtoevenharmonicratio</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PitchProfile">
+    <skos:note>PitchProfile</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PitchProfile</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralKurtosis">
+    <skos:note>SpectralKurtosis</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralKurtosis</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#FluctuationPatternCent">
+    <skos:note>FluctuationPatternCent</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">FluctuationPatternCent</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Loudness">
+    <skos:note>Loudness</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Loudness</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Similarity">
+    <skos:note>Similarity</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Similarity</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#ZeroCrossingPeakAmplitudes">
+    <skos:note>ZeroCrossingPeakAmplitudes</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">ZeroCrossingPeakAmplitudes</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Irregularityj">
+    <skos:note>Irregularityj</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Irregularityj</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#MelSpectrum">
+    <skos:note>MelSpectrum</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">MelSpectrum</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#KeyStrength">
+    <skos:note>KeyStrength</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">KeyStrength</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AimHCL2">
+    <skos:note>AimHCL2 (Auditory Image Model) </skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AimHCL2 (Auditory Image Model) </skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AubioPitchDetector">
+    <skos:note>AubioPitchDetector</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AubioPitchDetector</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#AutocorrelationMFCCs">
+    <skos:note>AutocorrelationMFCCs</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">AutocorrelationMFCCs</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PerceptualSpectralEnvelopeShape">
+    <skos:note>PerceptualSpectralEnvelopeShape</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PerceptualSpectralEnvelopeShape</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HarmonicSpectralFlux">
+    <skos:note>HarmonicSpectralFlux</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HarmonicSpectralFlux</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#TonalChange">
+    <skos:note>TonalChange</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">TonalChange</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#RMSEnergyEnvelope">
+    <skos:note>RMSEnergyEnvelope</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">RMSEnergyEnvelope</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#FractionOfLowEnergyWindows">
+    <skos:note>FractionOfLowEnergyWindows</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">FractionOfLowEnergyWindows</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralSkewness">
+    <skos:note>SpectralSkewness</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralSkewness</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Krumhansl_key_finder">
+    <skos:note>Krumhansl_key_finder</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Krumhansl_key_finder</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#HistogramIntegrator">
+    <skos:note>HistogramIntegrator</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">HistogramIntegrator</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SumofValues">
+    <skos:note>SumofValues</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SumofValues</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#PerceptualSpectralSkewness">
+    <skos:note>PerceptualSpectralSkewness</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">PerceptualSpectralSkewness</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Deviation">
+    <skos:note>Deviation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Deviation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Tristimulus1">
+    <skos:note>Tristimulus1</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Tristimulus1</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#Averagedeviation">
+    <skos:note>Averagedeviation</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">Averagedeviation</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralFlatnessAllBands">
+    <skos:note>SpectralFlatnessAllBands</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralFlatnessAllBands</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#DecreaseSlope">
+    <skos:note>DecreaseSlope</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">DecreaseSlope</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af//vocabulary/skos/1.0#SpectralFlux">
+    <skos:note>SpectralFlux</skos:note>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <skos:prefLabel xml:lang="en">SpectralFlux</skos:prefLabel>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+</rdf:RDF>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/af-vocabulary.n3	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,3026 @@
+@prefix af: <http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#> .
+@prefix afv: <http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+afv:ADRess a owl:Class ;
+    rdfs:label "ADRess (Azimuth Discrimination and Resynthesis)"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "ADRess (Azimuth Discrimination and Resynthesis)" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:ADRessSpectrum a owl:Class ;
+    rdfs:label "ADRessSpectrum (Azimuth Discrimination and Resynthesis)"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "ADRessSpectrum (Azimuth Discrimination and Resynthesis)" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:ADRessStereoSpectrum a owl:Class ;
+    rdfs:label "ADRessStereoSpectrum (Azimuth Discrimination and Resynthesis)"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "ADRessStereoSpectrum (Azimuth Discrimination and Resynthesis)" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AbsMax a owl:Class ;
+    rdfs:label "AbsMax"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "AbsMax" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AdaptiveSpectrogram a owl:Class ;
+    rdfs:label "AdaptiveSpectrogram"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "AdaptiveSpectrogram" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AdaptiveTimeFrequencyTransform a owl:Class ;
+    rdfs:label "AdaptiveTimeFrequencyTransform"@en ;
+    rdfs:comment "AdaptiveTimeFrequencyTransform" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AimBoxes a owl:Class ;
+    rdfs:label "AimBoxes (Auditory Image Model) "@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "AimBoxes (Auditory Image Model) " ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AimGammatone a owl:Class ;
+    rdfs:label "AimGammatone (Auditory Image Model) "@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "AimGammatone (Auditory Image Model) " ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AimHCL a owl:Class ;
+    rdfs:label "AimHCL (Auditory Image Model) "@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "AimHCL (Auditory Image Model) " ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AimHCL2 a owl:Class ;
+    rdfs:label "AimHCL2 (Auditory Image Model) "@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "AimHCL2 (Auditory Image Model) " ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AimLocalMax a owl:Class ;
+    rdfs:label "AimLocalMax (Auditory Image Model) "@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "AimLocalMax (Auditory Image Model) " ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AimPZFC a owl:Class ;
+    rdfs:label "AimPZFC (Auditory Image Model) "@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "AimPZFC (Auditory Image Model) " ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AimPZFC2 a owl:Class ;
+    rdfs:label "AimPZFC2 (Auditory Image Model) "@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "AimPZFC2 (Auditory Image Model) " ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AimSAI a owl:Class ;
+    rdfs:label "AimSAI (Auditory Image Model) "@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "AimSAI (Auditory Image Model) " ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AimSSI a owl:Class ;
+    rdfs:label "AimSSI (Auditory Image Model) "@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "AimSSI (Auditory Image Model) " ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AimVQ a owl:Class ;
+    rdfs:label "AimVQ (Auditory Image Model) "@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "AimVQ (Auditory Image Model) " ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AmplitudeDescriptor a owl:Class ;
+    rdfs:label "AmplitudeDescriptor"@en ;
+    rdfs:comment "AmplitudeDescriptor" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AmplitudeModulation a owl:Class ;
+    rdfs:label "AmplitudeModulation"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "AmplitudeModulation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AmplitudeofEnergyModulation a owl:Class ;
+    rdfs:label "AmplitudeofEnergyModulation"@en ;
+    afv:computedIn afv:TimbreToolbox ;
+    rdfs:comment "AmplitudeofEnergyModulation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AreaMoments a owl:Class ;
+    rdfs:label "AreaMoments"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "AreaMoments" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AreaMomentsConstantQMFCC a owl:Class ;
+    rdfs:label "AreaMomentsConstantQMFCC"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "AreaMomentsConstantQMFCC" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AreaMomentsLogConstantQ a owl:Class ;
+    rdfs:label "AreaMomentsLogConstantQ"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "AreaMomentsLogConstantQ" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AreaMomentsMFCC a owl:Class ;
+    rdfs:label "AreaMomentsMFCC"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "AreaMomentsMFCC" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AreaPolynomialApproximation a owl:Class ;
+    rdfs:label "AreaPolynomialApproximation"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "AreaPolynomialApproximation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AreaPolynomialApproximationConstantQMFCC a owl:Class ;
+    rdfs:label "AreaPolynomialApproximationConstantQMFCC"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "AreaPolynomialApproximationConstantQMFCC" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AreaPolynomialApproximationLogConstantQ a owl:Class ;
+    rdfs:label "AreaPolynomialApproximationLogConstantQ"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "AreaPolynomialApproximationLogConstantQ" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Attack a owl:Class ;
+    rdfs:label "Attack"@en ;
+    afv:computedIn afv:MIRToolbox,
+        afv:TimbreToolbox ;
+    rdfs:comment "Attack" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AttackLeap a owl:Class ;
+    rdfs:label "AttackLeap"@en ;
+    afv:computedIn afv:MIRToolbox ;
+    rdfs:comment "AttackLeap" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AttackSlope a owl:Class ;
+    rdfs:label "AttackSlope"@en ;
+    afv:computedIn afv:MIRToolbox,
+        afv:TimbreToolbox ;
+    rdfs:comment "AttackSlope" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Attacktime a owl:Class ;
+    rdfs:label "Attacktime"@en ;
+    afv:computedIn afv:libXtract ;
+    rdfs:comment "Attacktime" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AubioOnsetDetector a owl:Class ;
+    rdfs:label "AubioOnsetDetector"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "AubioOnsetDetector" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AuditoryFilterBankTemporalEnvelopes a owl:Class ;
+    rdfs:label "AuditoryFilterBankTemporalEnvelopes"@en ;
+    rdfs:comment "AuditoryFilterBankTemporalEnvelopes" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AutoCorrelation a owl:Class ;
+    rdfs:label "AutoCorrelation"@en ;
+    afv:computedIn afv:Marsyas,
+        afv:TimbreToolbox,
+        afv:Vamp,
+        afv:Yaafe,
+        afv:libXtract,
+        afv:sMIRk ;
+    rdfs:comment "AutoCorrelation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AutoCorrelationFFT a owl:Class ;
+    rdfs:label "AutoCorrelationFFT"@en ;
+    afv:computedIn afv:libXtract ;
+    rdfs:comment "AutoCorrelationFFT" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AutoCorrelationPeaksIntegrator a owl:Class ;
+    rdfs:label "AutoCorrelationPeaksIntegrator"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "AutoCorrelationPeaksIntegrator" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AutocorrelationMFCCs a owl:Class ;
+    rdfs:label "AutocorrelationMFCCs"@en ;
+    rdfs:comment "AutocorrelationMFCCs" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AverageDeviation a owl:Class ;
+    rdfs:label "AverageDeviation"@en ;
+    afv:computedIn afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "AverageDeviation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AverageMagnitudeDifferenceFunction a owl:Class ;
+    rdfs:label "AverageMagnitudeDifferenceFunction"@en ;
+    afv:computedIn afv:Marsyas,
+        afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "AverageMagnitudeDifferenceFunction" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:AverageSquaredDifferenceFunction a owl:Class ;
+    rdfs:label "AverageSquaredDifferenceFunction"@en ;
+    afv:computedIn afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "AverageSquaredDifferenceFunction" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:BandPeriodicity a owl:Class ;
+    rdfs:label "BandPeriodicity"@en ;
+    rdfs:comment "BandPeriodicity" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:BandSpectralDeviation a owl:Class ;
+    rdfs:label "BandSpectralDeviation"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "BandSpectralDeviation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:BandTristimulus a owl:Class ;
+    rdfs:label "BandTristimulus"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "BandTristimulus" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Bandwidth a owl:Class ;
+    rdfs:label "Bandwidth"@en ;
+    rdfs:comment "Bandwidth" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:BarandBeatTracker a owl:Class ;
+    rdfs:label "BarandBeatTracker"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "BarandBeatTracker" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:BarkCoefficients a owl:Class ;
+    rdfs:label "BarkCoefficients"@en ;
+    afv:computedIn afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "BarkCoefficients" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:BarkscaleFrequencyCepstralCoefficients a owl:Class ;
+    rdfs:label "BarkscaleFrequencyCepstralCoefficients"@en ;
+    rdfs:comment "BarkscaleFrequencyCepstralCoefficients" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Bars a owl:Class ;
+    rdfs:label "Bars"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "Bars" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:BassChromagram a owl:Class ;
+    rdfs:label "BassChromagram"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "BassChromagram" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:BeatCount a owl:Class ;
+    rdfs:label "BeatCount"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "BeatCount" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:BeatHistogram a owl:Class ;
+    rdfs:label "BeatHistogram"@en ;
+    afv:computedIn afv:Marsyas,
+        afv:jMIR ;
+    rdfs:comment "BeatHistogram" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:BeatHistogramFromPeaks a owl:Class ;
+    rdfs:label "BeatHistogramFromPeaks"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "BeatHistogramFromPeaks" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:BeatHistogramLabels a owl:Class ;
+    rdfs:label "BeatHistogramLabels"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "BeatHistogramLabels" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:BeatSpectralDifference a owl:Class ;
+    rdfs:label "BeatSpectralDifference"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "BeatSpectralDifference" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:BeatSpectrum a owl:Class ;
+    rdfs:label "BeatSpectrum"@en ;
+    afv:computedIn afv:MIRToolbox,
+        afv:Vamp ;
+    rdfs:comment "BeatSpectrum" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:BeatSum a owl:Class ;
+    rdfs:label "BeatSum"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "BeatSum" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:BeatTracker a owl:Class ;
+    rdfs:label "BeatTracker"@en ;
+    afv:computedIn afv:SuperCollider,
+        afv:Vamp,
+        afv:aubio ;
+    rdfs:comment "BeatTracker" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Brightness a owl:Class ;
+    rdfs:label "Brightness"@en ;
+    afv:computedIn afv:MIRToolbox ;
+    rdfs:comment "Brightness" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Cepstrum a owl:Class ;
+    rdfs:label "Cepstrum"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "Cepstrum" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:ChordEstimate a owl:Class ;
+    rdfs:label "ChordEstimate"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "ChordEstimate" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Chordino a owl:Class ;
+    rdfs:label "Chordino"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "Chordino" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:ChromaCENSFeatures a owl:Class ;
+    rdfs:label "ChromaCENSFeatures"@en ;
+    rdfs:comment "ChromaCENSFeatures" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:ChromaMeans a owl:Class ;
+    rdfs:label "ChromaMeans"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "ChromaMeans" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Chromagram a owl:Class ;
+    rdfs:label "Chromagram"@en ;
+    afv:computedIn afv:MIRToolbox,
+        afv:SuperCollider,
+        afv:Vamp ;
+    rdfs:comment "Chromagram" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:ChromagramandBassChromagram a owl:Class ;
+    rdfs:label "ChromagramandBassChromagram"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "ChromagramandBassChromagram" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Compactness a owl:Class ;
+    rdfs:label "Compactness"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "Compactness" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:ComplexDomainOnsetDetection a owl:Class ;
+    rdfs:label "ComplexDomainOnsetDetection"@en ;
+    afv:computedIn afv:Yaafe,
+        afv:aubio ;
+    rdfs:comment "ComplexDomainOnsetDetection" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:ConstantQ a owl:Class ;
+    rdfs:label "ConstantQ"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "ConstantQ" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:ConstantQMFCC a owl:Class ;
+    rdfs:label "ConstantQMFCC"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "ConstantQMFCC" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:ConstantQSpectrogram a owl:Class ;
+    rdfs:label "ConstantQSpectrogram"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "ConstantQSpectrogram" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:CorrelationPattern a owl:Class ;
+    rdfs:label "CorrelationPattern"@en ;
+    afv:computedIn afv:MIREX ;
+    rdfs:comment "CorrelationPattern" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Crest a owl:Class ;
+    rdfs:label "Crest"@en ;
+    afv:computedIn afv:SuperCollider,
+        afv:libXtract ;
+    rdfs:comment "Crest" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:CrossCorrelation a owl:Class ;
+    rdfs:label "CrossCorrelation"@en ;
+    afv:computedIn afv:Marsyas,
+        afv:sMIRk ;
+    rdfs:comment "CrossCorrelation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:CyclicBeatSpectrum a owl:Class ;
+    rdfs:label "CyclicBeatSpectrum"@en ;
+    rdfs:comment "CyclicBeatSpectrum" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:DWPTbasedRhythmFeature a owl:Class ;
+    rdfs:label "DWPTbasedRhythmFeature"@en ;
+    rdfs:comment "DWPTbasedRhythmFeature" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Daub4 a owl:Class ;
+    rdfs:label "Daub4"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "Daub4" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:DaubechiesWaveletCoefficientHistogram a owl:Class ;
+    rdfs:label "DaubechiesWaveletCoefficientHistogram"@en ;
+    rdfs:comment "DaubechiesWaveletCoefficientHistogram" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Decay a owl:Class ;
+    rdfs:label "Decay"@en ;
+    afv:computedIn afv:TimbreToolbox ;
+    rdfs:comment "Decay" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Decaytime a owl:Class ;
+    rdfs:label "Decaytime"@en ;
+    afv:computedIn afv:libXtract ;
+    rdfs:comment "Decaytime" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:DecorrelatedFilterBanks a owl:Class ;
+    rdfs:label "DecorrelatedFilterBanks"@en ;
+    afv:computedIn afv:MIREX ;
+    rdfs:comment "DecorrelatedFilterBanks" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Decrease a owl:Class ;
+    rdfs:label "Decrease"@en ;
+    afv:computedIn afv:CLAM ;
+    rdfs:comment "Decrease" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:DecreaseSlope a owl:Class ;
+    rdfs:label "DecreaseSlope"@en ;
+    afv:computedIn afv:TimbreToolbox ;
+    rdfs:comment "DecreaseSlope" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:DeltaDeltaMfcc a owl:Class ;
+    rdfs:label "DeltaDeltaMfcc"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "DeltaDeltaMfcc" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:DeltaMfcc a owl:Class ;
+    rdfs:label "DeltaMfcc"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "DeltaMfcc" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:DeltaSpectralPattern a owl:Class ;
+    rdfs:label "DeltaSpectralPattern"@en ;
+    afv:computedIn afv:MIREX ;
+    rdfs:comment "DeltaSpectralPattern" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Derivate a owl:Class ;
+    rdfs:label "Derivate"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "Derivate" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Deviation a owl:Class ;
+    rdfs:label "Deviation"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "Deviation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Differencevector a owl:Class ;
+    rdfs:label "Differencevector"@en ;
+    afv:computedIn afv:libXtract ;
+    rdfs:comment "Differencevector" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:DiscreteCosineTransform a owl:Class ;
+    rdfs:label "DiscreteCosineTransform"@en ;
+    afv:computedIn afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "DiscreteCosineTransform" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:DiscreteWaveletTransform a owl:Class ;
+    rdfs:label "DiscreteWaveletTransform"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "DiscreteWaveletTransform" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:DistanceMatrix a owl:Class ;
+    rdfs:label "DistanceMatrix"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "DistanceMatrix" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:DistancefromFirstChannel a owl:Class ;
+    rdfs:label "DistancefromFirstChannel"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "DistancefromFirstChannel" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:DistortionDiscriminantAnalysis a owl:Class ;
+    rdfs:label "DistortionDiscriminantAnalysis"@en ;
+    rdfs:comment "DistortionDiscriminantAnalysis" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:EffectiveDuration a owl:Class ;
+    rdfs:label "EffectiveDuration"@en ;
+    afv:computedIn afv:TimbreToolbox,
+        afv:cuidado ;
+    rdfs:comment "EffectiveDuration" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Energy a owl:Class ;
+    rdfs:label "Energy"@en ;
+    afv:computedIn afv:CLAM,
+        afv:Marsyas,
+        afv:Yaafe ;
+    rdfs:comment "Energy" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:EnergyBasedOnsetDetectionFunction a owl:Class ;
+    rdfs:label "EnergyBasedOnsetDetectionFunction"@en ;
+    afv:computedIn afv:aubio ;
+    rdfs:comment "EnergyBasedOnsetDetectionFunction" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:EnhADRess a owl:Class ;
+    rdfs:label "EnhADRess (Azimuth Discrimination and Resynthesis)"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "EnhADRess (Azimuth Discrimination and Resynthesis)" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:EnhADRessStereoSpectrum a owl:Class ;
+    rdfs:label "EnhADRessStereoSpectrum (Azimuth Discrimination and Resynthesis)"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "EnhADRessStereoSpectrum (Azimuth Discrimination and Resynthesis)" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Envelope a owl:Class ;
+    rdfs:label "Envelope"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "Envelope" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:EnvelopeShapeStatistics a owl:Class ;
+    rdfs:label "EnvelopeShapeStatistics"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "EnvelopeShapeStatistics" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:EvenHarmonicRatio a owl:Class ;
+    rdfs:label "EvenHarmonicRatio"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "EvenHarmonicRatio" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:EventDensity a owl:Class ;
+    rdfs:label "EventDensity"@en ;
+    afv:computedIn afv:MIRToolbox ;
+    rdfs:comment "EventDensity" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:FFTBinFrequencies a owl:Class ;
+    rdfs:label "FFTBinFrequencies"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "FFTBinFrequencies" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Feature a owl:Class ;
+    rdfs:label "Feature"@en ;
+    rdfs:comment "Feature" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:FeatureMeans a owl:Class ;
+    rdfs:label "FeatureMeans"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "FeatureMeans" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:FeatureVariances a owl:Class ;
+    rdfs:label "FeatureVariances"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "FeatureVariances" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:FilterbankMel a owl:Class ;
+    rdfs:label "FilterbankMel"@en ;
+    afv:computedIn afv:aubio ;
+    rdfs:comment "FilterbankMel" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Flatnessdb a owl:Class ;
+    rdfs:label "Flatnessdb"@en ;
+    afv:computedIn afv:libXtract ;
+    rdfs:comment "Flatnessdb" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:FluctuationPattern a owl:Class ;
+    rdfs:label "FluctuationPattern"@en ;
+    afv:computedIn afv:comirva ;
+    rdfs:comment "FluctuationPattern" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:FluctuationPatternCent a owl:Class ;
+    rdfs:label "FluctuationPatternCent"@en ;
+    afv:computedIn afv:comirva ;
+    rdfs:comment "FluctuationPatternCent" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:FluctuationPatterns a owl:Class ;
+    rdfs:label "FluctuationPatterns"@en ;
+    afv:computedIn afv:MIREX ;
+    rdfs:comment "FluctuationPatterns" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:FractionOfLowEnergyWindows a owl:Class ;
+    rdfs:label "FractionOfLowEnergyWindows"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "FractionOfLowEnergyWindows" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Frames a owl:Class ;
+    rdfs:label "Frames"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "Frames" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:FrequencyofEnergyModulation a owl:Class ;
+    rdfs:label "FrequencyofEnergyModulation"@en ;
+    afv:computedIn afv:TimbreToolbox ;
+    rdfs:comment "FrequencyofEnergyModulation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:FuncdamentalFrequency a owl:Class ;
+    rdfs:label "FuncdamentalFrequency"@en ;
+    afv:computedIn afv:libXtract ;
+    rdfs:comment "FuncdamentalFrequency" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:FundamentalFrequency a owl:Class ;
+    rdfs:label "FundamentalFrequency"@en ;
+    afv:computedIn afv:TimbreToolbox,
+        afv:Vamp,
+        afv:cuidado ;
+    rdfs:comment "FundamentalFrequency" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:FundamentalFrequencyModulation a owl:Class ;
+    rdfs:label "FundamentalFrequencyModulation"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "FundamentalFrequencyModulation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:FundamentalFrequencyfailsafe a owl:Class ;
+    rdfs:label "FundamentalFrequency(failsafe)"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "FundamentalFrequency(failsafe)" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:GeometricMean a owl:Class ;
+    rdfs:label "GeometricMean"@en ;
+    afv:computedIn afv:CLAM ;
+    rdfs:comment "GeometricMean" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:GeorgeTzanetakisModel a owl:Class ;
+    rdfs:label "GeorgeTzanetakisModel"@en ;
+    afv:computedIn afv:MIREX ;
+    rdfs:comment "GeorgeTzanetakisModel" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:GlobalSpectralShapeDescription a owl:Class ;
+    rdfs:label "GlobalSpectralShapeDescription"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "GlobalSpectralShapeDescription" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicChangeDetectionFunction a owl:Class ;
+    rdfs:label "HarmonicChangeDetectionFunction"@en ;
+    afv:computedIn afv:MIRToolbox ;
+    rdfs:comment "HarmonicChangeDetectionFunction" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicChangeValue a owl:Class ;
+    rdfs:label "HarmonicChangeValue"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "HarmonicChangeValue" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicCoefficient a owl:Class ;
+    rdfs:label "HarmonicCoefficient"@en ;
+    rdfs:comment "HarmonicCoefficient" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicConcentration a owl:Class ;
+    rdfs:label "HarmonicConcentration"@en ;
+    rdfs:comment "HarmonicConcentration" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicDerivate a owl:Class ;
+    rdfs:label "HarmonicDerivate"@en ;
+    rdfs:comment "HarmonicDerivate" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicEnergy a owl:Class ;
+    rdfs:label "HarmonicEnergy"@en ;
+    afv:computedIn afv:TimbreToolbox ;
+    rdfs:comment "HarmonicEnergy" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicEnergyEntropy a owl:Class ;
+    rdfs:label "HarmonicEnergyEntropy"@en ;
+    rdfs:comment "HarmonicEnergyEntropy" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicPitchClassProfile a owl:Class ;
+    rdfs:label "HarmonicPitchClassProfile"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "HarmonicPitchClassProfile" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicProductSpectrum a owl:Class ;
+    rdfs:label "HarmonicProductSpectrum"@en ;
+    afv:computedIn afv:libXtract ;
+    rdfs:comment "HarmonicProductSpectrum" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicProminence a owl:Class ;
+    rdfs:label "HarmonicProminence"@en ;
+    rdfs:comment "HarmonicProminence" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicSpectralCentroid a owl:Class ;
+    rdfs:label "HarmonicSpectralCentroid"@en ;
+    afv:computedIn afv:cuidado,
+        afv:jMIR ;
+    rdfs:comment "HarmonicSpectralCentroid" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicSpectralDecrease a owl:Class ;
+    rdfs:label "HarmonicSpectralDecrease"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "HarmonicSpectralDecrease" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicSpectralDeviation a owl:Class ;
+    rdfs:label "HarmonicSpectralDeviation"@en ;
+    afv:computedIn afv:TimbreToolbox,
+        afv:cuidado ;
+    rdfs:comment "HarmonicSpectralDeviation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicSpectralFlux a owl:Class ;
+    rdfs:label "HarmonicSpectralFlux"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "HarmonicSpectralFlux" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicSpectralKurtosis a owl:Class ;
+    rdfs:label "HarmonicSpectralKurtosis"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "HarmonicSpectralKurtosis" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicSpectralRolloff a owl:Class ;
+    rdfs:label "HarmonicSpectralRolloff"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "HarmonicSpectralRolloff" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicSpectralShape a owl:Class ;
+    rdfs:label "HarmonicSpectralShape"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "HarmonicSpectralShape" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicSpectralSkewness a owl:Class ;
+    rdfs:label "HarmonicSpectralSkewness"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "HarmonicSpectralSkewness" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicSpectralSlope a owl:Class ;
+    rdfs:label "HarmonicSpectralSlope"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "HarmonicSpectralSlope" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicSpectralSmoothness a owl:Class ;
+    rdfs:label "HarmonicSpectralSmoothness"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "HarmonicSpectralSmoothness" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicSpectralSpread a owl:Class ;
+    rdfs:label "HarmonicSpectralSpread"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "HarmonicSpectralSpread" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicSpectralVariation a owl:Class ;
+    rdfs:label "HarmonicSpectralVariation"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "HarmonicSpectralVariation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicSpectrum a owl:Class ;
+    rdfs:label "HarmonicSpectrum"@en ;
+    afv:computedIn afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "HarmonicSpectrum" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HarmonicTristimulus a owl:Class ;
+    rdfs:label "HarmonicTristimulus"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "HarmonicTristimulus" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HighFrequencyContent a owl:Class ;
+    rdfs:label "HighFrequencyContent"@en ;
+    afv:computedIn afv:CLAM ;
+    rdfs:comment "HighFrequencyContent" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HighFrequencyContentOnsetDetectionFunction a owl:Class ;
+    rdfs:label "HighFrequencyContentOnsetDetectionFunction"@en ;
+    afv:computedIn afv:aubio ;
+    rdfs:comment "HighFrequencyContentOnsetDetectionFunction" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HighestValue a owl:Class ;
+    rdfs:label "HighestValue"@en ;
+    afv:computedIn afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "HighestValue" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:HistogramIntegrator a owl:Class ;
+    rdfs:label "HistogramIntegrator"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "HistogramIntegrator" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:IBTINESCBeatTracker a owl:Class ;
+    rdfs:label "IBTINESCBeatTracker"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "IBTINESCBeatTracker" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Inharmonicity a owl:Class ;
+    rdfs:label "Inharmonicity"@en ;
+    afv:computedIn afv:MIRToolbox,
+        afv:TimbreToolbox,
+        afv:Vamp,
+        afv:cuidado ;
+    rdfs:comment "Inharmonicity" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:IntegralLoudness a owl:Class ;
+    rdfs:label "IntegralLoudness"@en ;
+    rdfs:comment "IntegralLoudness" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Irregularity a owl:Class ;
+    rdfs:label "Irregularity"@en ;
+    afv:computedIn afv:MIRToolbox ;
+    rdfs:comment "Irregularity" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:IrregularityI a owl:Class ;
+    rdfs:label "IrregularityI"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "IrregularityI" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:IrregularityII a owl:Class ;
+    rdfs:label "IrregularityII"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "IrregularityII" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Irregularityj a owl:Class ;
+    rdfs:label "Irregularityj"@en ;
+    afv:computedIn afv:libXtract ;
+    rdfs:comment "Irregularityj" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Irregularityk a owl:Class ;
+    rdfs:label "Irregularityk"@en ;
+    afv:computedIn afv:libXtract ;
+    rdfs:comment "Irregularityk" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:JointAcousticandModuluationFrequency a owl:Class ;
+    rdfs:label "JointAcousticandModuluationFrequency"@en ;
+    rdfs:comment "JointAcousticandModuluationFrequency" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Key a owl:Class ;
+    rdfs:label "Key"@en ;
+    afv:computedIn afv:MIRToolbox,
+        afv:Vamp ;
+    rdfs:comment "Key" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:KeyDetector a owl:Class ;
+    rdfs:label "KeyDetector"@en ;
+    afv:computedIn afv:SuperCollider,
+        afv:Vamp ;
+    rdfs:comment "KeyDetector" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:KeyMode a owl:Class ;
+    rdfs:label "KeyMode"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "KeyMode" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:KeySOM a owl:Class ;
+    rdfs:label "KeySOM"@en ;
+    afv:computedIn afv:MIRToolbox ;
+    rdfs:comment "KeySOM" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:KeyStrength a owl:Class ;
+    rdfs:label "KeyStrength"@en ;
+    afv:computedIn afv:MIRToolbox ;
+    rdfs:comment "KeyStrength" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:KeyStrengthPlot a owl:Class ;
+    rdfs:label "KeyStrengthPlot"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "KeyStrengthPlot" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:KrumhanslKeyFinder a owl:Class ;
+    rdfs:label "KrumhanslKeyFinder"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "KrumhanslKeyFinder" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:KullbackLieblerOnsetDetectionFunction a owl:Class ;
+    rdfs:label "KullbackLieblerOnsetDetectionFunction"@en ;
+    afv:computedIn afv:aubio ;
+    rdfs:comment "KullbackLieblerOnsetDetectionFunction" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:LNorm a owl:Class ;
+    rdfs:label "LNorm"@en ;
+    afv:computedIn afv:libXtract ;
+    rdfs:comment "LNorm" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:LineSpectralFrequencies a owl:Class ;
+    rdfs:label "LineSpectralFrequencies"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "LineSpectralFrequencies" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:LineSpectralPairs a owl:Class ;
+    rdfs:label "LineSpectralPairs"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "LineSpectralPairs" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:LinearPredictionCepstralCoefficients a owl:Class ;
+    rdfs:label "LinearPredictionCepstralCoefficients"@en ;
+    afv:computedIn afv:Marsyas,
+        afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "LinearPredictionCepstralCoefficients" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:LinearPredictionZCR a owl:Class ;
+    rdfs:label "LinearPredictionZCR"@en ;
+    rdfs:comment "LinearPredictionZCR" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:LinearPredictiveCoding a owl:Class ;
+    rdfs:label "LinearPredictiveCoding"@en ;
+    afv:computedIn afv:Marsyas,
+        afv:Yaafe,
+        afv:jMIR,
+        afv:libXtract,
+        afv:sMIRk ;
+    rdfs:comment "LinearPredictiveCoding" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:LinearSpectralPairs a owl:Class ;
+    rdfs:label "LinearSpectralPairs"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "LinearSpectralPairs" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:LocalSingleGaussianModel a owl:Class ;
+    rdfs:label "LocalSingleGaussianModel"@en ;
+    afv:computedIn afv:MIREX ;
+    rdfs:comment "LocalSingleGaussianModel" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:LocalTuning a owl:Class ;
+    rdfs:label "LocalTuning"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "LocalTuning" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:LogAttackTime a owl:Class ;
+    rdfs:label "LogAttackTime"@en ;
+    afv:computedIn afv:CLAM,
+        afv:TimbreToolbox,
+        afv:cuidado ;
+    rdfs:comment "LogAttackTime" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:LogConstantQ a owl:Class ;
+    rdfs:label "LogConstantQ"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "LogConstantQ" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:LogFrequencySpectrum a owl:Class ;
+    rdfs:label "LogFrequencySpectrum"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "LogFrequencySpectrum" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:LogLikelihoodofChordEstimate a owl:Class ;
+    rdfs:label "LogLikelihoodofChordEstimate"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "LogLikelihoodofChordEstimate" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:LogarithmicFluctuationPattern a owl:Class ;
+    rdfs:label "LogarithmicFluctuationPattern"@en ;
+    afv:computedIn afv:MIREX ;
+    rdfs:comment "LogarithmicFluctuationPattern" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Loudness a owl:Class ;
+    rdfs:label "Loudness"@en ;
+    afv:computedIn afv:PsySound3,
+        afv:SuperCollider,
+        afv:Vamp,
+        afv:Yaafe,
+        afv:cuidado,
+        afv:libXtract ;
+    rdfs:comment "Loudness" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:LowEnergy a owl:Class ;
+    rdfs:label "LowEnergy"@en ;
+    afv:computedIn afv:MIRToolbox ;
+    rdfs:comment "LowEnergy" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:LowFreqEnergyRelation a owl:Class ;
+    rdfs:label "LowFreqEnergyRelation"@en ;
+    afv:computedIn afv:CLAM ;
+    rdfs:comment "LowFreqEnergyRelation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:LowestValue a owl:Class ;
+    rdfs:label "LowestValue"@en ;
+    afv:computedIn afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "LowestValue" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MELODIAMelodyExtraction a owl:Class ;
+    rdfs:label "MELODIAMelodyExtraction"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "MELODIAMelodyExtraction" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MELODIAMelodyExtractionintermediatesteps a owl:Class ;
+    rdfs:label "MELODIAMelodyExtraction(intermediatesteps)"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "MELODIAMelodyExtraction(intermediatesteps)" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MIDINote a owl:Class ;
+    rdfs:label "MIDINote"@en ;
+    afv:computedIn afv:MIRToolbox ;
+    rdfs:comment "MIDINote" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MPEG7AudioFundamentalFrequency a owl:Class ;
+    rdfs:label "MPEG7AudioFundamentalFrequency"@en ;
+    afv:computedIn afv:MPEG-7 ;
+    rdfs:comment "MPEG7AudioFundamentalFrequency" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MPEG7AudioHarmonicity a owl:Class ;
+    rdfs:label "MPEG7AudioHarmonicity"@en ;
+    afv:computedIn afv:MPEG-7 ;
+    rdfs:comment "MPEG7AudioHarmonicity" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MPEG7AudioSpectrumBasis a owl:Class ;
+    rdfs:label "MPEG7AudioSpectrumBasis"@en ;
+    afv:computedIn afv:MPEG-7 ;
+    rdfs:comment "MPEG7AudioSpectrumBasis" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MPEG7AudioSpectrumCentroid a owl:Class ;
+    rdfs:label "MPEG7AudioSpectrumCentroid"@en ;
+    afv:computedIn afv:MPEG-7 ;
+    rdfs:comment "MPEG7AudioSpectrumCentroid" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MPEG7AudioSpectrumSpread a owl:Class ;
+    rdfs:label "MPEG7AudioSpectrumSpread"@en ;
+    afv:computedIn afv:MPEG-7 ;
+    rdfs:comment "MPEG7AudioSpectrumSpread" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MPEG7AudioWaveform a owl:Class ;
+    rdfs:label "MPEG7AudioWaveform"@en ;
+    afv:computedIn afv:MPEG-7 ;
+    rdfs:comment "MPEG7AudioWaveform" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MPEG7HarmonicSpectralCentroid a owl:Class ;
+    rdfs:label "MPEG7HarmonicSpectralCentroid"@en ;
+    afv:computedIn afv:MPEG-7 ;
+    rdfs:comment "MPEG7HarmonicSpectralCentroid" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MPEG7HarmonicSpectralDeviation a owl:Class ;
+    rdfs:label "MPEG7HarmonicSpectralDeviation"@en ;
+    afv:computedIn afv:MPEG-7 ;
+    rdfs:comment "MPEG7HarmonicSpectralDeviation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MPEG7HarmonicSpectralSpread a owl:Class ;
+    rdfs:label "MPEG7HarmonicSpectralSpread"@en ;
+    afv:computedIn afv:MPEG-7 ;
+    rdfs:comment "MPEG7HarmonicSpectralSpread" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MPEG7HarmonicSpectralVariation a owl:Class ;
+    rdfs:label "MPEG7HarmonicSpectralVariation"@en ;
+    afv:computedIn afv:MPEG-7 ;
+    rdfs:comment "MPEG7HarmonicSpectralVariation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MPEG7LogAttackTime a owl:Class ;
+    rdfs:label "MPEG7LogAttackTime"@en ;
+    afv:computedIn afv:MPEG-7 ;
+    rdfs:comment "MPEG7LogAttackTime" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MPEG7SpectralCentroid a owl:Class ;
+    rdfs:label "MPEG7SpectralCentroid"@en ;
+    afv:computedIn afv:MPEG-7 ;
+    rdfs:comment "MPEG7SpectralCentroid" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MPEG7TemporalCentroid a owl:Class ;
+    rdfs:label "MPEG7TemporalCentroid"@en ;
+    afv:computedIn afv:MPEG-7 ;
+    rdfs:comment "MPEG7TemporalCentroid" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MagnitudeKurtosis a owl:Class ;
+    rdfs:label "MagnitudeKurtosis"@en ;
+    afv:computedIn afv:CLAM ;
+    rdfs:comment "MagnitudeKurtosis" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MagnitudeSkewness a owl:Class ;
+    rdfs:label "MagnitudeSkewness"@en ;
+    afv:computedIn afv:CLAM ;
+    rdfs:comment "MagnitudeSkewness" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MagnitudeSpectrum a owl:Class ;
+    rdfs:label "MagnitudeSpectrum"@en ;
+    afv:computedIn afv:Yaafe,
+        afv:jMIR ;
+    rdfs:comment "MagnitudeSpectrum" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MandelEllis a owl:Class ;
+    rdfs:label "MandelEllis"@en ;
+    afv:computedIn afv:comirva ;
+    rdfs:comment "MandelEllis" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MaxArgMax a owl:Class ;
+    rdfs:label "MaxArgMax"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "MaxArgMax" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MaxMagFreq a owl:Class ;
+    rdfs:label "MaxMagFreq"@en ;
+    afv:computedIn afv:CLAM ;
+    rdfs:comment "MaxMagFreq" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MaxMin a owl:Class ;
+    rdfs:label "MaxMin"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "MaxMin" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Mean a owl:Class ;
+    rdfs:label "Mean"@en ;
+    afv:computedIn afv:CLAM,
+        afv:Marsyas,
+        afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "Mean" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MeanAbsoluteDeviation a owl:Class ;
+    rdfs:label "MeanAbsoluteDeviation"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "MeanAbsoluteDeviation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MeansofCoefficients a owl:Class ;
+    rdfs:label "MeansofCoefficients"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "MeansofCoefficients" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MeddisHairCell a owl:Class ;
+    rdfs:label "MeddisHairCell"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "MeddisHairCell" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Median a owl:Class ;
+    rdfs:label "Median"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "Median" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MelSpectrum a owl:Class ;
+    rdfs:label "MelSpectrum"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "MelSpectrum" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MelscaleFrequencyCepstralCoefficients a owl:Class ;
+    rdfs:label "MelscaleFrequencyCepstralCoefficients"@en ;
+    afv:computedIn afv:CLAM,
+        afv:MIRToolbox,
+        afv:Marsyas,
+        afv:SuperCollider,
+        afv:Vamp,
+        afv:Yaafe,
+        afv:aubio,
+        afv:comirva,
+        afv:cuidado,
+        afv:jMIR,
+        afv:libXtract ;
+    rdfs:comment "MelscaleFrequencyCepstralCoefficients" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MinArgMin a owl:Class ;
+    rdfs:label "MinArgMin"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "MinArgMin" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Mode a owl:Class ;
+    rdfs:label "Mode"@en ;
+    afv:computedIn afv:MIRToolbox ;
+    rdfs:comment "Mode" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:ModifiedGroupDelay a owl:Class ;
+    rdfs:label "ModifiedGroupDelay"@en ;
+    rdfs:comment "ModifiedGroupDelay" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:ModifiedKullbackLieblerOnsetDetectionFunction a owl:Class ;
+    rdfs:label "ModifiedKullbackLieblerOnsetDetectionFunction"@en ;
+    afv:computedIn afv:aubio ;
+    rdfs:comment "ModifiedKullbackLieblerOnsetDetectionFunction" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:ModulationEnergy a owl:Class ;
+    rdfs:label "4HzModulationEnergy"@en ;
+    rdfs:comment "4HzModulationEnergy" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:ModulationFrequencyVarianceDescriptor a owl:Class ;
+    rdfs:label "ModulationFrequencyVarianceDescriptor"@en ;
+    afv:computedIn afv:MIREX ;
+    rdfs:comment "ModulationFrequencyVarianceDescriptor" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:ModulationHarmonicCoefficients a owl:Class ;
+    rdfs:label "4HzModulationHarmonicCoefficients"@en ;
+    rdfs:comment "4HzModulationHarmonicCoefficients" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Moments a owl:Class ;
+    rdfs:label "Moments"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "Moments" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Multiplicity a owl:Class ;
+    rdfs:label "Multiplicity"@en ;
+    afv:computedIn afv:PsySound3 ;
+    rdfs:comment "Multiplicity" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:MultiresolutionEntropy a owl:Class ;
+    rdfs:label "MultiresolutionEntropy"@en ;
+    rdfs:comment "MultiresolutionEntropy" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:NNLSChroma a owl:Class ;
+    rdfs:label "NNLSChroma"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "NNLSChroma" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:NoiseEnergy a owl:Class ;
+    rdfs:label "NoiseEnergy"@en ;
+    afv:computedIn afv:TimbreToolbox ;
+    rdfs:comment "NoiseEnergy" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:NoiseRobustAuditoryFeature a owl:Class ;
+    rdfs:label "NoiseRobustAuditoryFeature"@en ;
+    rdfs:comment "NoiseRobustAuditoryFeature" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Noisiness a owl:Class ;
+    rdfs:label "Noisiness"@en ;
+    afv:computedIn afv:TimbreToolbox,
+        afv:Vamp,
+        afv:cuidado,
+        afv:libXtract ;
+    rdfs:comment "Noisiness" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:NonSilentRegions a owl:Class ;
+    rdfs:label "NonSilentRegions"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "NonSilentRegions" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Nonzerocount a owl:Class ;
+    rdfs:label "Nonzerocount"@en ;
+    afv:computedIn afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "Nonzerocount" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:NoteOnsetDetector a owl:Class ;
+    rdfs:label "NoteOnsetDetector"@en ;
+    afv:computedIn afv:MIRToolbox,
+        afv:Vamp ;
+    rdfs:comment "NoteOnsetDetector" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:NoteRepresentationofChordEstimate a owl:Class ;
+    rdfs:label "NoteRepresentationofChordEstimate"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "NoteRepresentationofChordEstimate" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:NoteTracker a owl:Class ;
+    rdfs:label "NoteTracker"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "NoteTracker" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:OctaveBandSignalIntensity a owl:Class ;
+    rdfs:label "OctaveBandSignalIntensity"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "OctaveBandSignalIntensity" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:OctaveBandSignalIntensityRatio a owl:Class ;
+    rdfs:label "OctaveBandSignalIntensityRatio"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "OctaveBandSignalIntensityRatio" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:OctaveBasedSpectralContrast a owl:Class ;
+    rdfs:label "OctaveBasedSpectralContrast"@en ;
+    afv:computedIn afv:MIREX ;
+    rdfs:comment "OctaveBasedSpectralContrast" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:OddEvenRatio a owl:Class ;
+    rdfs:label "OddEvenRatio"@en ;
+    afv:computedIn afv:libXtract ;
+    rdfs:comment "OddEvenRatio" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:OddToEvenBandRatio a owl:Class ;
+    rdfs:label "OddToEvenBandRatio"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "OddToEvenBandRatio" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:OddToEvenHarmonicRatio a owl:Class ;
+    rdfs:label "OddToEvenHarmonicRatio"@en ;
+    afv:computedIn afv:TimbreToolbox,
+        afv:cuidado ;
+    rdfs:comment "OddToEvenHarmonicRatio" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:OnsetDetectionFunction a owl:Class ;
+    rdfs:label "OnsetDetectionFunction"@en ;
+    afv:computedIn afv:SuperCollider,
+        afv:Vamp,
+        afv:aubio ;
+    rdfs:comment "OnsetDetectionFunction" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:OrderedDistancesfromFirstChannel a owl:Class ;
+    rdfs:label "OrderedDistancesfromFirstChannel"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "OrderedDistancesfromFirstChannel" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PeakFinder a owl:Class ;
+    rdfs:label "PeakFinder"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "PeakFinder" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PeakPicker a owl:Class ;
+    rdfs:label "PeakPicker"@en ;
+    afv:computedIn afv:aubio ;
+    rdfs:comment "PeakPicker" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PeakSpectrum a owl:Class ;
+    rdfs:label "PeakSpectrum"@en ;
+    afv:computedIn afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "PeakSpectrum" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Peaker a owl:Class ;
+    rdfs:label "Peaker"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "Peaker" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PeakerOnset a owl:Class ;
+    rdfs:label "PeakerOnset"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "PeakerOnset" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PerceptualLinearPrediction a owl:Class ;
+    rdfs:label "PerceptualLinearPrediction"@en ;
+    rdfs:comment "PerceptualLinearPrediction" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PerceptualSharpness a owl:Class ;
+    rdfs:label "PerceptualSharpness"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "PerceptualSharpness" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PerceptualSpectralCentroid a owl:Class ;
+    rdfs:label "PerceptualSpectralCentroid"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "PerceptualSpectralCentroid" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PerceptualSpectralDecrease a owl:Class ;
+    rdfs:label "PerceptualSpectralDecrease"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "PerceptualSpectralDecrease" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PerceptualSpectralEnvelopeShape a owl:Class ;
+    rdfs:label "PerceptualSpectralEnvelopeShape"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "PerceptualSpectralEnvelopeShape" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PerceptualSpectralKurtosis a owl:Class ;
+    rdfs:label "PerceptualSpectralKurtosis"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "PerceptualSpectralKurtosis" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PerceptualSpectralRolloff a owl:Class ;
+    rdfs:label "PerceptualSpectralRolloff"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "PerceptualSpectralRolloff" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PerceptualSpectralSkewness a owl:Class ;
+    rdfs:label "PerceptualSpectralSkewness"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "PerceptualSpectralSkewness" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PerceptualSpectralSlope a owl:Class ;
+    rdfs:label "PerceptualSpectralSlope"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "PerceptualSpectralSlope" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PerceptualSpectralSpread a owl:Class ;
+    rdfs:label "PerceptualSpectralSpread"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "PerceptualSpectralSpread" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PerceptualSpectralVariation a owl:Class ;
+    rdfs:label "PerceptualSpectralVariation"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "PerceptualSpectralVariation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PerceptualSpread a owl:Class ;
+    rdfs:label "PerceptualSpread"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "PerceptualSpread" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PhaseBasedMethodOnsetDetectionFunction a owl:Class ;
+    rdfs:label "PhaseBasedMethodOnsetDetectionFunction"@en ;
+    afv:computedIn afv:aubio ;
+    rdfs:comment "PhaseBasedMethodOnsetDetectionFunction" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PhaseSpaceFeatures a owl:Class ;
+    rdfs:label "PhaseSpaceFeatures"@en ;
+    rdfs:comment "PhaseSpaceFeatures" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Pitch a owl:Class ;
+    rdfs:label "Pitch"@en ;
+    afv:computedIn afv:MIRToolbox,
+        afv:SuperCollider,
+        afv:Vamp,
+        afv:aubio ;
+    rdfs:comment "Pitch" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PitchCountours a owl:Class ;
+    rdfs:label "PitchCountours"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "PitchCountours" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PitchDiff a owl:Class ;
+    rdfs:label "PitchDiff"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "PitchDiff" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PitchFFTYIN a owl:Class ;
+    rdfs:label "PitchFFTYIN"@en ;
+    afv:computedIn afv:aubio ;
+    rdfs:comment "PitchFFTYIN" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PitchFastComb a owl:Class ;
+    rdfs:label "PitchFastComb"@en ;
+    afv:computedIn afv:aubio ;
+    rdfs:comment "PitchFastComb" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PitchHistogram a owl:Class ;
+    rdfs:label "PitchHistogram"@en ;
+    rdfs:comment "PitchHistogram" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PitchMultiComb a owl:Class ;
+    rdfs:label "PitchMultiComb"@en ;
+    afv:computedIn afv:aubio ;
+    rdfs:comment "PitchMultiComb" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PitchProfile a owl:Class ;
+    rdfs:label "PitchProfile"@en ;
+    rdfs:comment "PitchProfile" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PitchSchmitt a owl:Class ;
+    rdfs:label "PitchSchmitt"@en ;
+    afv:computedIn afv:aubio ;
+    rdfs:comment "PitchSchmitt" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PitchSynchronousZCPA a owl:Class ;
+    rdfs:label "PitchSynchronousZCPA"@en ;
+    rdfs:comment "PitchSynchronousZCPA" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PitchYIN a owl:Class ;
+    rdfs:label "PitchYIN"@en ;
+    afv:computedIn afv:Marsyas,
+        afv:aubio ;
+    rdfs:comment "PitchYIN" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PolyphonicTranscription a owl:Class ;
+    rdfs:label "PolyphonicTranscription"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "PolyphonicTranscription" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Power a owl:Class ;
+    rdfs:label "Power"@en ;
+    afv:computedIn afv:Marsyas,
+        afv:libXtract ;
+    rdfs:comment "Power" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PowerSpectrum a owl:Class ;
+    rdfs:label "PowerSpectrum"@en ;
+    afv:computedIn afv:Marsyas,
+        afv:jMIR ;
+    rdfs:comment "PowerSpectrum" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PowerToAverageRatio a owl:Class ;
+    rdfs:label "PowerToAverageRatio"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "PowerToAverageRatio" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PrincipalMelSpectrumComponents a owl:Class ;
+    rdfs:label "PrincipalMelSpectrumComponents"@en ;
+    afv:computedIn afv:MIREX ;
+    rdfs:comment "PrincipalMelSpectrumComponents" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PsychoacousticalPitch a owl:Class ;
+    rdfs:label "PsychoacousticalPitch"@en ;
+    rdfs:comment "PsychoacousticalPitch" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PulseClarity a owl:Class ;
+    rdfs:label "PulseClarity"@en ;
+    afv:computedIn afv:MIRToolbox ;
+    rdfs:comment "PulseClarity" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PulseMetric a owl:Class ;
+    rdfs:label "PulseMetric"@en ;
+    rdfs:comment "PulseMetric" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:PureTonalness a owl:Class ;
+    rdfs:label "PureTonalness"@en ;
+    afv:computedIn afv:PsySound3 ;
+    rdfs:comment "PureTonalness" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:RMSAmplitude a owl:Class ;
+    rdfs:label "RMSAmplitude"@en ;
+    afv:computedIn afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "RMSAmplitude" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:RMSEnergy a owl:Class ;
+    rdfs:label "RMSEnergy"@en ;
+    afv:computedIn afv:MIRToolbox ;
+    rdfs:comment "RMSEnergy" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:RMSEnergyEnvelope a owl:Class ;
+    rdfs:label "RMSEnergyEnvelope"@en ;
+    afv:computedIn afv:TimbreToolbox ;
+    rdfs:comment "RMSEnergyEnvelope" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:RatescalefrequencyFeatures a owl:Class ;
+    rdfs:label "RatescalefrequencyFeatures"@en ;
+    rdfs:comment "RatescalefrequencyFeatures" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:RelaitvespecificLoudness a owl:Class ;
+    rdfs:label "RelaitvespecificLoudness"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "RelaitvespecificLoudness" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:RelativeDifferenceFunction a owl:Class ;
+    rdfs:label "RelativeDifferenceFunction"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "RelativeDifferenceFunction" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:RelativeSpectralPLP a owl:Class ;
+    rdfs:label "RelativeSpectralPLP"@en ;
+    rdfs:comment "RelativeSpectralPLP" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Release a owl:Class ;
+    rdfs:label "Release"@en ;
+    afv:computedIn afv:TimbreToolbox ;
+    rdfs:comment "Release" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:RhythmHistogram a owl:Class ;
+    rdfs:label "RhythmHistogram"@en ;
+    afv:computedIn afv:MIREX ;
+    rdfs:comment "RhythmHistogram" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:RhythmPatterns a owl:Class ;
+    rdfs:label "RhythmPatterns"@en ;
+    afv:computedIn afv:MIREX ;
+    rdfs:comment "RhythmPatterns" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:RhythmicFluctuation a owl:Class ;
+    rdfs:label "RhythmicFluctuation"@en ;
+    afv:computedIn afv:MIRToolbox ;
+    rdfs:comment "RhythmicFluctuation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:RiseTime a owl:Class ;
+    rdfs:label "RiseTime"@en ;
+    afv:computedIn afv:CLAM ;
+    rdfs:comment "RiseTime" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:RootMeanSquare a owl:Class ;
+    rdfs:label "RootMeanSquare"@en ;
+    afv:computedIn afv:Marsyas,
+        afv:jMIR,
+        afv:sMIRk ;
+    rdfs:comment "RootMeanSquare" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Roughness a owl:Class ;
+    rdfs:label "Roughness"@en ;
+    afv:computedIn afv:MIRToolbox ;
+    rdfs:comment "Roughness" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:RunningAutocorrelation a owl:Class ;
+    rdfs:label "RunningAutocorrelation"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "RunningAutocorrelation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:RunningStatistics a owl:Class ;
+    rdfs:label "RunningStatistics"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "RunningStatistics" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SalienceFunction a owl:Class ;
+    rdfs:label "SalienceFunction"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "SalienceFunction" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Segmenter a owl:Class ;
+    rdfs:label "Segmenter"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "Segmenter" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SemitoneSpectrum a owl:Class ;
+    rdfs:label "SemitoneSpectrum"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "SemitoneSpectrum" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Sharpness a owl:Class ;
+    rdfs:label "Sharpness"@en ;
+    afv:computedIn afv:PsySound3,
+        afv:cuidado,
+        afv:libXtract ;
+    rdfs:comment "Sharpness" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:ShortTimeEnergy a owl:Class ;
+    rdfs:label "ShortTimeEnergy"@en ;
+    rdfs:comment "ShortTimeEnergy" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Signal a owl:Class ;
+    rdfs:label "Signal"@en ;
+    rdfs:comment "Signal" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SignalAutoCorrelationFunction a owl:Class ;
+    rdfs:label "SignalAutoCorrelationFunction"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "SignalAutoCorrelationFunction" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SignalToNoiseRatio a owl:Class ;
+    rdfs:label "SignalToNoiseRatio"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "SignalToNoiseRatio" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SilenceTest a owl:Class ;
+    rdfs:label "SilenceTest"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "SilenceTest" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SilentRegions a owl:Class ;
+    rdfs:label "SilentRegions"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "SilentRegions" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Similarity a owl:Class ;
+    rdfs:label "Similarity"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "Similarity" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SlopeIntegrator a owl:Class ;
+    rdfs:label "SlopeIntegrator"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "SlopeIntegrator" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SmoothedDetectionFunction a owl:Class ;
+    rdfs:label "SmoothedDetectionFunction"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "SmoothedDetectionFunction" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Smoothness a owl:Class ;
+    rdfs:label "Smoothness"@en ;
+    afv:computedIn afv:libXtract ;
+    rdfs:comment "Smoothness" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Sone a owl:Class ;
+    rdfs:label "Sone"@en ;
+    rdfs:comment "Sone" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralAverageDeviation a owl:Class ;
+    rdfs:label "SpectralAverageDeviation"@en ;
+    afv:computedIn afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "SpectralAverageDeviation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralCenter a owl:Class ;
+    rdfs:label "SpectralCenter"@en ;
+    rdfs:comment "SpectralCenter" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralCentroid a owl:Class ;
+    rdfs:label "SpectralCentroid"@en ;
+    afv:computedIn afv:CLAM,
+        afv:Marsyas,
+        afv:SuperCollider,
+        afv:TimbreToolbox,
+        afv:Vamp,
+        afv:aubio,
+        afv:cuidado,
+        afv:jMIR,
+        afv:libXtract,
+        afv:sMIRk ;
+    rdfs:comment "SpectralCentroid" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralContrastPattern a owl:Class ;
+    rdfs:label "SpectralContrastPattern"@en ;
+    afv:computedIn afv:MIREX ;
+    rdfs:comment "SpectralContrastPattern" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralCrest a owl:Class ;
+    rdfs:label "SpectralCrest"@en ;
+    afv:computedIn afv:SuperCollider,
+        afv:TimbreToolbox,
+        afv:Vamp,
+        afv:cuidado ;
+    rdfs:comment "SpectralCrest" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralCrestFactor a owl:Class ;
+    rdfs:label "SpectralCrestFactor"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "SpectralCrestFactor" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralCrestFactorPerBand a owl:Class ;
+    rdfs:label "SpectralCrestFactorPerBand"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "SpectralCrestFactorPerBand" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralDecrease a owl:Class ;
+    rdfs:label "SpectralDecrease"@en ;
+    afv:computedIn afv:TimbreToolbox,
+        afv:Yaafe,
+        afv:aubio,
+        afv:cuidado ;
+    rdfs:comment "SpectralDecrease" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralDifferenceMethodOnsetDetectionFunction a owl:Class ;
+    rdfs:label "SpectralDifferenceMethodOnsetDetectionFunction"@en ;
+    afv:computedIn afv:aubio ;
+    rdfs:comment "SpectralDifferenceMethodOnsetDetectionFunction" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralDispersion a owl:Class ;
+    rdfs:label "SpectralDispersion"@en ;
+    rdfs:comment "SpectralDispersion" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralDissonance a owl:Class ;
+    rdfs:label "SpectralDissonance"@en ;
+    afv:computedIn afv:PsySound3 ;
+    rdfs:comment "SpectralDissonance" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralFlatness a owl:Class ;
+    rdfs:label "SpectralFlatness"@en ;
+    afv:computedIn afv:CLAM,
+        afv:SuperCollider,
+        afv:TimbreToolbox,
+        afv:Vamp,
+        afv:Yaafe,
+        afv:cuidado,
+        afv:libXtract ;
+    rdfs:comment "SpectralFlatness" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralFlatnessAllBands a owl:Class ;
+    rdfs:label "SpectralFlatnessAllBands"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "SpectralFlatnessAllBands" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralFlatnessPerBand a owl:Class ;
+    rdfs:label "SpectralFlatnessPerBand"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "SpectralFlatnessPerBand" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralFlux a owl:Class ;
+    rdfs:label "SpectralFlux"@en ;
+    afv:computedIn afv:Marsyas,
+        afv:Yaafe,
+        afv:aubio,
+        afv:jMIR,
+        afv:libXtract,
+        afv:sMIRk ;
+    rdfs:comment "SpectralFlux" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralFluxOnsetDetectionFunction a owl:Class ;
+    rdfs:label "SpectralFluxOnsetDetectionFunction"@en ;
+    afv:computedIn afv:MIRToolbox ;
+    rdfs:comment "SpectralFluxOnsetDetectionFunction" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralInharmonicity a owl:Class ;
+    rdfs:label "SpectralInharmonicity"@en ;
+    afv:computedIn afv:libXtract ;
+    rdfs:comment "SpectralInharmonicity" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralKurtosis a owl:Class ;
+    rdfs:label "SpectralKurtosis"@en ;
+    afv:computedIn afv:Marsyas,
+        afv:TimbreToolbox,
+        afv:Vamp,
+        afv:aubio,
+        afv:cuidado,
+        afv:libXtract ;
+    rdfs:comment "SpectralKurtosis" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralMean a owl:Class ;
+    rdfs:label "SpectralMean"@en ;
+    afv:computedIn afv:CLAM,
+        afv:libXtract ;
+    rdfs:comment "SpectralMean" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralPattern a owl:Class ;
+    rdfs:label "SpectralPattern"@en ;
+    afv:computedIn afv:MIREX ;
+    rdfs:comment "SpectralPattern" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralPatternCent a owl:Class ;
+    rdfs:label "SpectralPatternCent"@en ;
+    afv:computedIn afv:comirva ;
+    rdfs:comment "SpectralPatternCent" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralPeakStructure a owl:Class ;
+    rdfs:label "SpectralPeakStructure"@en ;
+    rdfs:comment "SpectralPeakStructure" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralPeaks a owl:Class ;
+    rdfs:label "SpectralPeaks"@en ;
+    rdfs:comment "SpectralPeaks" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralPercentile a owl:Class ;
+    rdfs:label "SpectralPercentile"@en ;
+    afv:computedIn afv:SuperCollider ;
+    rdfs:comment "SpectralPercentile" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralRolloff a owl:Class ;
+    rdfs:label "SpectralRolloff"@en ;
+    afv:computedIn afv:CLAM,
+        afv:MIRToolbox,
+        afv:Marsyas,
+        afv:TimbreToolbox,
+        afv:Vamp,
+        afv:Yaafe,
+        afv:aubio,
+        afv:cuidado,
+        afv:jMIR,
+        afv:libXtract,
+        afv:sMIRk ;
+    rdfs:comment "SpectralRolloff" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralShape a owl:Class ;
+    rdfs:label "SpectralShape"@en ;
+    afv:computedIn afv:aubio,
+        afv:cuidado ;
+    rdfs:comment "SpectralShape" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralShapeStatistics a owl:Class ;
+    rdfs:label "SpectralShapeStatistics"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "SpectralShapeStatistics" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralSharpness a owl:Class ;
+    rdfs:label "SpectralSharpness"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "SpectralSharpness" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralSkewness a owl:Class ;
+    rdfs:label "SpectralSkewness"@en ;
+    afv:computedIn afv:TimbreToolbox,
+        afv:Vamp,
+        afv:aubio,
+        afv:cuidado,
+        afv:libXtract ;
+    rdfs:comment "SpectralSkewness" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralSlope a owl:Class ;
+    rdfs:label "SpectralSlope"@en ;
+    afv:computedIn afv:CLAM,
+        afv:SuperCollider,
+        afv:TimbreToolbox,
+        afv:Vamp,
+        afv:Yaafe,
+        afv:aubio,
+        afv:cuidado,
+        afv:libXtract ;
+    rdfs:comment "SpectralSlope" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralSmoothness a owl:Class ;
+    rdfs:label "SpectralSmoothness"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "SpectralSmoothness" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralSpread a owl:Class ;
+    rdfs:label "SpectralSpread"@en ;
+    afv:computedIn afv:CLAM,
+        afv:SuperCollider,
+        afv:TimbreToolbox,
+        afv:Vamp,
+        afv:aubio,
+        afv:cuidado,
+        afv:libXtract ;
+    rdfs:comment "SpectralSpread" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralStandardDeviation a owl:Class ;
+    rdfs:label "SpectralStandardDeviation"@en ;
+    afv:computedIn afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "SpectralStandardDeviation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralVariability a owl:Class ;
+    rdfs:label "SpectralVariability"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "SpectralVariability" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectralVariance a owl:Class ;
+    rdfs:label "SpectralVariance"@en ;
+    afv:computedIn afv:Vamp,
+        afv:Yaafe,
+        afv:cuidado,
+        afv:libXtract ;
+    rdfs:comment "SpectralVariance" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SpectrotemporalVariation a owl:Class ;
+    rdfs:label "SpectrotemporalVariation"@en ;
+    afv:computedIn afv:TimbreToolbox ;
+    rdfs:comment "SpectrotemporalVariation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Spectrum a owl:Class ;
+    rdfs:label "Spectrum"@en ;
+    afv:computedIn afv:Marsyas,
+        afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "Spectrum" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Spectrum2Chroma a owl:Class ;
+    rdfs:label "Spectrum2Chroma"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "Spectrum2Chroma" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Spectrum2Mel a owl:Class ;
+    rdfs:label "Spectrum2Mel"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "Spectrum2Mel" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:StandardDeviation a owl:Class ;
+    rdfs:label "StandardDeviation"@en ;
+    afv:computedIn afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "StandardDeviation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:StatisticalIntegrator a owl:Class ;
+    rdfs:label "StatisticalIntegrator"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "StatisticalIntegrator" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:StatisticalSpectrumDescriptor a owl:Class ;
+    rdfs:label "StatisticalSpectrumDescriptor"@en ;
+    afv:computedIn afv:MIREX ;
+    rdfs:comment "StatisticalSpectrumDescriptor" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:StereoSpectrum a owl:Class ;
+    rdfs:label "StereoSpectrum"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "StereoSpectrum" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:StereoSpectrumFeatures a owl:Class ;
+    rdfs:label "StereoSpectrumFeatures"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "StereoSpectrumFeatures" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:StereoSpectrumSources a owl:Class ;
+    rdfs:label "StereoSpectrumSources"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "StereoSpectrumSources" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:StrengthOfStrongestBeat a owl:Class ;
+    rdfs:label "StrengthOfStrongestBeat"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "StrengthOfStrongestBeat" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:StrongestBeat a owl:Class ;
+    rdfs:label "StrongestBeat"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "StrongestBeat" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:StrongestFrequencyViaFFTMax a owl:Class ;
+    rdfs:label "StrongestFrequencyViaFFTMax"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "StrongestFrequencyViaFFTMax" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:StrongestFrequencyViaSpectralCentroid a owl:Class ;
+    rdfs:label "StrongestFrequencyViaSpectralCentroid"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "StrongestFrequencyViaSpectralCentroid" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:StrongestFrequencyViaZeroCrossings a owl:Class ;
+    rdfs:label "StrongestFrequencyViaZeroCrossings"@en ;
+    afv:computedIn afv:jMIR ;
+    rdfs:comment "StrongestFrequencyViaZeroCrossings" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SubbandEnergyRatio a owl:Class ;
+    rdfs:label "SubbandEnergyRatio"@en ;
+    rdfs:comment "SubbandEnergyRatio" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SubbandSpectralFlux a owl:Class ;
+    rdfs:label "SubbandSpectralFlux"@en ;
+    rdfs:comment "SubbandSpectralFlux" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Subbands a owl:Class ;
+    rdfs:label "Subbands"@en ;
+    afv:computedIn afv:libXtract ;
+    rdfs:comment "Subbands" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Sum a owl:Class ;
+    rdfs:label "Sum"@en ;
+    afv:computedIn afv:libXtract ;
+    rdfs:comment "Sum" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:SumofValues a owl:Class ;
+    rdfs:label "SumofValues"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "SumofValues" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Tempo a owl:Class ;
+    rdfs:label "Tempo"@en ;
+    afv:computedIn afv:MIRToolbox,
+        afv:Vamp,
+        afv:aubio ;
+    rdfs:comment "Tempo" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TempoandBeatTracker a owl:Class ;
+    rdfs:label "TempoandBeatTracker"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "TempoandBeatTracker" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TemporalCentroid a owl:Class ;
+    rdfs:label "TemporalCentroid"@en ;
+    afv:computedIn afv:CLAM,
+        afv:TimbreToolbox,
+        afv:cuidado ;
+    rdfs:comment "TemporalCentroid" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TemporalDecrease a owl:Class ;
+    rdfs:label "TemporalDecrease"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "TemporalDecrease" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TemporalIncrease a owl:Class ;
+    rdfs:label "TemporalIncrease"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "TemporalIncrease" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TemporalRhythmHistogram a owl:Class ;
+    rdfs:label "TemporalRhythmHistogram"@en ;
+    afv:computedIn afv:MIREX ;
+    rdfs:comment "TemporalRhythmHistogram" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TemporalShapeStatistics a owl:Class ;
+    rdfs:label "TemporalShapeStatistics"@en ;
+    afv:computedIn afv:Yaafe ;
+    rdfs:comment "TemporalShapeStatistics" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TemporalStatisticalSpectrumDescriptor a owl:Class ;
+    rdfs:label "TemporalStatisticalSpectrumDescriptor"@en ;
+    afv:computedIn afv:MIREX ;
+    rdfs:comment "TemporalStatisticalSpectrumDescriptor" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TimbralWidth a owl:Class ;
+    rdfs:label "TimbralWidth"@en ;
+    afv:computedIn afv:PsySound3 ;
+    rdfs:comment "TimbralWidth" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TimbreDistribution a owl:Class ;
+    rdfs:label "TimbreDistribution"@en ;
+    afv:computedIn afv:comirva ;
+    rdfs:comment "TimbreDistribution" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TonalCentroid a owl:Class ;
+    rdfs:label "TonalCentroid"@en ;
+    afv:computedIn afv:MIRToolbox ;
+    rdfs:comment "TonalCentroid" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TonalChange a owl:Class ;
+    rdfs:label "TonalChange"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "TonalChange" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TonalChangeDetectionFunction a owl:Class ;
+    rdfs:label "TonalChangeDetectionFunction"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "TonalChangeDetectionFunction" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TonalChangePositions a owl:Class ;
+    rdfs:label "TonalChangePositions"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "TonalChangePositions" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TonalDissonance a owl:Class ;
+    rdfs:label "TonalDissonance"@en ;
+    afv:computedIn afv:PsySound3 ;
+    rdfs:comment "TonalDissonance" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Tonality a owl:Class ;
+    rdfs:label "Tonality"@en ;
+    afv:computedIn afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "Tonality" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TonicPitch a owl:Class ;
+    rdfs:label "TonicPitch"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "TonicPitch" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TotalEnergy a owl:Class ;
+    rdfs:label "TotalEnergy"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "TotalEnergy" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TotalEnergyModulation a owl:Class ;
+    rdfs:label "TotalEnergyModulation"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "TotalEnergyModulation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TotalHarmonicEnergy a owl:Class ;
+    rdfs:label "TotalHarmonicEnergy"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "TotalHarmonicEnergy" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TotalNoiseEnergy a owl:Class ;
+    rdfs:label "TotalNoiseEnergy"@en ;
+    afv:computedIn afv:cuidado ;
+    rdfs:comment "TotalNoiseEnergy" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Transformto6DTonalContentSpace a owl:Class ;
+    rdfs:label "Transformto6DTonalContentSpace"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "Transformto6DTonalContentSpace" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TransientSteadyStateSeparation a owl:Class ;
+    rdfs:label "TransientSteadyStateSeparation"@en ;
+    afv:computedIn afv:aubio ;
+    rdfs:comment "TransientSteadyStateSeparation" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TriangularFilterBank a owl:Class ;
+    rdfs:label "TriangularFilterBank"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "TriangularFilterBank" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Tristimulus a owl:Class ;
+    rdfs:label "Tristimulus"@en ;
+    afv:computedIn afv:TimbreToolbox ;
+    rdfs:comment "Tristimulus" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Tristimulus1 a owl:Class ;
+    rdfs:label "Tristimulus1"@en ;
+    afv:computedIn afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "Tristimulus1" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Tristimulus2 a owl:Class ;
+    rdfs:label "Tristimulus2"@en ;
+    afv:computedIn afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "Tristimulus2" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Tristimulus3 a owl:Class ;
+    rdfs:label "Tristimulus3"@en ;
+    afv:computedIn afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "Tristimulus3" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:TunedLogFrequencySpectrum a owl:Class ;
+    rdfs:label "TunedLogFrequencySpectrum"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "TunedLogFrequencySpectrum" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Tuning a owl:Class ;
+    rdfs:label "Tuning"@en ;
+    afv:computedIn afv:Vamp ;
+    rdfs:comment "Tuning" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Variance a owl:Class ;
+    rdfs:label "Variance"@en ;
+    afv:computedIn afv:CLAM,
+        afv:Vamp,
+        afv:libXtract ;
+    rdfs:comment "Variance" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:VarianceDeltaSpectralPattern a owl:Class ;
+    rdfs:label "VarianceDeltaSpectralPattern"@en ;
+    afv:computedIn afv:MIREX ;
+    rdfs:comment "VarianceDeltaSpectralPattern" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:Volume a owl:Class ;
+    rdfs:label "Volume"@en ;
+    rdfs:comment "Volume" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:WaveletPyramid a owl:Class ;
+    rdfs:label "WaveletPyramid"@en ;
+    afv:computedIn afv:Marsyas ;
+    rdfs:comment "WaveletPyramid" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:ZeroCrossingPeakAmplitudes a owl:Class ;
+    rdfs:label "ZeroCrossingPeakAmplitudes"@en ;
+    rdfs:comment "ZeroCrossingPeakAmplitudes" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:ZeroCrossingRate a owl:Class ;
+    rdfs:label "ZeroCrossingRate"@en ;
+    afv:computedIn afv:CLAM,
+        afv:MIRToolbox,
+        afv:Marsyas,
+        afv:SuperCollider,
+        afv:TimbreToolbox,
+        afv:Vamp,
+        afv:Yaafe,
+        afv:cuidado,
+        afv:jMIR,
+        afv:libXtract,
+        afv:sMIRk ;
+    rdfs:comment "ZeroCrossingRate" ;
+    rdfs:subClassOf af:AudioFeature ;
+    vs:term_status "testing"@en .
+
+afv:computedIn a owl:Property ;
+    rdfs:domain af:AudioFeature ;
+    rdfs:range xsd:String .
+
+vs:term_status a owl:AnnotationProperty .
+
+afv:comirva a owl:Class ;
+    rdfs:label "comirva" ;
+    rdfs:comment "comirva" ;
+    vs:term_status "testing"@en .
+
+afv:PsySound3 a owl:Class ;
+    rdfs:label "PsySound3" ;
+    rdfs:comment "PsySound3" ;
+    vs:term_status "testing"@en .
+
+afv:sMIRk a owl:Class ;
+    rdfs:label "sMIRk" ;
+    rdfs:comment "sMIRk" ;
+    vs:term_status "testing"@en .
+
+afv:MPEG-7 a owl:Class ;
+    rdfs:label "MPEG-7" ;
+    rdfs:comment "MPEG-7" ;
+    vs:term_status "testing"@en .
+
+afv:SuperCollider a owl:Class ;
+    rdfs:label "SuperCollider" ;
+    rdfs:comment "SuperCollider" ;
+    vs:term_status "testing"@en .
+
+afv:MIREX a owl:Class ;
+    rdfs:label "MIREX" ;
+    rdfs:comment "MIREX" ;
+    vs:term_status "testing"@en .
+
+afv:CLAM a owl:Class ;
+    rdfs:label "CLAM" ;
+    rdfs:comment "CLAM" ;
+    vs:term_status "testing"@en .
+
+afv:MIRToolbox a owl:Class ;
+    rdfs:label "MIRToolbox" ;
+    rdfs:comment "MIRToolbox" ;
+    vs:term_status "testing"@en .
+
+afv:aubio a owl:Class ;
+    rdfs:label "aubio" ;
+    rdfs:comment "aubio" ;
+    vs:term_status "testing"@en .
+
+afv:TimbreToolbox a owl:Class ;
+    rdfs:label "TimbreToolbox" ;
+    rdfs:comment "TimbreToolbox" ;
+    vs:term_status "testing"@en .
+
+afv:Yaafe a owl:Class ;
+    rdfs:label "Yaafe" ;
+    rdfs:comment "Yaafe" ;
+    vs:term_status "testing"@en .
+
+afv:jMIR a owl:Class ;
+    rdfs:label "jMIR" ;
+    rdfs:comment "jMIR" ;
+    vs:term_status "testing"@en .
+
+afv:libXtract a owl:Class ;
+    rdfs:label "libXtract" ;
+    rdfs:comment "libXtract" ;
+    vs:term_status "testing"@en .
+
+afv:cuidado a owl:Class ;
+    rdfs:label "cuidado" ;
+    rdfs:comment "cuidado" ;
+    vs:term_status "testing"@en .
+
+afv:Marsyas a owl:Class ;
+    rdfs:label "Marsyas" ;
+    rdfs:comment "Marsyas" ;
+    vs:term_status "testing"@en .
+
+afv:Vamp a owl:Class ;
+    rdfs:label "Vamp" ;
+    rdfs:comment "Vamp" ;
+    vs:term_status "testing"@en .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/af-vocabulary.rdf	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,3446 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rdf:RDF
+   xmlns:afv="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+   xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
+>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SubbandEnergyRatio">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">SubbandEnergyRatio</rdfs:label>
+    <rdfs:comment>SubbandEnergyRatio</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label>cuidado</rdfs:label>
+    <rdfs:comment>cuidado</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG7HarmonicSpectralVariation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG-7"/>
+    <rdfs:comment>MPEG7HarmonicSpectralVariation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MPEG7HarmonicSpectralVariation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#OctaveBasedSpectralContrast">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIREX"/>
+    <rdfs:comment>OctaveBasedSpectralContrast</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">OctaveBasedSpectralContrast</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#OctaveBandSignalIntensityRatio">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>OctaveBandSignalIntensityRatio</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">OctaveBandSignalIntensityRatio</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Tonality">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Tonality</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Tonality</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label>Yaafe</rdfs:label>
+    <rdfs:comment>Yaafe</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SumofValues">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>SumofValues</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SumofValues</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreDistribution">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#comirva"/>
+    <rdfs:comment>TimbreDistribution</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TimbreDistribution</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#LowEnergy">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <rdfs:comment>LowEnergy</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">LowEnergy</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG7AudioSpectrumCentroid">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG-7"/>
+    <rdfs:comment>MPEG7AudioSpectrumCentroid</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MPEG7AudioSpectrumCentroid</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#LogConstantQ">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>LogConstantQ</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">LogConstantQ</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#LogFrequencySpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>LogFrequencySpectrum</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">LogFrequencySpectrum</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TunedLogFrequencySpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>TunedLogFrequencySpectrum</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TunedLogFrequencySpectrum</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicSpectralDecrease">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>HarmonicSpectralDecrease</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HarmonicSpectralDecrease</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MelscaleFrequencyCepstralCoefficients">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SuperCollider"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#comirva"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>MelscaleFrequencyCepstralCoefficients</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MelscaleFrequencyCepstralCoefficients</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PowerSpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>PowerSpectrum</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PowerSpectrum</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AmplitudeDescriptor">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">AmplitudeDescriptor</rdfs:label>
+    <rdfs:comment>AmplitudeDescriptor</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label>libXtract</rdfs:label>
+    <rdfs:comment>libXtract</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#sMIRk">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label>sMIRk</rdfs:label>
+    <rdfs:comment>sMIRk</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TemporalStatisticalSpectrumDescriptor">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIREX"/>
+    <rdfs:comment>TemporalStatisticalSpectrumDescriptor</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TemporalStatisticalSpectrumDescriptor</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#DeltaMfcc">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>DeltaMfcc</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">DeltaMfcc</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralContrastPattern">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIREX"/>
+    <rdfs:comment>SpectralContrastPattern</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralContrastPattern</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PerceptualSpectralVariation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>PerceptualSpectralVariation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PerceptualSpectralVariation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralAverageDeviation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>SpectralAverageDeviation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralAverageDeviation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TemporalDecrease">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>TemporalDecrease</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TemporalDecrease</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralCrestFactorPerBand">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>SpectralCrestFactorPerBand</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralCrestFactorPerBand</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#RiseTime">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <rdfs:comment>RiseTime</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">RiseTime</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#BarkCoefficients">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>BarkCoefficients</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">BarkCoefficients</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AdaptiveTimeFrequencyTransform">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">AdaptiveTimeFrequencyTransform</rdfs:label>
+    <rdfs:comment>AdaptiveTimeFrequencyTransform</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#NoteTracker">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>NoteTracker</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">NoteTracker</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SignalToNoiseRatio">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>SignalToNoiseRatio</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SignalToNoiseRatio</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralSharpness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>SpectralSharpness</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralSharpness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Loudness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SuperCollider"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PsySound3"/>
+    <rdfs:comment>Loudness</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Loudness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#BarandBeatTracker">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>BarandBeatTracker</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">BarandBeatTracker</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PerceptualSharpness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>PerceptualSharpness</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PerceptualSharpness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AutocorrelationMFCCs">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">AutocorrelationMFCCs</rdfs:label>
+    <rdfs:comment>AutocorrelationMFCCs</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Tristimulus2">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Tristimulus2</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Tristimulus2</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PitchSchmitt">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <rdfs:comment>PitchSchmitt</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PitchSchmitt</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Sone">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">Sone</rdfs:label>
+    <rdfs:comment>Sone</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MandelEllis">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#comirva"/>
+    <rdfs:comment>MandelEllis</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MandelEllis</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralCrest">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SuperCollider"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>SpectralCrest</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralCrest</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG7HarmonicSpectralDeviation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG-7"/>
+    <rdfs:comment>MPEG7HarmonicSpectralDeviation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MPEG7HarmonicSpectralDeviation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralFlux">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#sMIRk"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>SpectralFlux</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralFlux</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#LocalTuning">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>LocalTuning</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">LocalTuning</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PitchFFTYIN">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <rdfs:comment>PitchFFTYIN</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PitchFFTYIN</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Transformto6DTonalContentSpace">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Transformto6DTonalContentSpace</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Transformto6DTonalContentSpace</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralMean">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <rdfs:comment>SpectralMean</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralMean</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PhaseSpaceFeatures">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">PhaseSpaceFeatures</rdfs:label>
+    <rdfs:comment>PhaseSpaceFeatures</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#computedIn">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Property"/>
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#String"/>
+    <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Brightness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <rdfs:comment>Brightness</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Brightness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SubbandSpectralFlux">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">SubbandSpectralFlux</rdfs:label>
+    <rdfs:comment>SubbandSpectralFlux</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralDecrease">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <rdfs:comment>SpectralDecrease</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralDecrease</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PitchDiff">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>PitchDiff</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PitchDiff</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Tuning">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Tuning</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Tuning</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Signal">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">Signal</rdfs:label>
+    <rdfs:comment>Signal</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HighFrequencyContent">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <rdfs:comment>HighFrequencyContent</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HighFrequencyContent</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AdaptiveSpectrogram">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>AdaptiveSpectrogram</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AdaptiveSpectrogram</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralShapeStatistics">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>SpectralShapeStatistics</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralShapeStatistics</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PsySound3">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label>PsySound3</rdfs:label>
+    <rdfs:comment>PsySound3</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#EventDensity">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <rdfs:comment>EventDensity</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">EventDensity</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AverageSquaredDifferenceFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>AverageSquaredDifferenceFunction</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AverageSquaredDifferenceFunction</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#KeySOM">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <rdfs:comment>KeySOM</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">KeySOM</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Attack">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <rdfs:comment>Attack</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Attack</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PitchSynchronousZCPA">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">PitchSynchronousZCPA</rdfs:label>
+    <rdfs:comment>PitchSynchronousZCPA</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#StatisticalIntegrator">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>StatisticalIntegrator</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">StatisticalIntegrator</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PerceptualSpectralRolloff">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>PerceptualSpectralRolloff</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PerceptualSpectralRolloff</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ChromagramandBassChromagram">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>ChromagramandBassChromagram</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">ChromagramandBassChromagram</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PeakFinder">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>PeakFinder</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PeakFinder</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#StandardDeviation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>StandardDeviation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">StandardDeviation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralPercentile">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SuperCollider"/>
+    <rdfs:comment>SpectralPercentile</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralPercentile</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AimGammatone">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>AimGammatone (Auditory Image Model) </rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AimGammatone (Auditory Image Model) </rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#BassChromagram">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>BassChromagram</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">BassChromagram</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ZeroCrossingPeakAmplitudes">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">ZeroCrossingPeakAmplitudes</rdfs:label>
+    <rdfs:comment>ZeroCrossingPeakAmplitudes</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIDINote">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <rdfs:comment>MIDINote</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MIDINote</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#IBTINESCBeatTracker">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>IBTINESCBeatTracker</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">IBTINESCBeatTracker</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AverageDeviation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>AverageDeviation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AverageDeviation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Mode">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <rdfs:comment>Mode</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Mode</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TransientSteadyStateSeparation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <rdfs:comment>TransientSteadyStateSeparation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TransientSteadyStateSeparation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AimPZFC2">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>AimPZFC2 (Auditory Image Model) </rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AimPZFC2 (Auditory Image Model) </rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicSpectralSkewness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>HarmonicSpectralSkewness</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HarmonicSpectralSkewness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MelSpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>MelSpectrum</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MelSpectrum</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label>jMIR</rdfs:label>
+    <rdfs:comment>jMIR</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#RMSEnergy">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <rdfs:comment>RMSEnergy</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">RMSEnergy</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#DistanceMatrix">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>DistanceMatrix</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">DistanceMatrix</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#LinearPredictionZCR">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">LinearPredictionZCR</rdfs:label>
+    <rdfs:comment>LinearPredictionZCR</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PitchHistogram">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">PitchHistogram</rdfs:label>
+    <rdfs:comment>PitchHistogram</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Key">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Key</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Key</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#StereoSpectrumSources">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>StereoSpectrumSources</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">StereoSpectrumSources</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#DWPTbasedRhythmFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">DWPTbasedRhythmFeature</rdfs:label>
+    <rdfs:comment>DWPTbasedRhythmFeature</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TonalChange">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>TonalChange</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TonalChange</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralRolloff">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#sMIRk"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <rdfs:comment>SpectralRolloff</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralRolloff</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicSpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>HarmonicSpectrum</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HarmonicSpectrum</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ZeroCrossingRate">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SuperCollider"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#sMIRk"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <rdfs:comment>ZeroCrossingRate</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">ZeroCrossingRate</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#RootMeanSquare">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#sMIRk"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>RootMeanSquare</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">RootMeanSquare</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#WaveletPyramid">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>WaveletPyramid</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">WaveletPyramid</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ConstantQSpectrogram">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>ConstantQSpectrogram</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">ConstantQSpectrogram</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PowerToAverageRatio">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>PowerToAverageRatio</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PowerToAverageRatio</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MaxMin">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>MaxMin</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MaxMin</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PhaseBasedMethodOnsetDetectionFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <rdfs:comment>PhaseBasedMethodOnsetDetectionFunction</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PhaseBasedMethodOnsetDetectionFunction</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#KeyStrength">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <rdfs:comment>KeyStrength</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">KeyStrength</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Nonzerocount">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Nonzerocount</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Nonzerocount</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG7AudioHarmonicity">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG-7"/>
+    <rdfs:comment>MPEG7AudioHarmonicity</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MPEG7AudioHarmonicity</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Tristimulus1">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Tristimulus1</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Tristimulus1</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TemporalIncrease">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>TemporalIncrease</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TemporalIncrease</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralPeaks">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">SpectralPeaks</rdfs:label>
+    <rdfs:comment>SpectralPeaks</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Crest">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SuperCollider"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <rdfs:comment>Crest</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Crest</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#FilterbankMel">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <rdfs:comment>FilterbankMel</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">FilterbankMel</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AverageMagnitudeDifferenceFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>AverageMagnitudeDifferenceFunction</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AverageMagnitudeDifferenceFunction</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#RhythmPatterns">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIREX"/>
+    <rdfs:comment>RhythmPatterns</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">RhythmPatterns</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#StereoSpectrumFeatures">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>StereoSpectrumFeatures</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">StereoSpectrumFeatures</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CorrelationPattern">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIREX"/>
+    <rdfs:comment>CorrelationPattern</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">CorrelationPattern</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TonicPitch">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>TonicPitch</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TonicPitch</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Deviation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>Deviation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Deviation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicTristimulus">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>HarmonicTristimulus</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HarmonicTristimulus</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG-7">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label>MPEG-7</rdfs:label>
+    <rdfs:comment>MPEG-7</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Moments">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>Moments</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Moments</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SmoothedDetectionFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>SmoothedDetectionFunction</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SmoothedDetectionFunction</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIREX">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label>MIREX</rdfs:label>
+    <rdfs:comment>MIREX</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralVariability">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>SpectralVariability</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralVariability</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HighFrequencyContentOnsetDetectionFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <rdfs:comment>HighFrequencyContentOnsetDetectionFunction</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HighFrequencyContentOnsetDetectionFunction</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AimHCL2">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>AimHCL2 (Auditory Image Model) </rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AimHCL2 (Auditory Image Model) </rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicSpectralRolloff">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>HarmonicSpectralRolloff</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HarmonicSpectralRolloff</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Chromagram">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SuperCollider"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Chromagram</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Chromagram</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PolyphonicTranscription">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>PolyphonicTranscription</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PolyphonicTranscription</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HistogramIntegrator">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>HistogramIntegrator</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HistogramIntegrator</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MeanAbsoluteDeviation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>MeanAbsoluteDeviation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MeanAbsoluteDeviation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ADRessStereoSpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>ADRessStereoSpectrum (Azimuth Discrimination and Resynthesis)</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">ADRessStereoSpectrum (Azimuth Discrimination and Resynthesis)</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralPatternCent">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#comirva"/>
+    <rdfs:comment>SpectralPatternCent</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralPatternCent</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralSlope">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SuperCollider"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <rdfs:comment>SpectralSlope</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralSlope</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PrincipalMelSpectrumComponents">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIREX"/>
+    <rdfs:comment>PrincipalMelSpectrumComponents</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PrincipalMelSpectrumComponents</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label>TimbreToolbox</rdfs:label>
+    <rdfs:comment>TimbreToolbox</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AreaMomentsConstantQMFCC">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>AreaMomentsConstantQMFCC</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AreaMomentsConstantQMFCC</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AimSAI">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>AimSAI (Auditory Image Model) </rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AimSAI (Auditory Image Model) </rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AutoCorrelationFFT">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <rdfs:comment>AutoCorrelationFFT</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AutoCorrelationFFT</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Smoothness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <rdfs:comment>Smoothness</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Smoothness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TemporalShapeStatistics">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>TemporalShapeStatistics</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TemporalShapeStatistics</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#EffectiveDuration">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>EffectiveDuration</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">EffectiveDuration</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#NoiseEnergy">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <rdfs:comment>NoiseEnergy</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">NoiseEnergy</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#NNLSChroma">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>NNLSChroma</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">NNLSChroma</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#StrengthOfStrongestBeat">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>StrengthOfStrongestBeat</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">StrengthOfStrongestBeat</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MagnitudeSpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>MagnitudeSpectrum</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MagnitudeSpectrum</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MinArgMin">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>MinArgMin</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MinArgMin</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Subbands">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <rdfs:comment>Subbands</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Subbands</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PerceptualSpectralEnvelopeShape">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>PerceptualSpectralEnvelopeShape</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PerceptualSpectralEnvelopeShape</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#RhythmHistogram">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIREX"/>
+    <rdfs:comment>RhythmHistogram</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">RhythmHistogram</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SlopeIntegrator">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>SlopeIntegrator</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SlopeIntegrator</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#BeatCount">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>BeatCount</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">BeatCount</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PulseMetric">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">PulseMetric</rdfs:label>
+    <rdfs:comment>PulseMetric</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PerceptualSpread">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>PerceptualSpread</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PerceptualSpread</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralCrestFactor">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>SpectralCrestFactor</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralCrestFactor</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TotalNoiseEnergy">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>TotalNoiseEnergy</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TotalNoiseEnergy</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#NoteOnsetDetector">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>NoteOnsetDetector</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">NoteOnsetDetector</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicSpectralSlope">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>HarmonicSpectralSlope</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HarmonicSpectralSlope</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#StrongestFrequencyViaSpectralCentroid">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>StrongestFrequencyViaSpectralCentroid</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">StrongestFrequencyViaSpectralCentroid</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicSpectralCentroid">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>HarmonicSpectralCentroid</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HarmonicSpectralCentroid</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PerceptualSpectralSpread">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>PerceptualSpectralSpread</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PerceptualSpectralSpread</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Median">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>Median</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Median</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicChangeValue">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>HarmonicChangeValue</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HarmonicChangeValue</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#LinearSpectralPairs">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>LinearSpectralPairs</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">LinearSpectralPairs</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PulseClarity">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <rdfs:comment>PulseClarity</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PulseClarity</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#RelativeDifferenceFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>RelativeDifferenceFunction</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">RelativeDifferenceFunction</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SilentRegions">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>SilentRegions</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SilentRegions</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MagnitudeSkewness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <rdfs:comment>MagnitudeSkewness</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MagnitudeSkewness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralCentroid">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SuperCollider"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#sMIRk"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <rdfs:comment>SpectralCentroid</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralCentroid</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbralWidth">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PsySound3"/>
+    <rdfs:comment>TimbralWidth</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TimbralWidth</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MELODIAMelodyExtractionintermediatesteps">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>MELODIAMelodyExtraction(intermediatesteps)</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MELODIAMelodyExtraction(intermediatesteps)</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#BandPeriodicity">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">BandPeriodicity</rdfs:label>
+    <rdfs:comment>BandPeriodicity</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SalienceFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>SalienceFunction</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SalienceFunction</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#LNorm">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <rdfs:comment>LNorm</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">LNorm</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#LinearPredictiveCoding">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#sMIRk"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>LinearPredictiveCoding</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">LinearPredictiveCoding</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AttackSlope">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <rdfs:comment>AttackSlope</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AttackSlope</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TemporalRhythmHistogram">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIREX"/>
+    <rdfs:comment>TemporalRhythmHistogram</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TemporalRhythmHistogram</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#RunningAutocorrelation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>RunningAutocorrelation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">RunningAutocorrelation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#FluctuationPattern">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#comirva"/>
+    <rdfs:comment>FluctuationPattern</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">FluctuationPattern</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TonalCentroid">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <rdfs:comment>TonalCentroid</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TonalCentroid</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ConstantQMFCC">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>ConstantQMFCC</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">ConstantQMFCC</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AbsMax">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>AbsMax</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AbsMax</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#StrongestFrequencyViaFFTMax">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>StrongestFrequencyViaFFTMax</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">StrongestFrequencyViaFFTMax</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label>aubio</rdfs:label>
+    <rdfs:comment>aubio</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralSkewness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>SpectralSkewness</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralSkewness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TemporalCentroid">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>TemporalCentroid</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TemporalCentroid</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#DaubechiesWaveletCoefficientHistogram">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">DaubechiesWaveletCoefficientHistogram</rdfs:label>
+    <rdfs:comment>DaubechiesWaveletCoefficientHistogram</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Mean">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Mean</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Mean</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Bandwidth">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">Bandwidth</rdfs:label>
+    <rdfs:comment>Bandwidth</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Inharmonicity">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Inharmonicity</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Inharmonicity</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Envelope">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>Envelope</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Envelope</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TotalEnergyModulation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>TotalEnergyModulation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TotalEnergyModulation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Tristimulus">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <rdfs:comment>Tristimulus</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Tristimulus</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AmplitudeofEnergyModulation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <rdfs:comment>AmplitudeofEnergyModulation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AmplitudeofEnergyModulation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ComplexDomainOnsetDetection">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <rdfs:comment>ComplexDomainOnsetDetection</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">ComplexDomainOnsetDetection</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Bars">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Bars</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Bars</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#GlobalSpectralShapeDescription">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>GlobalSpectralShapeDescription</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">GlobalSpectralShapeDescription</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#KeyStrengthPlot">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>KeyStrengthPlot</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">KeyStrengthPlot</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PsychoacousticalPitch">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">PsychoacousticalPitch</rdfs:label>
+    <rdfs:comment>PsychoacousticalPitch</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PerceptualSpectralKurtosis">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>PerceptualSpectralKurtosis</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PerceptualSpectralKurtosis</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicSpectralFlux">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>HarmonicSpectralFlux</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HarmonicSpectralFlux</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Pitch">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SuperCollider"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Pitch</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Pitch</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#DiscreteCosineTransform">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>DiscreteCosineTransform</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">DiscreteCosineTransform</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Spectrum2Mel">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>Spectrum2Mel</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Spectrum2Mel</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#BarkscaleFrequencyCepstralCoefficients">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">BarkscaleFrequencyCepstralCoefficients</rdfs:label>
+    <rdfs:comment>BarkscaleFrequencyCepstralCoefficients</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#FeatureMeans">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>FeatureMeans</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">FeatureMeans</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralSpread">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SuperCollider"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <rdfs:comment>SpectralSpread</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralSpread</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralKurtosis">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <rdfs:comment>SpectralKurtosis</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralKurtosis</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AreaMomentsMFCC">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>AreaMomentsMFCC</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AreaMomentsMFCC</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Variance">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Variance</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Variance</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AutoCorrelationPeaksIntegrator">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>AutoCorrelationPeaksIntegrator</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AutoCorrelationPeaksIntegrator</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Volume">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">Volume</rdfs:label>
+    <rdfs:comment>Volume</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AimHCL">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>AimHCL (Auditory Image Model) </rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AimHCL (Auditory Image Model) </rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Irregularityj">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <rdfs:comment>Irregularityj</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Irregularityj</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TonalDissonance">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PsySound3"/>
+    <rdfs:comment>TonalDissonance</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TonalDissonance</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Chordino">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Chordino</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Chordino</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AreaPolynomialApproximation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>AreaPolynomialApproximation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AreaPolynomialApproximation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Spectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Spectrum</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Spectrum</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AutoCorrelation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#sMIRk"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <rdfs:comment>AutoCorrelation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AutoCorrelation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Sharpness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PsySound3"/>
+    <rdfs:comment>Sharpness</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Sharpness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#FrequencyofEnergyModulation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <rdfs:comment>FrequencyofEnergyModulation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">FrequencyofEnergyModulation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralDifferenceMethodOnsetDetectionFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <rdfs:comment>SpectralDifferenceMethodOnsetDetectionFunction</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralDifferenceMethodOnsetDetectionFunction</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TotalHarmonicEnergy">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>TotalHarmonicEnergy</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TotalHarmonicEnergy</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#IntegralLoudness">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">IntegralLoudness</rdfs:label>
+    <rdfs:comment>IntegralLoudness</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralDissonance">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PsySound3"/>
+    <rdfs:comment>SpectralDissonance</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralDissonance</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#RMSAmplitude">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>RMSAmplitude</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">RMSAmplitude</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ChromaCENSFeatures">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">ChromaCENSFeatures</rdfs:label>
+    <rdfs:comment>ChromaCENSFeatures</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label>Vamp</rdfs:label>
+    <rdfs:comment>Vamp</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ChordEstimate">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>ChordEstimate</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">ChordEstimate</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#StrongestBeat">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>StrongestBeat</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">StrongestBeat</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicCoefficient">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">HarmonicCoefficient</rdfs:label>
+    <rdfs:comment>HarmonicCoefficient</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#KeyMode">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>KeyMode</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">KeyMode</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PerceptualSpectralSkewness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>PerceptualSpectralSkewness</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PerceptualSpectralSkewness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralShape">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <rdfs:comment>SpectralShape</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralShape</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicConcentration">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">HarmonicConcentration</rdfs:label>
+    <rdfs:comment>HarmonicConcentration</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#DeltaSpectralPattern">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIREX"/>
+    <rdfs:comment>DeltaSpectralPattern</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">DeltaSpectralPattern</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TonalChangePositions">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>TonalChangePositions</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TonalChangePositions</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicChangeDetectionFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <rdfs:comment>HarmonicChangeDetectionFunction</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HarmonicChangeDetectionFunction</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Segmenter">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Segmenter</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Segmenter</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PeakSpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>PeakSpectrum</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PeakSpectrum</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TotalEnergy">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>TotalEnergy</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TotalEnergy</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#OnsetDetectionFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SuperCollider"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>OnsetDetectionFunction</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">OnsetDetectionFunction</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#GeometricMean">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <rdfs:comment>GeometricMean</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">GeometricMean</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AmplitudeModulation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>AmplitudeModulation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AmplitudeModulation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AreaMomentsLogConstantQ">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>AreaMomentsLogConstantQ</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AreaMomentsLogConstantQ</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#KeyDetector">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SuperCollider"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>KeyDetector</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">KeyDetector</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Decaytime">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <rdfs:comment>Decaytime</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Decaytime</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Tristimulus3">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Tristimulus3</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Tristimulus3</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Daub4">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>Daub4</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Daub4</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#IrregularityI">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>IrregularityI</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">IrregularityI</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#EnhADRessStereoSpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>EnhADRessStereoSpectrum (Azimuth Discrimination and Resynthesis)</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">EnhADRessStereoSpectrum (Azimuth Discrimination and Resynthesis)</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PeakerOnset">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>PeakerOnset</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PeakerOnset</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ModifiedGroupDelay">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">ModifiedGroupDelay</rdfs:label>
+    <rdfs:comment>ModifiedGroupDelay</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PitchMultiComb">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <rdfs:comment>PitchMultiComb</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PitchMultiComb</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AreaPolynomialApproximationConstantQMFCC">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>AreaPolynomialApproximationConstantQMFCC</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AreaPolynomialApproximationConstantQMFCC</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Frames">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>Frames</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Frames</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#BeatSum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>BeatSum</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">BeatSum</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#OddToEvenBandRatio">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>OddToEvenBandRatio</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">OddToEvenBandRatio</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#RunningStatistics">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>RunningStatistics</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">RunningStatistics</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Feature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">Feature</rdfs:label>
+    <rdfs:comment>Feature</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#RelativeSpectralPLP">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">RelativeSpectralPLP</rdfs:label>
+    <rdfs:comment>RelativeSpectralPLP</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#IrregularityII">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>IrregularityII</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">IrregularityII</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#BandTristimulus">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>BandTristimulus</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">BandTristimulus</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Irregularityk">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <rdfs:comment>Irregularityk</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Irregularityk</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#BeatHistogramFromPeaks">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>BeatHistogramFromPeaks</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">BeatHistogramFromPeaks</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TriangularFilterBank">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>TriangularFilterBank</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TriangularFilterBank</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#GeorgeTzanetakisModel">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIREX"/>
+    <rdfs:comment>GeorgeTzanetakisModel</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">GeorgeTzanetakisModel</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Derivate">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>Derivate</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Derivate</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#RMSEnergyEnvelope">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <rdfs:comment>RMSEnergyEnvelope</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">RMSEnergyEnvelope</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#OddToEvenHarmonicRatio">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>OddToEvenHarmonicRatio</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">OddToEvenHarmonicRatio</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Cepstrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>Cepstrum</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Cepstrum</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG7TemporalCentroid">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG-7"/>
+    <rdfs:comment>MPEG7TemporalCentroid</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MPEG7TemporalCentroid</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#StrongestFrequencyViaZeroCrossings">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>StrongestFrequencyViaZeroCrossings</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">StrongestFrequencyViaZeroCrossings</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#EnergyBasedOnsetDetectionFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <rdfs:comment>EnergyBasedOnsetDetectionFunction</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">EnergyBasedOnsetDetectionFunction</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MaxArgMax">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>MaxArgMax</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MaxArgMax</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#FundamentalFrequencyModulation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>FundamentalFrequencyModulation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">FundamentalFrequencyModulation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectrotemporalVariation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <rdfs:comment>SpectrotemporalVariation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectrotemporalVariation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ChromaMeans">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>ChromaMeans</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">ChromaMeans</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicProminence">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">HarmonicProminence</rdfs:label>
+    <rdfs:comment>HarmonicProminence</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicSpectralShape">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>HarmonicSpectralShape</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HarmonicSpectralShape</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Irregularity">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <rdfs:comment>Irregularity</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Irregularity</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#KrumhanslKeyFinder">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>KrumhanslKeyFinder</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">KrumhanslKeyFinder</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG7AudioFundamentalFrequency">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG-7"/>
+    <rdfs:comment>MPEG7AudioFundamentalFrequency</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MPEG7AudioFundamentalFrequency</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Power">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <rdfs:comment>Power</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Power</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#EvenHarmonicRatio">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>EvenHarmonicRatio</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">EvenHarmonicRatio</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#LogarithmicFluctuationPattern">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIREX"/>
+    <rdfs:comment>LogarithmicFluctuationPattern</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">LogarithmicFluctuationPattern</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PerceptualSpectralCentroid">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>PerceptualSpectralCentroid</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PerceptualSpectralCentroid</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#BeatTracker">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SuperCollider"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>BeatTracker</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">BeatTracker</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MaxMagFreq">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <rdfs:comment>MaxMagFreq</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MaxMagFreq</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralCenter">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">SpectralCenter</rdfs:label>
+    <rdfs:comment>SpectralCenter</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SemitoneSpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>SemitoneSpectrum</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SemitoneSpectrum</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG7HarmonicSpectralSpread">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG-7"/>
+    <rdfs:comment>MPEG7HarmonicSpectralSpread</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MPEG7HarmonicSpectralSpread</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AuditoryFilterBankTemporalEnvelopes">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">AuditoryFilterBankTemporalEnvelopes</rdfs:label>
+    <rdfs:comment>AuditoryFilterBankTemporalEnvelopes</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#LineSpectralFrequencies">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>LineSpectralFrequencies</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">LineSpectralFrequencies</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG7AudioWaveform">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG-7"/>
+    <rdfs:comment>MPEG7AudioWaveform</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MPEG7AudioWaveform</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#DistancefromFirstChannel">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>DistancefromFirstChannel</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">DistancefromFirstChannel</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG7AudioSpectrumSpread">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG-7"/>
+    <rdfs:comment>MPEG7AudioSpectrumSpread</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MPEG7AudioSpectrumSpread</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#OctaveBandSignalIntensity">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>OctaveBandSignalIntensity</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">OctaveBandSignalIntensity</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AttackLeap">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <rdfs:comment>AttackLeap</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AttackLeap</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ModulationEnergy">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">4HzModulationEnergy</rdfs:label>
+    <rdfs:comment>4HzModulationEnergy</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralDispersion">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">SpectralDispersion</rdfs:label>
+    <rdfs:comment>SpectralDispersion</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#LinearPredictionCepstralCoefficients">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>LinearPredictionCepstralCoefficients</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">LinearPredictionCepstralCoefficients</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AreaPolynomialApproximationLogConstantQ">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>AreaPolynomialApproximationLogConstantQ</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AreaPolynomialApproximationLogConstantQ</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#LocalSingleGaussianModel">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIREX"/>
+    <rdfs:comment>LocalSingleGaussianModel</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">LocalSingleGaussianModel</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicSpectralSpread">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>HarmonicSpectralSpread</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HarmonicSpectralSpread</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Decay">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <rdfs:comment>Decay</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Decay</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ADRessSpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>ADRessSpectrum (Azimuth Discrimination and Resynthesis)</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">ADRessSpectrum (Azimuth Discrimination and Resynthesis)</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#StereoSpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>StereoSpectrum</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">StereoSpectrum</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AimLocalMax">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>AimLocalMax (Auditory Image Model) </rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AimLocalMax (Auditory Image Model) </rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MultiresolutionEntropy">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">MultiresolutionEntropy</rdfs:label>
+    <rdfs:comment>MultiresolutionEntropy</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ModifiedKullbackLieblerOnsetDetectionFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <rdfs:comment>ModifiedKullbackLieblerOnsetDetectionFunction</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">ModifiedKullbackLieblerOnsetDetectionFunction</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#DiscreteWaveletTransform">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>DiscreteWaveletTransform</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">DiscreteWaveletTransform</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#EnhADRess">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>EnhADRess (Azimuth Discrimination and Resynthesis)</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">EnhADRess (Azimuth Discrimination and Resynthesis)</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralStandardDeviation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>SpectralStandardDeviation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralStandardDeviation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#FluctuationPatterns">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIREX"/>
+    <rdfs:comment>FluctuationPatterns</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">FluctuationPatterns</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ModulationHarmonicCoefficients">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">4HzModulationHarmonicCoefficients</rdfs:label>
+    <rdfs:comment>4HzModulationHarmonicCoefficients</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PureTonalness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PsySound3"/>
+    <rdfs:comment>PureTonalness</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PureTonalness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SilenceTest">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>SilenceTest</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SilenceTest</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#KullbackLieblerOnsetDetectionFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <rdfs:comment>KullbackLieblerOnsetDetectionFunction</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">KullbackLieblerOnsetDetectionFunction</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Spectrum2Chroma">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>Spectrum2Chroma</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Spectrum2Chroma</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralPeakStructure">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">SpectralPeakStructure</rdfs:label>
+    <rdfs:comment>SpectralPeakStructure</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicEnergyEntropy">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">HarmonicEnergyEntropy</rdfs:label>
+    <rdfs:comment>HarmonicEnergyEntropy</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#DecorrelatedFilterBanks">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIREX"/>
+    <rdfs:comment>DecorrelatedFilterBanks</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">DecorrelatedFilterBanks</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PerceptualSpectralSlope">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>PerceptualSpectralSlope</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PerceptualSpectralSlope</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Attacktime">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <rdfs:comment>Attacktime</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Attacktime</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#LowFreqEnergyRelation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <rdfs:comment>LowFreqEnergyRelation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">LowFreqEnergyRelation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#comirva">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label>comirva</rdfs:label>
+    <rdfs:comment>comirva</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PitchFastComb">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <rdfs:comment>PitchFastComb</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PitchFastComb</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG7SpectralCentroid">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG-7"/>
+    <rdfs:comment>MPEG7SpectralCentroid</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MPEG7SpectralCentroid</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicSpectralSmoothness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>HarmonicSpectralSmoothness</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HarmonicSpectralSmoothness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Roughness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <rdfs:comment>Roughness</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Roughness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label>CLAM</rdfs:label>
+    <rdfs:comment>CLAM</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralFlatnessAllBands">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>SpectralFlatnessAllBands</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralFlatnessAllBands</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Noisiness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Noisiness</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Noisiness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#FundamentalFrequency">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>FundamentalFrequency</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">FundamentalFrequency</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HighestValue">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>HighestValue</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HighestValue</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PitchCountours">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>PitchCountours</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PitchCountours</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicSpectralDeviation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>HarmonicSpectralDeviation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HarmonicSpectralDeviation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#NoteRepresentationofChordEstimate">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>NoteRepresentationofChordEstimate</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">NoteRepresentationofChordEstimate</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicEnergy">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <rdfs:comment>HarmonicEnergy</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HarmonicEnergy</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MagnitudeKurtosis">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <rdfs:comment>MagnitudeKurtosis</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MagnitudeKurtosis</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TempoandBeatTracker">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>TempoandBeatTracker</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TempoandBeatTracker</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MeddisHairCell">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>MeddisHairCell</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MeddisHairCell</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ConstantQ">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>ConstantQ</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">ConstantQ</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Energy">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>Energy</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Energy</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#BandSpectralDeviation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>BandSpectralDeviation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">BandSpectralDeviation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#LineSpectralPairs">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>LineSpectralPairs</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">LineSpectralPairs</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#FluctuationPatternCent">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#comirva"/>
+    <rdfs:comment>FluctuationPatternCent</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">FluctuationPatternCent</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicSpectralKurtosis">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>HarmonicSpectralKurtosis</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HarmonicSpectralKurtosis</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralFluxOnsetDetectionFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <rdfs:comment>SpectralFluxOnsetDetectionFunction</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralFluxOnsetDetectionFunction</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MELODIAMelodyExtraction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>MELODIAMelodyExtraction</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MELODIAMelodyExtraction</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Flatnessdb">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <rdfs:comment>Flatnessdb</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Flatnessdb</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PitchYIN">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <rdfs:comment>PitchYIN</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PitchYIN</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#BeatSpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>BeatSpectrum</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">BeatSpectrum</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#OrderedDistancesfromFirstChannel">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>OrderedDistancesfromFirstChannel</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">OrderedDistancesfromFirstChannel</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG7LogAttackTime">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG-7"/>
+    <rdfs:comment>MPEG7LogAttackTime</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MPEG7LogAttackTime</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label>Marsyas</rdfs:label>
+    <rdfs:comment>Marsyas</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#BeatSpectralDifference">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>BeatSpectralDifference</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">BeatSpectralDifference</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Decrease">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <rdfs:comment>Decrease</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Decrease</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#FuncdamentalFrequency">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <rdfs:comment>FuncdamentalFrequency</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">FuncdamentalFrequency</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralFlatness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SuperCollider"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <rdfs:comment>SpectralFlatness</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralFlatness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PerceptualSpectralDecrease">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>PerceptualSpectralDecrease</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PerceptualSpectralDecrease</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#LowestValue">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>LowestValue</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">LowestValue</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Sum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <rdfs:comment>Sum</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Sum</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralInharmonicity">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <rdfs:comment>SpectralInharmonicity</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralInharmonicity</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralSmoothness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>SpectralSmoothness</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralSmoothness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PerceptualLinearPrediction">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">PerceptualLinearPrediction</rdfs:label>
+    <rdfs:comment>PerceptualLinearPrediction</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#DeltaDeltaMfcc">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>DeltaDeltaMfcc</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">DeltaDeltaMfcc</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AimSSI">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>AimSSI (Auditory Image Model) </rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AimSSI (Auditory Image Model) </rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ModulationFrequencyVarianceDescriptor">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIREX"/>
+    <rdfs:comment>ModulationFrequencyVarianceDescriptor</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">ModulationFrequencyVarianceDescriptor</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#EnvelopeShapeStatistics">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>EnvelopeShapeStatistics</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">EnvelopeShapeStatistics</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#RatescalefrequencyFeatures">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">RatescalefrequencyFeatures</rdfs:label>
+    <rdfs:comment>RatescalefrequencyFeatures</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SuperCollider">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label>SuperCollider</rdfs:label>
+    <rdfs:comment>SuperCollider</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MeansofCoefficients">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>MeansofCoefficients</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MeansofCoefficients</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AimPZFC">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>AimPZFC (Auditory Image Model) </rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AimPZFC (Auditory Image Model) </rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#FractionOfLowEnergyWindows">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>FractionOfLowEnergyWindows</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">FractionOfLowEnergyWindows</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#DistortionDiscriminantAnalysis">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">DistortionDiscriminantAnalysis</rdfs:label>
+    <rdfs:comment>DistortionDiscriminantAnalysis</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ShortTimeEnergy">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">ShortTimeEnergy</rdfs:label>
+    <rdfs:comment>ShortTimeEnergy</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label>MIRToolbox</rdfs:label>
+    <rdfs:comment>MIRToolbox</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#BeatHistogram">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>BeatHistogram</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">BeatHistogram</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AimVQ">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>AimVQ (Auditory Image Model) </rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AimVQ (Auditory Image Model) </rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#ADRess">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>ADRess (Azimuth Discrimination and Resynthesis)</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">ADRess (Azimuth Discrimination and Resynthesis)</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#StatisticalSpectrumDescriptor">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIREX"/>
+    <rdfs:comment>StatisticalSpectrumDescriptor</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">StatisticalSpectrumDescriptor</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Release">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <rdfs:comment>Release</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Release</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TonalChangeDetectionFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>TonalChangeDetectionFunction</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">TonalChangeDetectionFunction</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#JointAcousticandModuluationFrequency">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">JointAcousticandModuluationFrequency</rdfs:label>
+    <rdfs:comment>JointAcousticandModuluationFrequency</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#DecreaseSlope">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <rdfs:comment>DecreaseSlope</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">DecreaseSlope</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicPitchClassProfile">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>HarmonicPitchClassProfile</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HarmonicPitchClassProfile</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#OddEvenRatio">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <rdfs:comment>OddEvenRatio</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">OddEvenRatio</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AimBoxes">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>AimBoxes (Auditory Image Model) </rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AimBoxes (Auditory Image Model) </rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicSpectralVariation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>HarmonicSpectralVariation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HarmonicSpectralVariation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG7HarmonicSpectralCentroid">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG-7"/>
+    <rdfs:comment>MPEG7HarmonicSpectralCentroid</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MPEG7HarmonicSpectralCentroid</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Multiplicity">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PsySound3"/>
+    <rdfs:comment>Multiplicity</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Multiplicity</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Differencevector">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <rdfs:comment>Differencevector</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Differencevector</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralFlatnessPerBand">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <rdfs:comment>SpectralFlatnessPerBand</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralFlatnessPerBand</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#VarianceDeltaSpectralPattern">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIREX"/>
+    <rdfs:comment>VarianceDeltaSpectralPattern</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">VarianceDeltaSpectralPattern</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#FeatureVariances">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>FeatureVariances</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">FeatureVariances</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralPattern">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIREX"/>
+    <rdfs:comment>SpectralPattern</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralPattern</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#NoiseRobustAuditoryFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">NoiseRobustAuditoryFeature</rdfs:label>
+    <rdfs:comment>NoiseRobustAuditoryFeature</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicDerivate">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">HarmonicDerivate</rdfs:label>
+    <rdfs:comment>HarmonicDerivate</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Compactness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>Compactness</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Compactness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SignalAutoCorrelationFunction">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>SignalAutoCorrelationFunction</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SignalAutoCorrelationFunction</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Tempo">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Tempo</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Tempo</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CyclicBeatSpectrum">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">CyclicBeatSpectrum</rdfs:label>
+    <rdfs:comment>CyclicBeatSpectrum</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Peaker">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>Peaker</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Peaker</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#HarmonicProductSpectrum">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <rdfs:comment>HarmonicProductSpectrum</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">HarmonicProductSpectrum</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG7AudioSpectrumBasis">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MPEG-7"/>
+    <rdfs:comment>MPEG7AudioSpectrumBasis</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">MPEG7AudioSpectrumBasis</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#LogAttackTime">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#TimbreToolbox"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CLAM"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>LogAttackTime</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">LogAttackTime</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#FFTBinFrequencies">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>FFTBinFrequencies</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">FFTBinFrequencies</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PeakPicker">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#aubio"/>
+    <rdfs:comment>PeakPicker</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">PeakPicker</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#RhythmicFluctuation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#MIRToolbox"/>
+    <rdfs:comment>RhythmicFluctuation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">RhythmicFluctuation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#LogLikelihoodofChordEstimate">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>LogLikelihoodofChordEstimate</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">LogLikelihoodofChordEstimate</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Similarity">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>Similarity</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">Similarity</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AubioOnsetDetector">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>AubioOnsetDetector</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AubioOnsetDetector</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#BeatHistogramLabels">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>BeatHistogramLabels</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">BeatHistogramLabels</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#CrossCorrelation">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#sMIRk"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Marsyas"/>
+    <rdfs:comment>CrossCorrelation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">CrossCorrelation</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#FundamentalFrequencyfailsafe">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>FundamentalFrequency(failsafe)</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">FundamentalFrequency(failsafe)</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#SpectralVariance">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Yaafe"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#libXtract"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>SpectralVariance</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">SpectralVariance</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#NonSilentRegions">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#Vamp"/>
+    <rdfs:comment>NonSilentRegions</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">NonSilentRegions</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#AreaMoments">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#jMIR"/>
+    <rdfs:comment>AreaMoments</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">AreaMoments</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#PitchProfile">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+    <rdfs:label xml:lang="en">PitchProfile</rdfs:label>
+    <rdfs:comment>PitchProfile</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#RelaitvespecificLoudness">
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#AudioFeature"/>
+    <afv:computedIn rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#cuidado"/>
+    <rdfs:comment>RelaitvespecificLoudness</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:label xml:lang="en">RelaitvespecificLoudness</rdfs:label>
+    <vs:term_status xml:lang="en">testing</vs:term_status>
+  </rdf:Description>
+</rdf:RDF>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/aubio-onto.n3	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,155 @@
+@prefix af: <http://sovarr.c4dm.eecs.qmul.ac.uk/features/> .
+@prefix dc: <http://purl.org/dc/elements/1.1/> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+af:AWeightingFilterCoefficients a owl:Class ;
+    dc:description "An A-weighting digital filter, which reduces low and high frequencies and enhance the middle ones to reflect the ability of the human hearing." ;
+    rdfs:subClassOf af:DigitalFilter .
+
+af:BeatTracking a owl:Class ;
+    dc:description "Beat tracking using a context dependant model." ;
+    rdfs:subClassOf af:Tempo .
+
+af:BiquadFilter a owl:Class ;
+    dc:description "Second order Infinite Impulse Response filter." ;
+    rdfs:subClassOf af:DigitalFilter .
+
+af:CWeightingFilterCoefficients a owl:Class ;
+    dc:description "A C-weighting digital filter, which reduces low and high frequencies and enhance the middle ones to reflect the ability of the human hearing." ;
+    rdfs:subClassOf af:DigitalFilter .
+
+af:ComplexDomainMethodOnsetDetectionFunction a owl:Class ;
+    dc:description "Complex Domain Method onset detection function." ;
+    rdfs:subClassOf af:OnsetDetection .
+
+af:EnergyBasedOnsetDetectionFunction a owl:Class ;
+    dc:description "This function calculates the local energy of the input spectral frame." ;
+    rdfs:subClassOf af:OnsetDetection .
+
+af:FilterbankMel a owl:Class ;
+    dc:description "Mel frequency filter bank coefficients. Set filter bank coefficients to Mel frequency bands" ;
+    rdfs:subClassOf af:SpectralFeature .
+
+af:HighFrequencyContentOnsetDetectionFunction a owl:Class ;
+    dc:description "This method computes the High Frequency Content (HFC) of the input spectral frame. The resulting function is efficient at detecting percussive onsets" ;
+    rdfs:subClassOf af:OnsetDetection .
+
+af:KullbackLieblerOnsetDetectionFunction a owl:Class ;
+    dc:description "Kullback-Liebler onset detection function." ;
+    rdfs:subClassOf af:OnsetDetection .
+
+af:MFCC a owl:Class ;
+    dc:description "Mel-frequency cepstrum coefficients object" ;
+    rdfs:subClassOf af:SpectralFeature .
+
+af:ModifiedKullbackLieblerOnsetDetectionFunction a owl:Class ;
+    dc:description "Modified Kullback-Liebler onset detection function." ;
+    rdfs:subClassOf af:OnsetDetection .
+
+af:Onset a owl:Class ;
+    dc:description "Computes the onset detection function and detect peaks in these functions. When onsets are found above a given silence threshold, and after a minimum inter-onset interval, the output vector returned by aubio_onset_do is filled with 1. Otherwise, the output vector remains 0" ;
+    rdfs:subClassOf af:OnsetDetection .
+
+af:OnsetDetectionFunction a owl:Class ;
+    dc:description "These functions are designed to raise at notes attacks in music signals." ;
+    rdfs:subClassOf af:OnsetDetection .
+
+af:PeakPicker a owl:Class ;
+    dc:description "Peak picking utilities function" ;
+    rdfs:subClassOf af:OnsetDetection .
+
+af:PhaseBasedMethodOnsetDetectionFunction a owl:Class ;
+    dc:description "Phase Based Method onset detection function." ;
+    rdfs:subClassOf af:OnsetDetection .
+
+af:PhaseVocoder a owl:Class ;
+    dc:description "This object implements a phase vocoder. The spectral frames are computed using a HanningZ window and a swapped version of the signal to simplify the phase relationships across frames. The window sizes and overlap are specified at creation time." ;
+    rdfs:subClassOf af:SpectralFeature .
+
+af:Pitch a owl:Class ;
+    dc:description "Generic method for pitch detection" ;
+    rdfs:subClassOf af:PitchDetection .
+
+af:PitchFastComb a owl:Class ;
+    dc:description "Pitch detection using a fast harmonic comb filter" ;
+    rdfs:subClassOf af:PitchDetection .
+
+af:PitchFftYin a owl:Class ;
+    dc:description "Pitch detection using a spectral implementation of the YIN algorithm" ;
+    rdfs:subClassOf af:PitchDetection .
+
+af:PitchMultiComb a owl:Class ;
+    dc:description "Pitch detection using multiple-comb filter" ;
+    rdfs:subClassOf af:PitchDetection .
+
+af:PitchSchmitt a owl:Class ;
+    dc:description "Pitch detection using a Schmitt trigger" ;
+    rdfs:subClassOf af:PitchDetection .
+
+af:PitchYin a owl:Class ;
+    dc:description "Pitch detection using the YIN algorithm" ;
+    rdfs:subClassOf af:PitchDetection .
+
+af:Resampler a owl:Class ;
+    dc:description "This object resamples an input vector into an output vector using libsamplerate." ;
+    rdfs:subClassOf af:DigitalFilter .
+
+af:SpectralCentroid a owl:Class ;
+    dc:description "The spectral centroid represents the barycenter of the spectrum." ;
+    rdfs:subClassOf af:SpectralFeature .
+
+af:SpectralDecrease a owl:Class ;
+    dc:description "The spectral decrease is another representation of the decreasing rate, based on perceptual criteria." ;
+    rdfs:subClassOf af:SpectralFeature .
+
+af:SpectralDifferenceMethodOnsetDetectionFunction a owl:Class ;
+    dc:description "Spectral difference method onset detection function." ;
+    rdfs:subClassOf af:PitchDetection .
+
+af:SpectralFlux a owl:Class ;
+    dc:description "Spectral Flux" ;
+    rdfs:subClassOf af:SpectralFeature .
+
+af:SpectralKurtosis a owl:Class ;
+    dc:description "The kurtosis is a measure of the flatness of the spectrum, computed from the fourth order moment." ;
+    rdfs:subClassOf af:SpectralFeature .
+
+af:SpectralRolloff a owl:Class ;
+    dc:description "This function returns the bin number below which 95% of the spectrum energy is found." ;
+    rdfs:subClassOf af:SpectralFeature .
+
+af:SpectralShapeDescriptors a owl:Class ;
+    dc:description "Spectral shape descriptors" ;
+    rdfs:subClassOf af:SpectralFeature .
+
+af:SpectralSkewness a owl:Class ;
+    dc:description "The skewness is computed from the third order moment of the spectrum. A negative skewness indicates more energy on the lower part of the spectrum. A positive skewness indicates more energy on the high frequency of the spectrum." ;
+    rdfs:subClassOf af:SpectralFeature .
+
+af:SpectralSlope a owl:Class ;
+    dc:description "The spectral slope represents decreasing rate of the spectral amplitude, computed using a linear regression." ;
+    rdfs:subClassOf af:SpectralFeature .
+
+af:SpectralSpread a owl:Class ;
+    dc:description "The spectral spread is the variance of the spectral distribution around its centroid." ;
+    rdfs:subClassOf af:SpectralFeature .
+
+af:TransientSteadyStateSeparation a owl:Class ;
+    dc:description "Transient / Steady-state Separation (TSS)" ;
+    rdfs:subClassOf af:SpectralFeature .
+
+af:Tempo a owl:Class ;
+    dc:description "Tempo detection driver. This object stores all the memory required for tempo detection algorithm and returns the estimated beat locations." ;
+    rdfs:subClassOf af:Tempo .
+
+af:DigitalFilter a owl:Class ;
+    dc:description "This object stores a digital filter of order N." ;
+    rdfs:subClassOf af:DigitalFilter .
+
+af:PitchDetection a owl:Class .
+
+af:OnsetDetection a owl:Class .
+
+af:SpectralFeature a owl:Class .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/aubio-onto.rdf	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,196 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rdf:RDF
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSchmitt">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Pitch detection using a Schmitt trigger</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchDetection"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralKurtosis">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>The kurtosis is a measure of the flatness of the spectrum, computed from the fourth order moment.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralRolloff">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>This function returns the bin number below which 95% of the spectrum energy is found.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedKullbackLieblerOnsetDetectionFunction">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Modified Kullback-Liebler onset detection function.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OnsetDetection"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighFrequencyContentOnsetDetectionFunction">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>This method computes the High Frequency Content (HFC) of the input spectral frame. The resulting function is efficient at detecting percussive onsets</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OnsetDetection"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDecrease">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>The spectral decrease is another representation of the decreasing rate, based on perceptual criteria.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/KullbackLieblerOnsetDetectionFunction">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Kullback-Liebler onset detection function.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OnsetDetection"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Pitch">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Generic method for pitch detection</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchDetection"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchFastComb">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Pitch detection using a fast harmonic comb filter</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchDetection"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchDetection">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Onset">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Computes the onset detection function and detect peaks in these functions. When onsets are found above a given silence threshold, and after a minimum inter-onset interval, the output vector returned by aubio_onset_do is filled with 1. Otherwise, the output vector remains 0</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OnsetDetection"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseVocoder">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>This object implements a phase vocoder. The spectral frames are computed using a HanningZ window and a swapped version of the signal to simplify the phase relationships across frames. The window sizes and overlap are specified at creation time.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSlope">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>The spectral slope represents decreasing rate of the spectral amplitude, computed using a linear regression.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OnsetDetectionFunction">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>These functions are designed to raise at notes attacks in music signals.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OnsetDetection"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BiquadFilter">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Second order Infinite Impulse Response filter.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DigitalFilter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CWeightingFilterCoefficients">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>A C-weighting digital filter, which reduces low and high frequencies and enhance the middle ones to reflect the ability of the human hearing.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DigitalFilter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSkewness">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>The skewness is computed from the third order moment of the spectrum. A negative skewness indicates more energy on the lower part of the spectrum. A positive skewness indicates more energy on the high frequency of the spectrum.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracking">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Beat tracking using a context dependant model.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Tempo"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchMultiComb">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Pitch detection using multiple-comb filter</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchDetection"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ComplexDomainMethodOnsetDetectionFunction">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Complex Domain Method onset detection function.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OnsetDetection"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Tempo">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Tempo detection driver. This object stores all the memory required for tempo detection algorithm and returns the estimated beat locations.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Tempo"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>The spectral centroid represents the barycenter of the spectrum.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OnsetDetection">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchYin">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Pitch detection using the YIN algorithm</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchDetection"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Resampler">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>This object resamples an input vector into an output vector using libsamplerate.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DigitalFilter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlux">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Spectral Flux</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSpread">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>The spectral spread is the variance of the spectral distribution around its centroid.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakPicker">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Peak picking utilities function</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OnsetDetection"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TransientSteadyStateSeparation">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Transient / Steady-state Separation (TSS)</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DigitalFilter">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>This object stores a digital filter of order N.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DigitalFilter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MFCC">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Mel-frequency cepstrum coefficients object</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchFftYin">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Pitch detection using a spectral implementation of the YIN algorithm</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchDetection"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FilterbankMel">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Mel frequency filter bank coefficients. Set filter bank coefficients to Mel frequency bands</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseBasedMethodOnsetDetectionFunction">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Phase Based Method onset detection function.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OnsetDetection"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AWeightingFilterCoefficients">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>An A-weighting digital filter, which reduces low and high frequencies and enhance the middle ones to reflect the ability of the human hearing.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DigitalFilter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergyBasedOnsetDetectionFunction">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>This function calculates the local energy of the input spectral frame.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OnsetDetection"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDifferenceMethodOnsetDetectionFunction">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Spectral difference method onset detection function.</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchDetection"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralShapeDescriptors">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <dc:description>Spectral shape descriptors</dc:description>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFeature"/>
+  </rdf:Description>
+</rdf:RDF>
Binary file rdfonto/aubioDiagram.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/baseOnto.n3	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,1655 @@
+@prefix af: <http://sovarr.c4dm.eecs.qmul.ac.uk/features/> .
+@prefix dc: <http://purl.org/dc/elements/1.1/> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+<> a owl:Ontology ;
+    dc:description "This is a base ontology for the Audio Features engineering process collected from literature" ;
+    dc:title "Audio Features Base Ontology" ;
+    owl:versionInfo "Version 0.1" .
+
+<http://sovarr.c4dm.eecs.qmul.ac.uk/features/4HzModulationEnergy> a af:AudioFeature ;
+    rdfs:label "4 Hz Modulation Energy",
+        "4HzModulationEnergy" ;
+    af:application_domain af:AudioSegmentation ;
+    af:computation af:BandpassFilter,
+        af:DiscreteFourierTransform,
+        af:EnergySpectralDensity,
+        af:Normalization,
+        af:Regression,
+        af:RootMeanSquare,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "4 Hz Modulation Energy feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+<http://sovarr.c4dm.eecs.qmul.ac.uk/features/4HzModulationHarmonicCoefficients> a af:AudioFeature ;
+    rdfs:label "4 Hz Modulation Harmonic Coefficients",
+        "4HzModulationHarmonicCoefficients" ;
+    af:application_domain af:AudioSegmentation ;
+    af:computation af:Autocorrelation,
+        af:BandpassFilter,
+        af:DiscreteCosineTransform,
+        af:SumWeightedSum,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "4 Hz Modulation Harmonic Coefficients feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:AdaptiveTimeFrequencyTransform a af:AudioFeature ;
+    rdfs:label "Adaptive Time-Frequency Transform",
+        "AdaptiveTimeFrequencyTransform" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:AdaptiveTimeFrequencyTransformComp,
+        af:Spectralbinning ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 42 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:Global ;
+    rdfs:comment "Adaptive Time-Frequency Transform feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:AmplitudeDescriptor a af:AudioFeature ;
+    rdfs:label "Amplitude Descriptor",
+        "AmplitudeDescriptor" ;
+    af:application_domain af:EnvironmentalSoundRecognition ;
+    af:computation af:Mean,
+        af:Median,
+        af:Spectralbinning,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 9 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Amplitude Descriptor feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:AuditoryFilterBankTemporalEnvelopes a af:AudioFeature ;
+    rdfs:label "Auditory Filter Bank Temporal Envelopes",
+        "AuditoryFilterBankTemporalEnvelopes" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:BandpassFilter,
+        af:EnergySpectralDensity,
+        af:RootMeanSquare,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 62 ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Auditory Filter Bank Temporal Envelopes feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:AutocorrelationMFCCs a af:AudioFeature ;
+    rdfs:label "Autocorrelation MFCCs",
+        "AutocorrelationMFCCs" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:Autocorrelation,
+        af:DiscreteCosineTransform,
+        af:DiscreteFourierTransform,
+        af:Logarithm,
+        af:LowpassFilter,
+        af:Regression,
+        af:Windowing ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Autocorrelation MFCCs feature" ;
+    rdfs:subClassOf af:CepstralFeature ;
+    vs:term_status "testing" .
+
+af:BandPeriodicity a af:AudioFeature ;
+    rdfs:label "Band Periodicity",
+        "BandPeriodicity" ;
+    af:application_domain af:AudioSegmentation ;
+    af:computation af:Autocorrelation,
+        af:BandpassFilter,
+        af:RootMeanSquare,
+        af:SumWeightedSum,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 4 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Band Periodicity feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:Bandwidth a af:AudioFeature ;
+    rdfs:label "Bandwidth" ;
+    af:application_domain af:Several ;
+    af:computation af:DiscreteFourierTransform,
+        af:Logarithm,
+        af:Median,
+        af:Regression,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Bandwidth feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:BarkscaleFrequencyCepstralCoefficients a af:AudioFeature ;
+    rdfs:label "Bark-scale Frequency Cepstral Coefficients",
+        "BarkscaleFrequencyCepstralCoefficients" ;
+    af:application_domain af:Several ;
+    af:computation af:DiscreteCosineTransform,
+        af:DiscreteFourierTransform,
+        af:Logarithm,
+        af:Regression,
+        af:Windowing ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Bark-scale Frequency Cepstral Coefficients feature" ;
+    rdfs:subClassOf af:CepstralFeature ;
+    vs:term_status "testing" .
+
+af:BeatHistogram a af:AudioFeature ;
+    rdfs:label "Beat Histogram",
+        "BeatHistogram" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:Autocorrelation,
+        af:DiscreteWaveletTransform,
+        af:LowpassFilter,
+        af:RootMeanSquare,
+        af:Spectralbinning,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 6 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Beat Histogram feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:BeatSpectrum a af:AudioFeature ;
+    rdfs:label "Beat Spectrum",
+        "BeatSpectrum" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:Autocorrelation,
+        af:CrossCorrelation,
+        af:DiscreteFourierTransform,
+        af:Logarithm,
+        af:LowpassFilter,
+        af:Windowing ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Beat Spectrum feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:BeatTracker a af:AudioFeature ;
+    rdfs:label "Beat Tracker",
+        "BeatTracker" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:BandpassFilter,
+        af:CombFilter,
+        af:DerivationDifference,
+        af:LowpassFilter,
+        af:RootMeanSquare,
+        af:Windowing ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Beat Tracker feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:ChromaCENSFeatures a af:AudioFeature ;
+    rdfs:label "Chroma CENS Features",
+        "ChromaCENSFeatures" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:BandpassFilterBank,
+        af:LowpassFilter,
+        af:Normalization,
+        af:RootMeanSquare,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 12 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Chroma CENS Features feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:Chromagram a af:AudioFeature ;
+    rdfs:label "Chromagram" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:DiscreteFourierTransform,
+        af:Logarithm,
+        af:RootMeanSquare,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 12 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Chromagram feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:CyclicBeatSpectrum a af:AudioFeature ;
+    rdfs:label "Cyclic Beat Spectrum",
+        "CyclicBeatSpectrum" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:CombFilter,
+        af:DerivationDifference,
+        af:DiscreteFourierTransform,
+        af:LowpassFilter,
+        af:RootMeanSquare,
+        af:Windowing ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Cyclic Beat Spectrum feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:DWPTbasedRhythmFeature a af:AudioFeature ;
+    rdfs:label "DWPT-based Rhythm Feature",
+        "DWPTbasedRhythmFeature" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:Autocorrelation,
+        af:DiscreteWaveletTransform,
+        af:RootMeanSquare,
+        af:Spectralbinning,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "DWPT-based Rhythm Feature feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:DaubechiesWaveletCoefficientHistogram a af:AudioFeature ;
+    rdfs:label "Daubechies Wavelet Coefficient Histogram",
+        "DaubechiesWaveletCoefficientHistogram" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:DiscreteWaveletTransform,
+        af:Spectralbinning,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 28 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Daubechies Wavelet Coefficient Histogram feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:DistortionDiscriminantAnalysis a af:AudioFeature ;
+    rdfs:label "Distortion Discriminant Analysis",
+        "DistortionDiscriminantAnalysis" ;
+    af:application_domain af:Fingerprinting ;
+    af:computation af:Logarithm,
+        af:ModulatedComplexLappedTransform,
+        af:PrincipalComponentAnalysis,
+        af:Windowing ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions 64 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Distortion Discriminant Analysis feature" ;
+    rdfs:subClassOf af:EigendomainFeature ;
+    vs:term_status "testing" .
+
+af:HarmonicCoefficient a af:AudioFeature ;
+    rdfs:label "Harmonic Coefficient",
+        "HarmonicCoefficient" ;
+    af:application_domain af:AudioSegmentation ;
+    af:computation af:Autocorrelation,
+        af:SumWeightedSum,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Harmonic Coefficient feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:HarmonicConcentration a af:AudioFeature ;
+    rdfs:label "Harmonic Concentration",
+        "HarmonicConcentration" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:DiscreteFourierTransform,
+        af:EnergySpectralDensity,
+        af:LevelCrossingDetector,
+        af:RootMeanSquare,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Harmonic Concentration feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:HarmonicDerivate a af:AudioFeature ;
+    rdfs:label "Harmonic Derivate",
+        "HarmonicDerivate" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:DerivationDifference,
+        af:DiscreteFourierTransform,
+        af:Logarithm,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Harmonic Derivate feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:HarmonicEnergyEntropy a af:AudioFeature ;
+    rdfs:label "Harmonic Energy Entropy",
+        "HarmonicEnergyEntropy" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:DiscreteFourierTransform,
+        af:Entropy,
+        af:LevelCrossingDetector,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Harmonic Energy Entropy feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:HarmonicProminence a af:AudioFeature ;
+    rdfs:label "Harmonic Prominence",
+        "HarmonicProminence" ;
+    af:application_domain af:EnvironmentalSoundRecognition ;
+    af:computation af:Autocorrelation,
+        af:LevelCrossingDetector,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Harmonic Prominence feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:Inharmonicity a af:AudioFeature ;
+    rdfs:label "Inharmonicity" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:Autocorrelation,
+        af:LevelCrossingDetector,
+        af:Median,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Inharmonicity feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:IntegralLoudness a af:AudioFeature ;
+    rdfs:label "Integral Loudness",
+        "IntegralLoudness" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:DiscreteFourierTransform,
+        af:ExponentialFunction,
+        af:Logarithm,
+        af:RootMeanSquare,
+        af:WeightingFunction,
+        af:Windowing ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Integral Loudness feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:JointAcousticandModuluationFrequency a af:AudioFeature ;
+    rdfs:label "Joint Acoustic and Moduluation Frequency",
+        "JointAcousticandModuluationFrequency" ;
+    af:application_domain af:Several ;
+    af:computation af:DiscreteFourierTransform,
+        af:DiscreteWaveletTransform,
+        af:LowpassFilter,
+        af:Regression,
+        af:RootMeanSquare,
+        af:Windowing ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Joint Acoustic and Moduluation Frequency feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:LineSpectralFrequencies a af:AudioFeature ;
+    rdfs:label "Line Spectral Frequencies",
+        "LineSpectralFrequencies" ;
+    af:application_domain af:Several ;
+    af:computation af:AutoregressionLPA,
+        af:Percentile,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Line Spectral Frequencies feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:LinearPredictionCepstralCoefficients a af:AudioFeature ;
+    rdfs:label "Linear Prediction Cepstral Coefficients",
+        "LinearPredictionCepstralCoefficients" ;
+    af:abbreviation "LPCC" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:AutoregressionLPA,
+        af:BandpassFilter,
+        af:CepstralRecursionFormula,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Linear Prediction Cepstral Coefficients feature" ;
+    rdfs:subClassOf af:CepstralFeature ;
+    vs:term_status "testing" .
+
+af:LinearPredictionZCR a af:AudioFeature ;
+    rdfs:label "Linear Prediction ZCR",
+        "LinearPredictionZCR" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:AutoregressionLPA,
+        af:Spectralbinning,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Linear Prediction ZCR feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:LinearPredictiveCoding a af:AudioFeature ;
+    rdfs:label "Linear Predictive Coding",
+        "LinearPredictiveCoding" ;
+    af:abbreviation "LPC" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:AutoregressionLPA,
+        af:BandpassFilter,
+        af:DiscreteFourierTransform,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Linear Predictive Coding feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7AudioFundamentalFrequency a af:AudioFeature ;
+    rdfs:label "MPEG-7 Audio Fundamental Frequency",
+        "MPEG7AudioFundamentalFrequency" ;
+    af:application_domain af:Several ;
+    af:computation af:Autocorrelation,
+        af:SumWeightedSum,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 2 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "MPEG-7 Audio Fundamental Frequency feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7AudioHarmonicity a af:AudioFeature ;
+    rdfs:label "MPEG-7 Audio Harmonicity",
+        "MPEG7AudioHarmonicity" ;
+    af:application_domain af:Several ;
+    af:computation af:Autocorrelation,
+        af:SumWeightedSum,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 2 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "MPEG-7 Audio Harmonicity feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7AudioSpectrumBasis a af:AudioFeature ;
+    rdfs:label "MPEG-7 Audio Spectrum Basis",
+        "MPEG7AudioSpectrumBasis" ;
+    af:application_domain af:EnvironmentalSoundRecognition ;
+    af:computation af:DiscreteFourierTransform,
+        af:IndependentComponentAnalysis,
+        af:Logarithm,
+        af:Normalization,
+        af:Regression,
+        af:SingularValueDecomposition,
+        af:Windowing ;
+    af:computational_complexity af:HighComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "MPEG-7 Audio Spectrum Basis feature" ;
+    rdfs:subClassOf af:EigendomainFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7AudioSpectrumCentroid a af:AudioFeature ;
+    rdfs:label "MPEG-7 Audio Spectrum Centroid",
+        "MPEG7AudioSpectrumCentroid" ;
+    af:application_domain af:Several ;
+    af:computation af:DiscreteFourierTransform,
+        af:Logarithm,
+        af:Mean,
+        af:Regression,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "MPEG-7 Audio Spectrum Centroid feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7AudioSpectrumSpread a af:AudioFeature ;
+    rdfs:label "MPEG-7 Audio Spectrum Spread",
+        "MPEG7AudioSpectrumSpread" ;
+    af:application_domain af:Several ;
+    af:computation af:DiscreteFourierTransform,
+        af:Logarithm,
+        af:Median,
+        af:Regression,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "MPEG-7 Audio Spectrum Spread feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7AudioWaveform a af:AudioFeature ;
+    rdfs:label "MPEG-7 Audio Waveform",
+        "MPEG7AudioWaveform" ;
+    af:computation af:Histogram,
+        af:SumWeightedSum,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 2 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "MPEG-7 Audio Waveform feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7HarmonicSpectralCentroid a af:AudioFeature ;
+    rdfs:label "MPEG-7 Harmonic Spectral Centroid",
+        "MPEG7HarmonicSpectralCentroid" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:DiscreteFourierTransform,
+        af:LevelCrossingDetector,
+        af:Mean,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "MPEG-7 Harmonic Spectral Centroid feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7HarmonicSpectralDeviation a af:AudioFeature ;
+    rdfs:label "MPEG-7 Harmonic Spectral Deviation",
+        "MPEG7HarmonicSpectralDeviation" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:DiscreteFourierTransform,
+        af:LevelCrossingDetector,
+        af:Logarithm,
+        af:Mean,
+        af:Median,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "MPEG-7 Harmonic Spectral Deviation feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7HarmonicSpectralSpread a af:AudioFeature ;
+    rdfs:label "MPEG-7 Harmonic Spectral Spread",
+        "MPEG7HarmonicSpectralSpread" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:DiscreteFourierTransform,
+        af:LevelCrossingDetector,
+        af:Median,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "MPEG-7 Harmonic Spectral Spread feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7HarmonicSpectralVariation a af:AudioFeature ;
+    rdfs:label "MPEG-7 Harmonic Spectral Variation",
+        "MPEG7HarmonicSpectralVariation" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:CrossCorrelation,
+        af:DiscreteFourierTransform,
+        af:LevelCrossingDetector,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "MPEG-7 Harmonic Spectral Variation feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7LogAttackTime a af:AudioFeature ;
+    rdfs:label "MPEG-7 Log Attack Time",
+        "MPEG7LogAttackTime" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:Logarithm,
+        af:Power,
+        af:RootMeanSquare,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:Global ;
+    rdfs:comment "MPEG-7 Log Attack Time feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7SpectralCentroid a af:AudioFeature ;
+    rdfs:label "MPEG-7 Spectral Centroid",
+        "MPEG7SpectralCentroid" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:DiscreteFourierTransform,
+        af:Mean ;
+    af:computational_complexity af:LowComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:Global ;
+    rdfs:comment "MPEG-7 Spectral Centroid feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7TemporalCentroid a af:AudioFeature ;
+    rdfs:label "MPEG-7 Temporal Centroid",
+        "MPEG7TemporalCentroid" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:Mean,
+        af:Power,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "MPEG-7 Temporal Centroid feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:Maximum a owl:Class ;
+    rdfs:label "Maximum" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:MelscaleFrequencyCepstralCoefficients a af:AudioFeature ;
+    rdfs:label "Mel-scale Frequency Cepstral Coefficients",
+        "MelscaleFrequencyCepstralCoefficients" ;
+    af:abbreviation "MFCC" ;
+    af:application_domain af:Several ;
+    af:computation af:DiscreteCosineTransform,
+        af:DiscreteFourierTransform,
+        af:Logarithm,
+        af:Regression,
+        af:Windowing ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Mel-scale Frequency Cepstral Coefficients feature" ;
+    rdfs:subClassOf af:CepstralFeature ;
+    vs:term_status "testing" .
+
+af:Minimum a owl:Class ;
+    rdfs:label "Minimum" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:ModifiedGroupDelay a af:AudioFeature ;
+    rdfs:label "Modified Group Delay",
+        "ModifiedGroupDelay" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:DiscreteCosineTransform,
+        af:DiscreteFourierTransform,
+        af:GroupDelayFunction,
+        af:LowpassFilter,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Modified Group Delay feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:MultiresolutionEntropy a af:AudioFeature ;
+    rdfs:label "Multi-resolution Entropy",
+        "MultiresolutionEntropy" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:DiscreteFourierTransform,
+        af:Entropy,
+        af:Normalization,
+        af:Regression,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Multi-resolution Entropy feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:NoiseRobustAuditoryFeature a af:AudioFeature ;
+    rdfs:label "Noise-Robust Auditory Feature",
+        "NoiseRobustAuditoryFeature" ;
+    af:application_domain af:EnvironmentalSoundRecognition ;
+    af:computation af:BandpassFilterBank,
+        af:DerivationDifference,
+        af:DiscreteCosineTransform,
+        af:Logarithm,
+        af:LowpassFilter,
+        af:WeightingFunction,
+        af:Windowing ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions 256 ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Noise-Robust Auditory Feature feature" ;
+    rdfs:subClassOf af:CepstralFeature ;
+    vs:term_status "testing" .
+
+af:PerceptualLinearPrediction a af:AudioFeature ;
+    rdfs:label "Perceptual Linear Prediction",
+        "PerceptualLinearPrediction" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:AutoregressionLPA,
+        af:CepstralRecursionFormula,
+        af:DiscreteCosineTransform,
+        af:DiscreteFourierTransform,
+        af:Regression,
+        af:WeightingFunction,
+        af:Windowing ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Perceptual Linear Prediction feature" ;
+    rdfs:subClassOf af:CepstralFeature ;
+    vs:term_status "testing" .
+
+af:PhaseSpaceFeatures a af:AudioFeature ;
+    rdfs:label "Phase Space Features",
+        "PhaseSpaceFeatures" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:PhaseSpaceEmbedding,
+        af:Windowing ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Phase Space Features feature" ;
+    rdfs:subClassOf af:PhasespaceFeature ;
+    vs:term_status "testing" .
+
+af:Pitch a af:AudioFeature ;
+    rdfs:label "Pitch" ;
+    af:application_domain af:Several ;
+    af:computation af:Autocorrelation,
+        af:SumWeightedSum,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Pitch feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:PitchHistogram a af:AudioFeature ;
+    rdfs:label "Pitch Histogram",
+        "PitchHistogram" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:Autocorrelation,
+        af:RootMeanSquare,
+        af:Spectralbinning,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Pitch Histogram feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:PitchProfile a af:AudioFeature ;
+    rdfs:label "Pitch Profile",
+        "PitchProfile" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:ConstantQTransform,
+        af:RootMeanSquare,
+        af:Spectralbinning,
+        af:SumWeightedSum,
+        af:Windowing ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions 12 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Pitch Profile feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:PitchSynchronousZCPA a af:AudioFeature ;
+    rdfs:label "Pitch Synchronous ZCPA",
+        "PitchSynchronousZCPA" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:Autocorrelation,
+        af:BandpassFilter,
+        af:Logarithm,
+        af:RootMeanSquare,
+        af:Spectralbinning,
+        af:SumWeightedSum,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Pitch Synchronous ZCPA feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:PsychoacousticalPitch a af:AudioFeature ;
+    rdfs:label "Psychoacoustical Pitch",
+        "PsychoacousticalPitch" ;
+    af:application_domain af:Several ;
+    af:computation af:Autocorrelation,
+        af:BandpassFilter,
+        af:RootMeanSquare,
+        af:WeightingFunction ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Psychoacoustical Pitch feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:PulseMetric a af:AudioFeature ;
+    rdfs:label "Pulse Metric",
+        "PulseMetric" ;
+    af:application_domain af:AudioSegmentation ;
+    af:computation af:Autocorrelation,
+        af:BandpassFilter,
+        af:RootMeanSquare,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Pulse Metric feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:RatescalefrequencyFeatures a af:AudioFeature ;
+    rdfs:label "Rate-scale-frequency Features",
+        "RatescalefrequencyFeatures" ;
+    af:application_domain af:EnvironmentalSoundRecognition ;
+    af:computation af:BandpassFilterBank,
+        af:DerivationDifference,
+        af:DiscreteWaveletTransform,
+        af:LowpassFilter,
+        af:PrincipalComponentAnalysis,
+        af:RootMeanSquare,
+        af:WeightingFunction,
+        af:Windowing ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions 256 ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Rate-scale-frequency Features feature" ;
+    rdfs:subClassOf af:EigendomainFeature ;
+    vs:term_status "testing" .
+
+af:RelativeSpectralPLP a af:AudioFeature ;
+    rdfs:label "Relative Spectral PLP",
+        "RelativeSpectralPLP" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:AutoregressionLPA,
+        af:BandpassFilter,
+        af:CepstralRecursionFormula,
+        af:DiscreteCosineTransform,
+        af:DiscreteFourierTransform,
+        af:ExponentialFunction,
+        af:Logarithm,
+        af:Regression,
+        af:WeightingFunction,
+        af:Windowing ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Relative Spectral PLP feature" ;
+    rdfs:subClassOf af:CepstralFeature ;
+    vs:term_status "testing" .
+
+af:RhythmPatterns a af:AudioFeature ;
+    rdfs:label "Rhythm Patterns",
+        "RhythmPatterns" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:DiscreteFourierTransform,
+        af:HarmonicPeakDetection,
+        af:Logarithm,
+        af:LowpassFilter,
+        af:Regression,
+        af:WeightingFunction,
+        af:Windowing ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions 80 ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Rhythm Patterns feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:Sharpness a af:AudioFeature ;
+    rdfs:label "Sharpness" ;
+    af:application_domain af:Several ;
+    af:computation af:DiscreteFourierTransform,
+        af:Mean,
+        af:Regression,
+        af:WeightingFunction,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Sharpness feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:ShortTimeEnergy a af:AudioFeature ;
+    rdfs:label "Short-Time Energy",
+        "ShortTimeEnergy" ;
+    af:application_domain af:Several ;
+    af:computation af:DeviationSumofDifferences,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Short-Time Energy feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:Sone a af:AudioFeature ;
+    rdfs:label "Sone" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:DiscreteFourierTransform,
+        af:Logarithm,
+        af:LowpassFilter,
+        af:Regression,
+        af:WeightingFunction,
+        af:Windowing ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Sone feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:SpectralCenter a af:AudioFeature ;
+    rdfs:label "Spectral Center",
+        "SpectralCenter" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:DiscreteFourierTransform,
+        af:EnergySpectralDensity,
+        af:HarmonicPeakDetection,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Spectral Center feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:SpectralCentroid a af:AudioFeature ;
+    rdfs:label "Spectral Centroid",
+        "SpectralCentroid" ;
+    af:application_domain af:Several ;
+    af:computation af:DiscreteFourierTransform,
+        af:Logarithm,
+        af:Mean,
+        af:Regression,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Spectral Centroid feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:SpectralCrest a af:AudioFeature ;
+    rdfs:label "Spectral Crest",
+        "SpectralCrest" ;
+    af:application_domain af:Fingerprinting ;
+    af:computation af:DiscreteFourierTransform,
+        af:Logarithm,
+        af:Mean,
+        af:Regression,
+        af:SumWeightedSum,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Spectral Crest feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:SpectralDispersion a af:AudioFeature ;
+    rdfs:label "Spectral Dispersion",
+        "SpectralDispersion" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:DiscreteFourierTransform,
+        af:EnergySpectralDensity,
+        af:HarmonicPeakDetection,
+        af:Median,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Spectral Dispersion feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:SpectralFlatness a af:AudioFeature ;
+    rdfs:label "Spectral Flatness",
+        "SpectralFlatness" ;
+    af:application_domain af:Fingerprinting ;
+    af:computation af:DiscreteFourierTransform,
+        af:Logarithm,
+        af:Mean,
+        af:Regression,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Spectral Flatness feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:SpectralFlux a af:AudioFeature ;
+    rdfs:label "Spectral Flux",
+        "SpectralFlux" ;
+    af:abbreviation "SF" ;
+    af:application_domain af:Several ;
+    af:computation af:DerivationDifference,
+        af:DiscreteFourierTransform,
+        af:RootMeanSquare,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Spectral Flux feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:SpectralPeakStructure a af:AudioFeature ;
+    rdfs:label "Spectral Peak Structure",
+        "SpectralPeakStructure" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:DerivationDifference,
+        af:DiscreteFourierTransform,
+        af:Entropy,
+        af:LevelCrossingDetector,
+        af:Spectralbinning,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Spectral Peak Structure feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:SpectralPeaks a af:AudioFeature ;
+    rdfs:label "Spectral Peaks",
+        "SpectralPeaks" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:DerivationDifference,
+        af:DiscreteFourierTransform,
+        af:SumWeightedSum,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Spectral Peaks feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:SpectralRolloff a af:AudioFeature ;
+    rdfs:label "Spectral Rolloff",
+        "SpectralRolloff" ;
+    af:application_domain af:Several ;
+    af:computation af:DiscreteFourierTransform,
+        af:PolynomialRootFinding,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Spectral Rolloff feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:SpectralSlope a af:AudioFeature ;
+    rdfs:label "Spectral Slope",
+        "SpectralSlope" ;
+    af:application_domain af:Several ;
+    af:computation af:DiscreteFourierTransform,
+        af:PeakDetection,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 4 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Spectral Slope feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:SubbandEnergyRatio a af:AudioFeature ;
+    rdfs:label "Subband Energy Ratio",
+        "SubbandEnergyRatio" ;
+    af:application_domain af:Several ;
+    af:computation af:DiscreteFourierTransform,
+        af:EnergySpectralDensity,
+        af:Normalization,
+        af:Regression,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Subband Energy Ratio feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:SubbandSpectralFlux a af:AudioFeature ;
+    rdfs:label "Subband Spectral Flux",
+        "SubbandSpectralFlux" ;
+    af:application_domain af:EnvironmentalSoundRecognition ;
+    af:computation af:DerivationDifference,
+        af:DiscreteFourierTransform,
+        af:Logarithm,
+        af:Mean,
+        af:Normalization,
+        af:Regression,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 8 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Subband Spectral Flux feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:Volume a af:AudioFeature ;
+    rdfs:label "Volume" ;
+    af:application_domain af:Several ;
+    af:computation af:Power,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Volume feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:ZeroCrossingPeakAmplitudes a af:AudioFeature ;
+    rdfs:label "Zero Crossing Peak Amplitudes",
+        "ZeroCrossingPeakAmplitudes" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:BandpassFilter,
+        af:Logarithm,
+        af:RootMeanSquare,
+        af:Spectralbinning,
+        af:Windowing ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Zero Crossing Peak Amplitudes feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:ZeroCrossingRate a af:AudioFeature ;
+    rdfs:label "Zero Crossing Rate",
+        "ZeroCrossingRate" ;
+    af:abbreviation "ZCR" ;
+    af:application_domain af:Several ;
+    af:computation af:Spectralbinning,
+        af:Windowing ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Zero Crossing Rate feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:application_domain a rdf:Property ;
+    rdfs:comment "application domain property" ;
+    rdfs:range af:ApplicationDomain ;
+    vs:term_status "testing" .
+
+af:computational_complexity a rdf:Property ;
+    rdfs:range af:ComputationalComplexity ;
+    vs:term_status "testing" .
+
+af:dimensions a rdf:Property ;
+    rdfs:range af:ParametrizedDimensions,
+        xsd:Integer .
+
+af:psychoacoustic_model a rdf:Property ;
+    rdfs:range xsd:Boolean ;
+    vs:term_status "testing" .
+
+af:semantic_interpretation a rdf:Property ;
+    vs:term_status "testing" .
+
+af:temporal_scale a rdf:Property ;
+    rdfs:range af:TemporalScale .
+
+vs:term_status a owl:AnnotationProperty .
+
+af:AdaptiveTimeFrequencyTransformComp a owl:Class ;
+    rdfs:label "Adaptive Time Frequency Transform Comp" ;
+    rdfs:subClassOf af:Transformation .
+
+af:ConstantQTransform a owl:Class ;
+    rdfs:label "Constant Q Transform" ;
+    rdfs:subClassOf af:Transformation .
+
+af:DeviationSumofDifferences a owl:Class ;
+    rdfs:label "Deviation, Sum of Differences" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:GroupDelayFunction a owl:Class ;
+    rdfs:label "Group Delay Function" ;
+    rdfs:subClassOf af:Filter .
+
+af:Histogram a owl:Class ;
+    rdfs:label "Histogram" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:IndependentComponentAnalysis a owl:Class ;
+    rdfs:label "Independent Component Analysis" ;
+    rdfs:subClassOf af:Transformation .
+
+af:ModulatedComplexLappedTransform a owl:Class ;
+    rdfs:label "Modulated Complex Lapped Transform" ;
+    rdfs:subClassOf af:Transformation .
+
+af:PeakDetection a owl:Class ;
+    rdfs:label "Peak Detection" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:Percentile a owl:Class ;
+    rdfs:label "Percentile" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:PhaseSpaceEmbedding a owl:Class ;
+    rdfs:label "Phase Space Embedding" ;
+    rdfs:subClassOf af:Transformation .
+
+af:PhasespaceFeature a owl:Class ;
+    rdfs:subClassOf af:Feature .
+
+af:PolynomialRootFinding a owl:Class ;
+    rdfs:label "Polynomial Root Finding" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:Signal a owl:Class .
+
+af:SingularValueDecomposition a owl:Class ;
+    rdfs:label "Singular Value Decomposition" ;
+    rdfs:subClassOf af:Transformation .
+
+af:CombFilter a owl:Class ;
+    rdfs:label "Comb Filter" ;
+    rdfs:subClassOf af:Filter .
+
+af:CrossCorrelation a owl:Class ;
+    rdfs:label "Cross-Correlation" ;
+    rdfs:subClassOf af:Transformation .
+
+af:ExponentialFunction a owl:Class ;
+    rdfs:label "Exponential Function" ;
+    rdfs:subClassOf af:Filter .
+
+af:FrequencyFeature a owl:Class ;
+    rdfs:subClassOf af:Feature .
+
+af:PrincipalComponentAnalysis a owl:Class ;
+    rdfs:label "Principal Component Analysis" ;
+    rdfs:subClassOf af:Transformation .
+
+af:BandpassFilterBank a owl:Class ;
+    rdfs:label "Band-pass Filter Bank" ;
+    rdfs:subClassOf af:Transformation .
+
+af:CepstralRecursionFormula a owl:Class ;
+    rdfs:label "Cepstral Recursion Formula" ;
+    rdfs:subClassOf af:Filter .
+
+af:EigendomainFeature a owl:Class ;
+    rdfs:subClassOf af:Feature .
+
+af:Entropy a owl:Class ;
+    rdfs:label "Entropy" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:Fingerprinting a owl:Class ;
+    rdfs:subClassOf af:ApplicationDomain .
+
+af:Global a owl:Class ;
+    rdfs:subClassOf af:TemporalScale .
+
+af:HarmonicPeakDetection a owl:Class ;
+    rdfs:label "Harmonic Peak Detection" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:MathematicalOperation a owl:Class .
+
+af:Power a owl:Class ;
+    rdfs:label "Power" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:ComputationalComplexity a owl:Class .
+
+af:TemporalScale a owl:Class .
+
+af:AudioSegmentation a owl:Class ;
+    rdfs:subClassOf af:ApplicationDomain .
+
+af:DiscreteWaveletTransform a owl:Class ;
+    rdfs:label "Discrete Wavelet Transform" ;
+    rdfs:subClassOf af:Transformation .
+
+af:AutoregressionLPA a owl:Class ;
+    rdfs:label "Autoregression (LPA)" ;
+    rdfs:subClassOf af:Filter .
+
+af:EnergySpectralDensity a owl:Class ;
+    rdfs:label "Energy Spectral Density" ;
+    rdfs:subClassOf af:Filter .
+
+af:EnvironmentalSoundRecognition a owl:Class ;
+    rdfs:subClassOf af:ApplicationDomain .
+
+af:Normalization a owl:Class ;
+    rdfs:label "Normalization" ;
+    rdfs:subClassOf af:Filter .
+
+af:ApplicationDomain a owl:Class .
+
+af:CepstralFeature a owl:Class ;
+    rdfs:subClassOf af:Feature .
+
+af:Median a owl:Class ;
+    rdfs:label "Median" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:DiscreteCosineTransform a owl:Class ;
+    rdfs:label "Discrete Cosine Transform" ;
+    rdfs:subClassOf af:Transformation .
+
+af:Feature a owl:Class ;
+    owl:subClassOf af:Signal .
+
+af:DerivationDifference a owl:Class ;
+    rdfs:label "Derivation, Difference" ;
+    rdfs:subClassOf af:Filter .
+
+af:LevelCrossingDetector a owl:Class ;
+    rdfs:label "Level Crossing Detector" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:WeightingFunction a owl:Class ;
+    rdfs:label "Weighting Function" ;
+    rdfs:subClassOf af:Filter .
+
+af:FrequencyDomainPhysicalFeature a owl:Class ;
+    rdfs:subClassOf af:FrequencyFeature ;
+    owl:equivalentClass af:PhysicalFeature .
+
+af:TemporalFeature a owl:Class ;
+    rdfs:subClassOf af:Feature .
+
+af:Mean a owl:Class ;
+    rdfs:label "Mean" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:SpeechRecognition a owl:Class ;
+    rdfs:subClassOf af:ApplicationDomain .
+
+af:SumWeightedSum a owl:Class ;
+    rdfs:label "Sum, Weighted Sum" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:BandpassFilter a owl:Class ;
+    rdfs:label "Band-pass Filter" ;
+    rdfs:subClassOf af:Filter .
+
+af:LowpassFilter a owl:Class ;
+    rdfs:label "Low-pass Filter" ;
+    rdfs:subClassOf af:Filter .
+
+af:ModulationfrequencyFeature a owl:Class ;
+    rdfs:subClassOf af:Feature .
+
+af:Spectralbinning a owl:Class ;
+    rdfs:label "Spectral binning" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:Filter a owl:Class ;
+    rdfs:subClassOf af:MathematicalOperation .
+
+af:Transformation a owl:Class ;
+    rdfs:subClassOf af:MathematicalOperation .
+
+af:Autocorrelation a owl:Class ;
+    rdfs:label "Autocorrelation" ;
+    rdfs:subClassOf af:Transformation .
+
+af:InterFrame a owl:Class ;
+    rdfs:subClassOf af:TemporalScale .
+
+af:Aggregation a owl:Class ;
+    rdfs:subClassOf af:MathematicalOperation .
+
+af:HighComplexity a owl:Class ;
+    rdfs:subClassOf af:ComputationalComplexity .
+
+af:Regression a owl:Class ;
+    rdfs:label "Regression" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:Several a owl:Class ;
+    rdfs:subClassOf af:ApplicationDomain .
+
+af:RootMeanSquare a owl:Class ;
+    rdfs:label "Root Mean Square" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:LowComplexity a owl:Class ;
+    rdfs:subClassOf af:ComputationalComplexity .
+
+af:Logarithm a owl:Class ;
+    rdfs:label "Logarithm" ;
+    rdfs:subClassOf af:Filter .
+
+af:ParametrizedDimensions a owl:Class .
+
+af:MusicInformationRetrieval a owl:Class ;
+    rdfs:subClassOf af:ApplicationDomain .
+
+af:FrequencyDomainPerceptualFeature a owl:Class ;
+    rdfs:subClassOf af:FrequencyFeature ;
+    owl:equivalentClass af:PerceptualFeature .
+
+af:MediumComplexity a owl:Class ;
+    rdfs:subClassOf af:ComputationalComplexity .
+
+af:PhysicalFeature a owl:Class ;
+    rdfs:subClassOf af:Feature .
+
+af:DiscreteFourierTransform a owl:Class ;
+    rdfs:label "Discrete Fourier Transform" ;
+    rdfs:subClassOf af:Transformation .
+
+af:PerceptualFeature a owl:Class ;
+    rdfs:subClassOf af:Feature .
+
+af:IntraFrame a owl:Class ;
+    rdfs:subClassOf af:TemporalScale .
+
+af:Windowing a owl:Class ;
+    rdfs:label "Windowing" ;
+    rdfs:subClassOf af:Filter .
+
+af:AudioFeature a owl:Class .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/baseOnto.rdf	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,1817 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rdf:RDF
+   xmlns:af="http://sovarr.c4dm.eecs.qmul.ac.uk/features/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:owl="http://www.w3.org/2002/07/owl#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+   xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
+>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection">
+    <rdfs:label>Harmonic Peak Detection</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EigendomainFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank">
+    <rdfs:label>Band-pass Filter Bank</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyFeature"/>
+    <owl:equivalentClass rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Percentile">
+    <rdfs:label>Percentile</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlux">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:comment>Spectral Flux feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>Spectral Flux</rdfs:label>
+    <rdfs:label>SpectralFlux</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:abbreviation>SF</af:abbreviation>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicCoefficient">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Harmonic Coefficient feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>HarmonicCoefficient</rdfs:label>
+    <rdfs:label>Harmonic Coefficient</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:comment>Joint Acoustic and Moduluation Frequency feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>JointAcousticandModuluationFrequency</rdfs:label>
+    <rdfs:label>Joint Acoustic and Moduluation Frequency</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyFeature"/>
+    <owl:equivalentClass rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PolynomialRootFinding">
+    <rdfs:label>Polynomial Root Finding</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:comment>Beat Spectrum feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>BeatSpectrum</rdfs:label>
+    <rdfs:label>Beat Spectrum</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CrossCorrelation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:comment>Rhythm Patterns feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">80</af:dimensions>
+    <rdfs:label>RhythmPatterns</rdfs:label>
+    <rdfs:label>Rhythm Patterns</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Spectral Peak Structure feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>Spectral Peak Structure</rdfs:label>
+    <rdfs:label>SpectralPeakStructure</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Entropy"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm">
+    <rdfs:label>Logarithm</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing">
+    <rdfs:label>Windowing</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum">
+    <rdfs:label>Maximum</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>MPEG-7 Harmonic Spectral Deviation feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <af:computedIn>MPEG-7</af:computedIn>
+    <rdfs:label>MPEG7HarmonicSpectralDeviation</rdfs:label>
+    <rdfs:label>MPEG-7 Harmonic Spectral Deviation</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Median"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DeviationSumofDifferences">
+    <rdfs:label>Deviation, Sum of Differences</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7TemporalCentroid">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:comment>MPEG-7 Temporal Centroid feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <af:computedIn>MPEG-7</af:computedIn>
+    <rdfs:label>MPEG-7 Temporal Centroid</rdfs:label>
+    <rdfs:label>MPEG7TemporalCentroid</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Power"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PrincipalComponentAnalysis">
+    <rdfs:label>Principal Component Analysis</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergyEntropy">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Harmonic Energy Entropy feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>HarmonicEnergyEntropy</rdfs:label>
+    <rdfs:label>Harmonic Energy Entropy</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Entropy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:comment>Modified Group Delay feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>Modified Group Delay</rdfs:label>
+    <rdfs:label>ModifiedGroupDelay</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GroupDelayFunction"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:comment>Zero Crossing Peak Amplitudes feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>ZeroCrossingPeakAmplitudes</rdfs:label>
+    <rdfs:label>Zero Crossing Peak Amplitudes</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7LogAttackTime">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:comment>MPEG-7 Log Attack Time feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <af:computedIn>MPEG-7</af:computedIn>
+    <rdfs:label>MPEG7LogAttackTime</rdfs:label>
+    <rdfs:label>MPEG-7 Log Attack Time</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Global"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Power"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature"/>
+    <rdfs:comment>Perceptual Linear Prediction feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>Perceptual Linear Prediction</rdfs:label>
+    <rdfs:label>PerceptualLinearPrediction</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralRecursionFormula"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLPA"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralVariation">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>MPEG-7 Harmonic Spectral Variation feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <af:computedIn>MPEG-7</af:computedIn>
+    <rdfs:label>MPEG7HarmonicSpectralVariation</rdfs:label>
+    <rdfs:label>MPEG-7 Harmonic Spectral Variation</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CrossCorrelation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform">
+    <rdfs:label>Discrete Cosine Transform</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioWaveform">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:comment>MPEG-7 Audio Waveform feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</af:dimensions>
+    <af:computedIn>MPEG-7</af:computedIn>
+    <rdfs:label>MPEG7AudioWaveform</rdfs:label>
+    <rdfs:label>MPEG-7 Audio Waveform</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Histogram"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioFundamentalFrequency">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>MPEG-7 Audio Fundamental Frequency feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</af:dimensions>
+    <af:computedIn>MPEG-7</af:computedIn>
+    <rdfs:label>MPEG-7 Audio Fundamental Frequency</rdfs:label>
+    <rdfs:label>MPEG7AudioFundamentalFrequency</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>MPEG-7 Audio Spectrum Centroid feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <af:computedIn>MPEG-7</af:computedIn>
+    <rdfs:label>MPEG-7 Audio Spectrum Centroid</rdfs:label>
+    <rdfs:label>MPEG7AudioSpectrumCentroid</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Bandwidth feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>Bandwidth</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Median"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction">
+    <rdfs:label>Weighting Function</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Spectral Dispersion feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>Spectral Dispersion</rdfs:label>
+    <rdfs:label>SpectralDispersion</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Median"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum">
+    <rdfs:label>Sum, Weighted Sum</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="">
+    <owl:versionInfo>Version 0.1</owl:versionInfo>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
+    <dc:title>Audio Features Base Ontology</dc:title>
+    <dc:description>This is a base ontology for the Audio Features engineering process collected from literature</dc:description>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>MPEG-7 Audio Spectrum Spread feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <af:computedIn>MPEG-7</af:computedIn>
+    <rdfs:label>MPEG7AudioSpectrumSpread</rdfs:label>
+    <rdfs:label>MPEG-7 Audio Spectrum Spread</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Median"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:comment>Pulse Metric feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>PulseMetric</rdfs:label>
+    <rdfs:label>Pulse Metric</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter">
+    <rdfs:label>Low-pass Filter</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransform">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:comment>Adaptive Time-Frequency Transform feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">42</af:dimensions>
+    <rdfs:label>Adaptive Time-Frequency Transform</rdfs:label>
+    <rdfs:label>AdaptiveTimeFrequencyTransform</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Global"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransformComp"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform">
+    <rdfs:label>Discrete Wavelet Transform</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Histogram">
+    <rdfs:label>Histogram</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:comment>Amplitude Descriptor feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">9</af:dimensions>
+    <rdfs:label>AmplitudeDescriptor</rdfs:label>
+    <rdfs:label>Amplitude Descriptor</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Median"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceEmbedding">
+    <rdfs:label>Phase Space Embedding</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature"/>
+    <rdfs:comment>Autocorrelation MFCCs feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>Autocorrelation MFCCs</rdfs:label>
+    <rdfs:label>AutocorrelationMFCCs</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionZCR">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:comment>Linear Prediction ZCR feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>LinearPredictionZCR</rdfs:label>
+    <rdfs:label>Linear Prediction ZCR</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLPA"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:comment>Beat Histogram feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">6</af:dimensions>
+    <rdfs:label>BeatHistogram</rdfs:label>
+    <rdfs:label>Beat Histogram</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare">
+    <rdfs:label>Root Mean Square</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Median">
+    <rdfs:label>Median</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Subband Spectral Flux feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">8</af:dimensions>
+    <rdfs:label>SubbandSpectralFlux</rdfs:label>
+    <rdfs:label>Subband Spectral Flux</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression">
+    <rdfs:label>Regression</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSlope">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:comment>Spectral Slope feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</af:dimensions>
+    <rdfs:label>Spectral Slope</rdfs:label>
+    <rdfs:label>SpectralSlope</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulatedComplexLappedTransform">
+    <rdfs:label>Modulated Complex Lapped Transform</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning">
+    <rdfs:label>Spectral binning</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference">
+    <rdfs:label>Derivation, Difference</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Minimum">
+    <rdfs:label>Minimum</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Spectral Crest feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>SpectralCrest</rdfs:label>
+    <rdfs:label>Spectral Crest</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Fingerprinting"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceFeatures">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhasespaceFeature"/>
+    <rdfs:comment>Phase Space Features feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>Phase Space Features</rdfs:label>
+    <rdfs:label>PhaseSpaceFeatures</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceEmbedding"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <owl:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Signal"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Pitch">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Pitch feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>Pitch</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Fingerprinting">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Power">
+    <rdfs:label>Power</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ShortTimeEnergy">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:comment>Short-Time Energy feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>Short-Time Energy</rdfs:label>
+    <rdfs:label>ShortTimeEnergy</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DeviationSumofDifferences"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Harmonic Concentration feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>Harmonic Concentration</rdfs:label>
+    <rdfs:label>HarmonicConcentration</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:comment>DWPT-based Rhythm Feature feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>DWPTbasedRhythmFeature</rdfs:label>
+    <rdfs:label>DWPT-based Rhythm Feature</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionCepstralCoefficients">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature"/>
+    <rdfs:comment>Linear Prediction Cepstral Coefficients feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>LinearPredictionCepstralCoefficients</rdfs:label>
+    <rdfs:label>Linear Prediction Cepstral Coefficients</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:abbreviation>LPCC</af:abbreviation>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLPA"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralRecursionFormula"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:comment>Beat Tracker feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>Beat Tracker</rdfs:label>
+    <rdfs:label>BeatTracker</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CombFilter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Spectral Centroid feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>SpectralCentroid</rdfs:label>
+    <rdfs:label>Spectral Centroid</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLPA">
+    <rdfs:label>Autoregression (LPA)</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GroupDelayFunction">
+    <rdfs:label>Group Delay Function</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model">
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#Boolean"/>
+    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:comment>Pitch Synchronous ZCPA feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>Pitch Synchronous ZCPA</rdfs:label>
+    <rdfs:label>PitchSynchronousZCPA</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/4HzModulationEnergy">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:comment>4 Hz Modulation Energy feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>4HzModulationEnergy</rdfs:label>
+    <rdfs:label>4 Hz Modulation Energy</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SingularValueDecomposition">
+    <rdfs:label>Singular Value Decomposition</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Integral Loudness feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>Integral Loudness</rdfs:label>
+    <rdfs:label>IntegralLoudness</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ExponentialFunction"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicProminence">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Harmonic Prominence feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>HarmonicProminence</rdfs:label>
+    <rdfs:label>Harmonic Prominence</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation">
+    <rdfs:label>Autocorrelation</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale">
+    <rdfs:range rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale"/>
+    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Sone feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>Sone</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictiveCoding">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:comment>Linear Predictive Coding feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>LinearPredictiveCoding</rdfs:label>
+    <rdfs:label>Linear Predictive Coding</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:abbreviation>LPC</af:abbreviation>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLPA"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity">
+    <rdfs:label>Energy Spectral Density</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Chroma CENS Features feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">12</af:dimensions>
+    <rdfs:label>Chroma CENS Features</rdfs:label>
+    <rdfs:label>ChromaCENSFeatures</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean">
+    <rdfs:label>Mean</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7SpectralCentroid">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:comment>MPEG-7 Spectral Centroid feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <af:computedIn>MPEG-7</af:computedIn>
+    <rdfs:label>MPEG-7 Spectral Centroid</rdfs:label>
+    <rdfs:label>MPEG7SpectralCentroid</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Global"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:comment>Subband Energy Ratio feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>Subband Energy Ratio</rdfs:label>
+    <rdfs:label>SubbandEnergyRatio</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EigendomainFeature"/>
+    <rdfs:comment>Rate-scale-frequency Features feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">256</af:dimensions>
+    <rdfs:label>RatescalefrequencyFeatures</rdfs:label>
+    <rdfs:label>Rate-scale-frequency Features</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PrincipalComponentAnalysis"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeaks">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:comment>Spectral Peaks feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>SpectralPeaks</rdfs:label>
+    <rdfs:label>Spectral Peaks</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization">
+    <rdfs:label>Normalization</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection">
+    <rdfs:label>Peak Detection</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Global">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicDerivate">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Harmonic Derivate feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>Harmonic Derivate</rdfs:label>
+    <rdfs:label>HarmonicDerivate</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity">
+    <rdfs:range rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Multi-resolution Entropy feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>Multi-resolution Entropy</rdfs:label>
+    <rdfs:label>MultiresolutionEntropy</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Entropy"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralRecursionFormula">
+    <rdfs:label>Cepstral Recursion Formula</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Chromagram">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Chromagram feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">12</af:dimensions>
+    <rdfs:label>Chromagram</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature"/>
+    <rdfs:comment>Relative Spectral PLP feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>Relative Spectral PLP</rdfs:label>
+    <rdfs:label>RelativeSpectralPLP</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralRecursionFormula"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ExponentialFunction"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLPA"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ExponentialFunction">
+    <rdfs:label>Exponential Function</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Spectral Flatness feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>Spectral Flatness</rdfs:label>
+    <rdfs:label>SpectralFlatness</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Fingerprinting"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Pitch Histogram feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>PitchHistogram</rdfs:label>
+    <rdfs:label>Pitch Histogram</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain">
+    <rdfs:range rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain"/>
+    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+    <vs:term_status>testing</vs:term_status>
+    <rdfs:comment>application domain property</rdfs:comment>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions">
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#Integer"/>
+    <rdfs:range rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransformComp">
+    <rdfs:label>Adaptive Time Frequency Transform Comp</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Entropy">
+    <rdfs:label>Entropy</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IndependentComponentAnalysis">
+    <rdfs:label>Independent Component Analysis</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralCentroid">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>MPEG-7 Harmonic Spectral Centroid feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <af:computedIn>MPEG-7</af:computedIn>
+    <rdfs:label>MPEG7HarmonicSpectralCentroid</rdfs:label>
+    <rdfs:label>MPEG-7 Harmonic Spectral Centroid</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DaubechiesWaveletCoefficientHistogram">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:comment>Daubechies Wavelet Coefficient Histogram feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">28</af:dimensions>
+    <rdfs:label>DaubechiesWaveletCoefficientHistogram</rdfs:label>
+    <rdfs:label>Daubechies Wavelet Coefficient Histogram</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CrossCorrelation">
+    <rdfs:label>Cross-Correlation</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Volume">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:comment>Volume feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>Volume</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Power"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform">
+    <rdfs:label>Discrete Fourier Transform</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter">
+    <rdfs:label>Band-pass Filter</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EigendomainFeature"/>
+    <rdfs:comment>MPEG-7 Audio Spectrum Basis feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <af:computedIn>MPEG-7</af:computedIn>
+    <rdfs:label>MPEG-7 Audio Spectrum Basis</rdfs:label>
+    <rdfs:label>MPEG7AudioSpectrumBasis</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SingularValueDecomposition"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IndependentComponentAnalysis"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Sharpness feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>Sharpness</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector">
+    <rdfs:label>Level Crossing Detector</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Inharmonicity feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>Inharmonicity</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Median"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:comment>Band Periodicity feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</af:dimensions>
+    <rdfs:label>Band Periodicity</rdfs:label>
+    <rdfs:label>BandPeriodicity</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:comment>Auditory Filter Bank Temporal Envelopes feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">62</af:dimensions>
+    <rdfs:label>AuditoryFilterBankTemporalEnvelopes</rdfs:label>
+    <rdfs:label>Auditory Filter Bank Temporal Envelopes</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Signal">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/4HzModulationHarmonicCoefficients">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:comment>4 Hz Modulation Harmonic Coefficients feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>4HzModulationHarmonicCoefficients</rdfs:label>
+    <rdfs:label>4 Hz Modulation Harmonic Coefficients</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Psychoacoustical Pitch feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>PsychoacousticalPitch</rdfs:label>
+    <rdfs:label>Psychoacoustical Pitch</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioHarmonicity">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>MPEG-7 Audio Harmonicity feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</af:dimensions>
+    <af:computedIn>MPEG-7</af:computedIn>
+    <rdfs:label>MPEG7AudioHarmonicity</rdfs:label>
+    <rdfs:label>MPEG-7 Audio Harmonicity</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature"/>
+    <rdfs:comment>Noise-Robust Auditory Feature feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">256</af:dimensions>
+    <rdfs:label>NoiseRobustAuditoryFeature</rdfs:label>
+    <rdfs:label>Noise-Robust Auditory Feature</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCenter">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Spectral Center feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>SpectralCenter</rdfs:label>
+    <rdfs:label>Spectral Center</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralRolloff">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Spectral Rolloff feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>SpectralRolloff</rdfs:label>
+    <rdfs:label>Spectral Rolloff</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PolynomialRootFinding"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature"/>
+    <rdfs:comment>Mel-scale Frequency Cepstral Coefficients feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>MelscaleFrequencyCepstralCoefficients</rdfs:label>
+    <rdfs:label>Mel-scale Frequency Cepstral Coefficients</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:abbreviation>MFCC</af:abbreviation>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation">
+    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ConstantQTransform">
+    <rdfs:label>Constant Q Transform</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>Pitch Profile feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">12</af:dimensions>
+    <rdfs:label>Pitch Profile</rdfs:label>
+    <rdfs:label>PitchProfile</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ConstantQTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature"/>
+    <rdfs:comment>Bark-scale Frequency Cepstral Coefficients feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>BarkscaleFrequencyCepstralCoefficients</rdfs:label>
+    <rdfs:label>Bark-scale Frequency Cepstral Coefficients</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralSpread">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:comment>MPEG-7 Harmonic Spectral Spread feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <af:computedIn>MPEG-7</af:computedIn>
+    <rdfs:label>MPEG-7 Harmonic Spectral Spread</rdfs:label>
+    <rdfs:label>MPEG7HarmonicSpectralSpread</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Median"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EigendomainFeature"/>
+    <rdfs:comment>Distortion Discriminant Analysis feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">64</af:dimensions>
+    <rdfs:label>Distortion Discriminant Analysis</rdfs:label>
+    <rdfs:label>DistortionDiscriminantAnalysis</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Fingerprinting"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PrincipalComponentAnalysis"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulatedComplexLappedTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:comment>Cyclic Beat Spectrum feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>CyclicBeatSpectrum</rdfs:label>
+    <rdfs:label>Cyclic Beat Spectrum</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CombFilter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LineSpectralFrequencies">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:comment>Line Spectral Frequencies feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <rdfs:label>Line Spectral Frequencies</rdfs:label>
+    <rdfs:label>LineSpectralFrequencies</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLPA"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Percentile"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhasespaceFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingRate">
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:comment>Zero Crossing Rate feature</rdfs:comment>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <rdfs:label>ZeroCrossingRate</rdfs:label>
+    <rdfs:label>Zero Crossing Rate</rdfs:label>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <af:abbreviation>ZCR</af:abbreviation>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CombFilter">
+    <rdfs:label>Comb Filter</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+</rdf:RDF>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/baseOntoV2.n3	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,2856 @@
+@prefix af: <http://sovarr.c4dm.eecs.qmul.ac.uk/features/> .
+@prefix dc: <http://purl.org/dc/elements/1.1/> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+<> a owl:Ontology ;
+    dc:description "This is a base ontology for the Audio Features engineering process collected from literature" ;
+    dc:title "Audio Features Base Ontology" ;
+    owl:versionInfo "Version 0.1" .
+
+af:AdaptiveTimeFrequencyTransform a owl:Class ;
+    rdfs:label "Adaptive Time-Frequency Transform",
+        "AdaptiveTimeFrequencyTransform" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:AdaptiveTimeFrequencyTransform_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 42 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:Global ;
+    rdfs:comment "Adaptive Time-Frequency Transform feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:AmplitudeDescriptor a owl:Class ;
+    rdfs:label "Amplitude Descriptor",
+        "AmplitudeDescriptor" ;
+    af:application_domain af:EnvironmentalSoundRecognition ;
+    af:computation af:AmplitudeDescriptor_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 9 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Amplitude Descriptor feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:AuditoryFilterBankTemporalEnvelopes a owl:Class ;
+    rdfs:label "Auditory Filter Bank Temporal Envelopes",
+        "AuditoryFilterBankTemporalEnvelopes" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:AuditoryFilterBankTemporalEnvelopes_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 62 ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Auditory Filter Bank Temporal Envelopes feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:AutocorrelationMFCCs a owl:Class ;
+    rdfs:label "Autocorrelation MFCCs",
+        "AutocorrelationMFCCs" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:AutocorrelationMFCCs_computation ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Autocorrelation MFCCs feature" ;
+    rdfs:subClassOf af:CepstralFeature ;
+    vs:term_status "testing" .
+
+af:BandPeriodicity a owl:Class ;
+    rdfs:label "Band Periodicity",
+        "BandPeriodicity" ;
+    af:application_domain af:AudioSegmentation ;
+    af:computation af:BandPeriodicity_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 4 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Band Periodicity feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:Bandwidth a owl:Class ;
+    rdfs:label "Bandwidth" ;
+    af:application_domain af:Several ;
+    af:computation af:Bandwidth_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Bandwidth feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:BarkscaleFrequencyCepstralCoefficients a owl:Class ;
+    rdfs:label "Bark-scale Frequency Cepstral Coefficients",
+        "BarkscaleFrequencyCepstralCoefficients" ;
+    af:application_domain af:Several ;
+    af:computation af:BarkscaleFrequencyCepstralCoefficients_computation ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Bark-scale Frequency Cepstral Coefficients feature" ;
+    rdfs:subClassOf af:CepstralFeature ;
+    vs:term_status "testing" .
+
+af:BeatHistogram a owl:Class ;
+    rdfs:label "Beat Histogram",
+        "BeatHistogram" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:BeatHistogram_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 6 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Beat Histogram feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:BeatSpectrum a owl:Class ;
+    rdfs:label "Beat Spectrum",
+        "BeatSpectrum" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:BeatSpectrum_computation ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Beat Spectrum feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:BeatTracker a owl:Class ;
+    rdfs:label "Beat Tracker",
+        "BeatTracker" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:BeatTracker_computation ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Beat Tracker feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:ChromaCENSFeatures a owl:Class ;
+    rdfs:label "Chroma CENS Features",
+        "ChromaCENSFeatures" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:ChromaCENSFeatures_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 12 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Chroma CENS Features feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:Chromagram a owl:Class ;
+    rdfs:label "Chromagram" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:Chromagram_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 12 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Chromagram feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:CyclicBeatSpectrum a owl:Class ;
+    rdfs:label "Cyclic Beat Spectrum",
+        "CyclicBeatSpectrum" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:CyclicBeatSpectrum_computation ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Cyclic Beat Spectrum feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:DWPTbasedRhythmFeature a owl:Class ;
+    rdfs:label "DWPT-based Rhythm Feature",
+        "DWPTbasedRhythmFeature" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:DWPTbasedRhythmFeature_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "DWPT-based Rhythm Feature feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:DaubechiesWaveletCoefficientHistogram a owl:Class ;
+    rdfs:label "Daubechies Wavelet Coefficient Histogram",
+        "DaubechiesWaveletCoefficientHistogram" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:DaubechiesWaveletCoefficientHistogram_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 28 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Daubechies Wavelet Coefficient Histogram feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:DistortionDiscriminantAnalysis a owl:Class ;
+    rdfs:label "Distortion Discriminant Analysis",
+        "DistortionDiscriminantAnalysis" ;
+    af:application_domain af:Fingerprinting ;
+    af:computation af:DistortionDiscriminantAnalysis_computation ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions 64 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Distortion Discriminant Analysis feature" ;
+    rdfs:subClassOf af:EigendomainFeature ;
+    vs:term_status "testing" .
+
+af:HarmonicCoefficient a owl:Class ;
+    rdfs:label "Harmonic Coefficient",
+        "HarmonicCoefficient" ;
+    af:application_domain af:AudioSegmentation ;
+    af:computation af:HarmonicCoefficient_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Harmonic Coefficient feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:HarmonicConcentration a owl:Class ;
+    rdfs:label "Harmonic Concentration",
+        "HarmonicConcentration" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:HarmonicConcentration_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Harmonic Concentration feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:HarmonicDerivate a owl:Class ;
+    rdfs:label "Harmonic Derivate",
+        "HarmonicDerivate" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:HarmonicDerivate_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Harmonic Derivate feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:HarmonicEnergyEntropy a owl:Class ;
+    rdfs:label "Harmonic Energy Entropy",
+        "HarmonicEnergyEntropy" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:HarmonicEnergyEntropy_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Harmonic Energy Entropy feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:HarmonicProminence a owl:Class ;
+    rdfs:label "Harmonic Prominence",
+        "HarmonicProminence" ;
+    af:application_domain af:EnvironmentalSoundRecognition ;
+    af:computation af:HarmonicProminence_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Harmonic Prominence feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:Inharmonicity a owl:Class ;
+    rdfs:label "Inharmonicity" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:Inharmonicity_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Inharmonicity feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:IntegralLoudness a owl:Class ;
+    rdfs:label "Integral Loudness",
+        "IntegralLoudness" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:IntegralLoudness_computation ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Integral Loudness feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:JointAcousticandModuluationFrequency a owl:Class ;
+    rdfs:label "Joint Acoustic and Moduluation Frequency",
+        "JointAcousticandModuluationFrequency" ;
+    af:application_domain af:Several ;
+    af:computation af:JointAcousticandModuluationFrequency_computation ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Joint Acoustic and Moduluation Frequency feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:LineSpectralFrequencies a owl:Class ;
+    rdfs:label "Line Spectral Frequencies",
+        "LineSpectralFrequencies" ;
+    af:application_domain af:Several ;
+    af:computation af:LineSpectralFrequencies_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Line Spectral Frequencies feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:LinearPredictionCepstralCoefficients a owl:Class ;
+    rdfs:label "Linear Prediction Cepstral Coefficients",
+        "LinearPredictionCepstralCoefficients" ;
+    af:abbreviation "LPCC" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:LinearPredictionCepstralCoefficients_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Linear Prediction Cepstral Coefficients feature" ;
+    rdfs:subClassOf af:CepstralFeature ;
+    vs:term_status "testing" .
+
+af:LinearPredictionZCR a owl:Class ;
+    rdfs:label "Linear Prediction ZCR",
+        "LinearPredictionZCR" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:LinearPredictionZCR_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Linear Prediction ZCR feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:LinearPredictiveCoding a owl:Class ;
+    rdfs:label "Linear Predictive Coding",
+        "LinearPredictiveCoding" ;
+    af:abbreviation "LPC" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:LinearPredictiveCoding_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Linear Predictive Coding feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7AudioFundamentalFrequency a owl:Class ;
+    rdfs:label "MPEG-7 Audio Fundamental Frequency",
+        "MPEG7AudioFundamentalFrequency" ;
+    af:application_domain af:Several ;
+    af:computation af:MPEG7AudioFundamentalFrequency_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 2 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "MPEG-7 Audio Fundamental Frequency feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7AudioHarmonicity a owl:Class ;
+    rdfs:label "MPEG-7 Audio Harmonicity",
+        "MPEG7AudioHarmonicity" ;
+    af:application_domain af:Several ;
+    af:computation af:MPEG7AudioHarmonicity_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 2 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "MPEG-7 Audio Harmonicity feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7AudioSpectrumBasis a owl:Class ;
+    rdfs:label "MPEG-7 Audio Spectrum Basis",
+        "MPEG7AudioSpectrumBasis" ;
+    af:application_domain af:EnvironmentalSoundRecognition ;
+    af:computation af:MPEG7AudioSpectrumBasis_computation ;
+    af:computational_complexity af:HighComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "MPEG-7 Audio Spectrum Basis feature" ;
+    rdfs:subClassOf af:EigendomainFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7AudioSpectrumCentroid a owl:Class ;
+    rdfs:label "MPEG-7 Audio Spectrum Centroid",
+        "MPEG7AudioSpectrumCentroid" ;
+    af:application_domain af:Several ;
+    af:computation af:MPEG7AudioSpectrumCentroid_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "MPEG-7 Audio Spectrum Centroid feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7AudioSpectrumSpread a owl:Class ;
+    rdfs:label "MPEG-7 Audio Spectrum Spread",
+        "MPEG7AudioSpectrumSpread" ;
+    af:application_domain af:Several ;
+    af:computation af:MPEG7AudioSpectrumSpread_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "MPEG-7 Audio Spectrum Spread feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7AudioWaveform a owl:Class ;
+    rdfs:label "MPEG-7 Audio Waveform",
+        "MPEG7AudioWaveform" ;
+    af:computation af:MPEG7AudioWaveform_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 2 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "MPEG-7 Audio Waveform feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7HarmonicSpectralCentroid a owl:Class ;
+    rdfs:label "MPEG-7 Harmonic Spectral Centroid",
+        "MPEG7HarmonicSpectralCentroid" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:MPEG7HarmonicSpectralCentroid_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "MPEG-7 Harmonic Spectral Centroid feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7HarmonicSpectralDeviation a owl:Class ;
+    rdfs:label "MPEG-7 Harmonic Spectral Deviation",
+        "MPEG7HarmonicSpectralDeviation" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:MPEG7HarmonicSpectralDeviation_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "MPEG-7 Harmonic Spectral Deviation feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7HarmonicSpectralSpread a owl:Class ;
+    rdfs:label "MPEG-7 Harmonic Spectral Spread",
+        "MPEG7HarmonicSpectralSpread" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:MPEG7HarmonicSpectralSpread_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "MPEG-7 Harmonic Spectral Spread feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7HarmonicSpectralVariation a owl:Class ;
+    rdfs:label "MPEG-7 Harmonic Spectral Variation",
+        "MPEG7HarmonicSpectralVariation" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:MPEG7HarmonicSpectralVariation_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "MPEG-7 Harmonic Spectral Variation feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7LogAttackTime a owl:Class ;
+    rdfs:label "MPEG-7 Log Attack Time",
+        "MPEG7LogAttackTime" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:MPEG7LogAttackTime_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:Global ;
+    rdfs:comment "MPEG-7 Log Attack Time feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7SpectralCentroid a owl:Class ;
+    rdfs:label "MPEG-7 Spectral Centroid",
+        "MPEG7SpectralCentroid" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:MPEG7SpectralCentroid_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:Global ;
+    rdfs:comment "MPEG-7 Spectral Centroid feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:MPEG7TemporalCentroid a owl:Class ;
+    rdfs:label "MPEG-7 Temporal Centroid",
+        "MPEG7TemporalCentroid" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:MPEG7TemporalCentroid_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:computedIn "MPEG-7" ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "MPEG-7 Temporal Centroid feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:MelscaleFrequencyCepstralCoefficients a owl:Class ;
+    rdfs:label "Mel-scale Frequency Cepstral Coefficients",
+        "MelscaleFrequencyCepstralCoefficients" ;
+    af:abbreviation "MFCC" ;
+    af:application_domain af:Several ;
+    af:computation af:MelscaleFrequencyCepstralCoefficients_computation ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Mel-scale Frequency Cepstral Coefficients feature" ;
+    rdfs:subClassOf af:CepstralFeature ;
+    vs:term_status "testing" .
+
+af:ModifiedGroupDelay a owl:Class ;
+    rdfs:label "Modified Group Delay",
+        "ModifiedGroupDelay" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:ModifiedGroupDelay_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Modified Group Delay feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:ModulationEnergy a owl:Class ;
+    rdfs:label "4 Hz Modulation Energy",
+        "4HzModulationEnergy" ;
+    af:application_domain af:AudioSegmentation ;
+    af:computation af:ModulationEnergy_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "4 Hz Modulation Energy feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:ModulationHarmonicCoefficients a owl:Class ;
+    rdfs:label "4 Hz Modulation Harmonic Coefficients",
+        "4HzModulationHarmonicCoefficients" ;
+    af:application_domain af:AudioSegmentation ;
+    af:computation af:ModulationHarmonicCoefficients_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "4 Hz Modulation Harmonic Coefficients feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:MultiresolutionEntropy a owl:Class ;
+    rdfs:label "Multi-resolution Entropy",
+        "MultiresolutionEntropy" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:MultiresolutionEntropy_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Multi-resolution Entropy feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:NoiseRobustAuditoryFeature a owl:Class ;
+    rdfs:label "Noise-Robust Auditory Feature",
+        "NoiseRobustAuditoryFeature" ;
+    af:application_domain af:EnvironmentalSoundRecognition ;
+    af:computation af:NoiseRobustAuditoryFeature_computation ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions 256 ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Noise-Robust Auditory Feature feature" ;
+    rdfs:subClassOf af:CepstralFeature ;
+    vs:term_status "testing" .
+
+af:PerceptualLinearPrediction a owl:Class ;
+    rdfs:label "Perceptual Linear Prediction",
+        "PerceptualLinearPrediction" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:PerceptualLinearPrediction_computation ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Perceptual Linear Prediction feature" ;
+    rdfs:subClassOf af:CepstralFeature ;
+    vs:term_status "testing" .
+
+af:PhaseSpaceFeatures a owl:Class ;
+    rdfs:label "Phase Space Features",
+        "PhaseSpaceFeatures" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:PhaseSpaceFeatures_computation ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Phase Space Features feature" ;
+    rdfs:subClassOf af:PhasespaceFeature ;
+    vs:term_status "testing" .
+
+af:Pitch a owl:Class ;
+    rdfs:label "Pitch" ;
+    af:application_domain af:Several ;
+    af:computation af:Pitch_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Pitch feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:PitchHistogram a owl:Class ;
+    rdfs:label "Pitch Histogram",
+        "PitchHistogram" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:PitchHistogram_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Pitch Histogram feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:PitchProfile a owl:Class ;
+    rdfs:label "Pitch Profile",
+        "PitchProfile" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:PitchProfile_computation ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions 12 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Pitch Profile feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:PitchSynchronousZCPA a owl:Class ;
+    rdfs:label "Pitch Synchronous ZCPA",
+        "PitchSynchronousZCPA" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:PitchSynchronousZCPA_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Pitch Synchronous ZCPA feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:PsychoacousticalPitch a owl:Class ;
+    rdfs:label "Psychoacoustical Pitch",
+        "PsychoacousticalPitch" ;
+    af:application_domain af:Several ;
+    af:computation af:PsychoacousticalPitch_computation ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Psychoacoustical Pitch feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:PulseMetric a owl:Class ;
+    rdfs:label "Pulse Metric",
+        "PulseMetric" ;
+    af:application_domain af:AudioSegmentation ;
+    af:computation af:PulseMetric_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Pulse Metric feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:RatescalefrequencyFeatures a owl:Class ;
+    rdfs:label "Rate-scale-frequency Features",
+        "RatescalefrequencyFeatures" ;
+    af:application_domain af:EnvironmentalSoundRecognition ;
+    af:computation af:RatescalefrequencyFeatures_computation ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions 256 ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Rate-scale-frequency Features feature" ;
+    rdfs:subClassOf af:EigendomainFeature ;
+    vs:term_status "testing" .
+
+af:RelativeSpectralPLP a owl:Class ;
+    rdfs:label "Relative Spectral PLP",
+        "RelativeSpectralPLP" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:RelativeSpectralPLP_computation ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Relative Spectral PLP feature" ;
+    rdfs:subClassOf af:CepstralFeature ;
+    vs:term_status "testing" .
+
+af:RhythmPatterns a owl:Class ;
+    rdfs:label "Rhythm Patterns",
+        "RhythmPatterns" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:RhythmPatterns_computation ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions 80 ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Rhythm Patterns feature" ;
+    rdfs:subClassOf af:ModulationfrequencyFeature ;
+    vs:term_status "testing" .
+
+af:Sharpness a owl:Class ;
+    rdfs:label "Sharpness" ;
+    af:application_domain af:Several ;
+    af:computation af:Sharpness_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Sharpness feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:ShortTimeEnergy a owl:Class ;
+    rdfs:label "Short-Time Energy",
+        "ShortTimeEnergy" ;
+    af:application_domain af:Several ;
+    af:computation af:ShortTimeEnergy_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Short-Time Energy feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:Sone a owl:Class ;
+    rdfs:label "Sone" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:Sone_computation ;
+    af:computational_complexity af:HighComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Sone feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:SpectralCenter a owl:Class ;
+    rdfs:label "Spectral Center",
+        "SpectralCenter" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:SpectralCenter_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Spectral Center feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:SpectralCentroid a owl:Class ;
+    rdfs:label "Spectral Centroid",
+        "SpectralCentroid" ;
+    af:application_domain af:Several ;
+    af:computation af:SpectralCentroid_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Spectral Centroid feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:SpectralCrest a owl:Class ;
+    rdfs:label "Spectral Crest",
+        "SpectralCrest" ;
+    af:application_domain af:Fingerprinting ;
+    af:computation af:SpectralCrest_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Spectral Crest feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:SpectralDispersion a owl:Class ;
+    rdfs:label "Spectral Dispersion",
+        "SpectralDispersion" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:SpectralDispersion_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Spectral Dispersion feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:SpectralFlatness a owl:Class ;
+    rdfs:label "Spectral Flatness",
+        "SpectralFlatness" ;
+    af:application_domain af:Fingerprinting ;
+    af:computation af:SpectralFlatness_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Spectral Flatness feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:SpectralFlux a owl:Class ;
+    rdfs:label "Spectral Flux",
+        "SpectralFlux" ;
+    af:abbreviation "SF" ;
+    af:application_domain af:Several ;
+    af:computation af:SpectralFlux_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Spectral Flux feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:SpectralPeakStructure a owl:Class ;
+    rdfs:label "Spectral Peak Structure",
+        "SpectralPeakStructure" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:SpectralPeakStructure_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Spectral Peak Structure feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:SpectralPeaks a owl:Class ;
+    rdfs:label "Spectral Peaks",
+        "SpectralPeaks" ;
+    af:application_domain af:MusicInformationRetrieval ;
+    af:computation af:SpectralPeaks_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:InterFrame ;
+    rdfs:comment "Spectral Peaks feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:SpectralRolloff a owl:Class ;
+    rdfs:label "Spectral Rolloff",
+        "SpectralRolloff" ;
+    af:application_domain af:Several ;
+    af:computation af:SpectralRolloff_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Spectral Rolloff feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:SpectralSlope a owl:Class ;
+    rdfs:label "Spectral Slope",
+        "SpectralSlope" ;
+    af:application_domain af:Several ;
+    af:computation af:SpectralSlope_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 4 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Spectral Slope feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:SubbandEnergyRatio a owl:Class ;
+    rdfs:label "Subband Energy Ratio",
+        "SubbandEnergyRatio" ;
+    af:application_domain af:Several ;
+    af:computation af:SubbandEnergyRatio_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Subband Energy Ratio feature" ;
+    rdfs:subClassOf af:FrequencyDomainPhysicalFeature ;
+    vs:term_status "testing" .
+
+af:SubbandSpectralFlux a owl:Class ;
+    rdfs:label "Subband Spectral Flux",
+        "SubbandSpectralFlux" ;
+    af:application_domain af:EnvironmentalSoundRecognition ;
+    af:computation af:SubbandSpectralFlux_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions 8 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PerceptualFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Subband Spectral Flux feature" ;
+    rdfs:subClassOf af:FrequencyDomainPerceptualFeature ;
+    vs:term_status "testing" .
+
+af:Volume a owl:Class ;
+    rdfs:label "Volume" ;
+    af:application_domain af:Several ;
+    af:computation af:Volume_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Volume feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:ZeroCrossingPeakAmplitudes a owl:Class ;
+    rdfs:label "Zero Crossing Peak Amplitudes",
+        "ZeroCrossingPeakAmplitudes" ;
+    af:application_domain af:SpeechRecognition ;
+    af:computation af:ZeroCrossingPeakAmplitudes_computation ;
+    af:computational_complexity af:MediumComplexity ;
+    af:dimensions af:ParametrizedDimensions ;
+    af:psychoacoustic_model true ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Zero Crossing Peak Amplitudes feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:ZeroCrossingRate a owl:Class ;
+    rdfs:label "Zero Crossing Rate",
+        "ZeroCrossingRate" ;
+    af:abbreviation "ZCR" ;
+    af:application_domain af:Several ;
+    af:computation af:ZeroCrossingRate_computation ;
+    af:computational_complexity af:LowComplexity ;
+    af:dimensions 1 ;
+    af:psychoacoustic_model false ;
+    af:semantic_interpretation af:PhysicalFeature ;
+    af:temporal_scale af:IntraFrame ;
+    rdfs:comment "Zero Crossing Rate feature" ;
+    rdfs:subClassOf af:TemporalFeature ;
+    vs:term_status "testing" .
+
+af:operation_sequence a owl:FunctionalProperty,
+        owl:ObjectProperty ;
+    rdfs:domain af:Computation ;
+    rdfs:range af:MathematicalOperation .
+
+vs:term_status a owl:AnnotationProperty .
+
+af:AdaptiveTimeFrequencyTransformComp a owl:Class ;
+    rdfs:label "Adaptive Time Frequency Transform Comp" ;
+    rdfs:subClassOf af:Transformation .
+
+af:AdaptiveTimeFrequencyTransform_computation a af:Computation ;
+    af:operation_sequence af:AdaptiveTimeFrequencyTransform_operation_sequence_1 .
+
+af:AdaptiveTimeFrequencyTransform_operation_sequence_1 a af:AdaptiveTimeFrequencyTransformComp ;
+    af:next_operation af:AdaptiveTimeFrequencyTransform_operation_sequence_2 .
+
+af:AdaptiveTimeFrequencyTransform_operation_sequence_2 a af:Histogram,
+        af:LastOperation .
+
+af:AmplitudeDescriptor_computation a af:Computation ;
+    af:operation_sequence af:AmplitudeDescriptor_operation_sequence_1 .
+
+af:AmplitudeDescriptor_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:AmplitudeDescriptor_operation_sequence_2 .
+
+af:AmplitudeDescriptor_operation_sequence_2 a af:Mean ;
+    af:next_operation af:AmplitudeDescriptor_operation_sequence_3 .
+
+af:AmplitudeDescriptor_operation_sequence_3 a af:Deviation ;
+    af:next_operation af:AmplitudeDescriptor_operation_sequence_4 .
+
+af:AmplitudeDescriptor_operation_sequence_4 a af:LevelCrossingDetector ;
+    af:next_operation af:AmplitudeDescriptor_operation_sequence_5 .
+
+af:AmplitudeDescriptor_operation_sequence_5 a af:Mean ;
+    af:next_operation af:AmplitudeDescriptor_operation_sequence_6 .
+
+af:AmplitudeDescriptor_operation_sequence_6 a af:Deviation,
+        af:LastOperation .
+
+af:AuditoryFilterBankTemporalEnvelopes_computation a af:Computation ;
+    af:operation_sequence af:AuditoryFilterBankTemporalEnvelopes_operation_sequence_1 .
+
+af:AuditoryFilterBankTemporalEnvelopes_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:AuditoryFilterBankTemporalEnvelopes_operation_sequence_2 .
+
+af:AuditoryFilterBankTemporalEnvelopes_operation_sequence_2 a af:BandpassFilter ;
+    af:next_operation af:AuditoryFilterBankTemporalEnvelopes_operation_sequence_3 .
+
+af:AuditoryFilterBankTemporalEnvelopes_operation_sequence_3 a af:BandpassFilter ;
+    af:next_operation af:AuditoryFilterBankTemporalEnvelopes_operation_sequence_4 .
+
+af:AuditoryFilterBankTemporalEnvelopes_operation_sequence_4 a af:EnergySpectralDensity ;
+    af:next_operation af:AuditoryFilterBankTemporalEnvelopes_operation_sequence_5 .
+
+af:AuditoryFilterBankTemporalEnvelopes_operation_sequence_5 a af:LastOperation,
+        af:Sum .
+
+af:AutocorrelationMFCCs_computation a af:Computation ;
+    af:operation_sequence af:AutocorrelationMFCCs_operation_sequence_1 .
+
+af:AutocorrelationMFCCs_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:AutocorrelationMFCCs_operation_sequence_2 .
+
+af:AutocorrelationMFCCs_operation_sequence_2 a af:Autocorrelation ;
+    af:next_operation af:AutocorrelationMFCCs_operation_sequence_3 .
+
+af:AutocorrelationMFCCs_operation_sequence_3 a af:LowpassFilter ;
+    af:next_operation af:AutocorrelationMFCCs_operation_sequence_4 .
+
+af:AutocorrelationMFCCs_operation_sequence_4 a af:DiscreteFourierTransform ;
+    af:next_operation af:AutocorrelationMFCCs_operation_sequence_5 .
+
+af:AutocorrelationMFCCs_operation_sequence_5 a af:Spectralbinning ;
+    af:next_operation af:AutocorrelationMFCCs_operation_sequence_6 .
+
+af:AutocorrelationMFCCs_operation_sequence_6 a af:Logarithm ;
+    af:next_operation af:AutocorrelationMFCCs_operation_sequence_7 .
+
+af:AutocorrelationMFCCs_operation_sequence_7 a af:DiscreteCosineTransform,
+        af:LastOperation .
+
+af:BandPeriodicity_computation a af:Computation ;
+    af:operation_sequence af:BandPeriodicity_operation_sequence_1 .
+
+af:BandPeriodicity_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:BandPeriodicity_operation_sequence_2 .
+
+af:BandPeriodicity_operation_sequence_2 a af:BandpassFilter ;
+    af:next_operation af:BandPeriodicity_operation_sequence_3 .
+
+af:BandPeriodicity_operation_sequence_3 a af:Autocorrelation ;
+    af:next_operation af:BandPeriodicity_operation_sequence_4 .
+
+af:BandPeriodicity_operation_sequence_4 a af:Maximum ;
+    af:next_operation af:BandPeriodicity_operation_sequence_5 .
+
+af:BandPeriodicity_operation_sequence_5 a af:LastOperation,
+        af:Sum .
+
+af:Bandwidth_computation a af:Computation ;
+    af:operation_sequence af:Bandwidth_operation_sequence_1 .
+
+af:Bandwidth_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:Bandwidth_operation_sequence_2 .
+
+af:Bandwidth_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:Bandwidth_operation_sequence_3 .
+
+af:Bandwidth_operation_sequence_3 a af:Spectralbinning ;
+    af:next_operation af:Bandwidth_operation_sequence_4 .
+
+af:Bandwidth_operation_sequence_4 a af:Logarithm,
+        af:OptionalOperation ;
+    af:next_operation af:Bandwidth_operation_sequence_5 .
+
+af:Bandwidth_operation_sequence_5 a af:Deviation,
+        af:LastOperation .
+
+af:BarkscaleFrequencyCepstralCoefficients_computation a af:Computation ;
+    af:operation_sequence af:BarkscaleFrequencyCepstralCoefficients_operation_sequence_1 .
+
+af:BarkscaleFrequencyCepstralCoefficients_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:BarkscaleFrequencyCepstralCoefficients_operation_sequence_2 .
+
+af:BarkscaleFrequencyCepstralCoefficients_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:BarkscaleFrequencyCepstralCoefficients_operation_sequence_3 .
+
+af:BarkscaleFrequencyCepstralCoefficients_operation_sequence_3 a af:Spectralbinning ;
+    af:next_operation af:BarkscaleFrequencyCepstralCoefficients_operation_sequence_4 .
+
+af:BarkscaleFrequencyCepstralCoefficients_operation_sequence_4 a af:Logarithm ;
+    af:next_operation af:BarkscaleFrequencyCepstralCoefficients_operation_sequence_5 .
+
+af:BarkscaleFrequencyCepstralCoefficients_operation_sequence_5 a af:DiscreteCosineTransform,
+        af:LastOperation .
+
+af:BeatHistogram_computation a af:Computation ;
+    af:operation_sequence af:BeatHistogram_operation_sequence_1 .
+
+af:BeatHistogram_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:BeatHistogram_operation_sequence_2 .
+
+af:BeatHistogram_operation_sequence_2 a af:DiscreteWaveletTransform ;
+    af:next_operation af:BeatHistogram_operation_sequence_3 .
+
+af:BeatHistogram_operation_sequence_3 a af:LowpassFilter ;
+    af:next_operation af:BeatHistogram_operation_sequence_4 .
+
+af:BeatHistogram_operation_sequence_4 a af:Sum ;
+    af:next_operation af:BeatHistogram_operation_sequence_5 .
+
+af:BeatHistogram_operation_sequence_5 a af:Autocorrelation ;
+    af:next_operation af:BeatHistogram_operation_sequence_6 .
+
+af:BeatHistogram_operation_sequence_6 a af:PeakDetection ;
+    af:next_operation af:BeatHistogram_operation_sequence_7 .
+
+af:BeatHistogram_operation_sequence_7 a af:Histogram,
+        af:LastOperation .
+
+af:BeatSpectrum_computation a af:Computation ;
+    af:operation_sequence af:BeatSpectrum_operation_sequence_1 .
+
+af:BeatSpectrum_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:BeatSpectrum_operation_sequence_2 .
+
+af:BeatSpectrum_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:BeatSpectrum_operation_sequence_3 .
+
+af:BeatSpectrum_operation_sequence_3 a af:Logarithm ;
+    af:next_operation af:BeatSpectrum_operation_sequence_4 .
+
+af:BeatSpectrum_operation_sequence_4 a af:LowpassFilter ;
+    af:next_operation af:BeatSpectrum_operation_sequence_5 .
+
+af:BeatSpectrum_operation_sequence_5 a af:CrossCorrelation ;
+    af:next_operation af:BeatSpectrum_operation_sequence_6 .
+
+af:BeatSpectrum_operation_sequence_6 a af:Autocorrelation,
+        af:LastOperation .
+
+af:BeatTracker_computation a af:Computation ;
+    af:operation_sequence af:BeatTracker_operation_sequence_1 .
+
+af:BeatTracker_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:BeatTracker_operation_sequence_2 .
+
+af:BeatTracker_operation_sequence_2 a af:BandpassFilter ;
+    af:next_operation af:BeatTracker_operation_sequence_3 .
+
+af:BeatTracker_operation_sequence_3 a af:LowpassFilter ;
+    af:next_operation af:BeatTracker_operation_sequence_4 .
+
+af:BeatTracker_operation_sequence_4 a af:DerivationDifference ;
+    af:next_operation af:BeatTracker_operation_sequence_5 .
+
+af:BeatTracker_operation_sequence_5 a af:CombFilter ;
+    af:next_operation af:BeatTracker_operation_sequence_6 .
+
+af:BeatTracker_operation_sequence_6 a af:Sum ;
+    af:next_operation af:BeatTracker_operation_sequence_7 .
+
+af:BeatTracker_operation_sequence_7 a af:LastOperation,
+        af:PeakDetection .
+
+af:ChromaCENSFeatures_computation a af:Computation ;
+    af:operation_sequence af:ChromaCENSFeatures_operation_sequence_1 .
+
+af:ChromaCENSFeatures_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:ChromaCENSFeatures_operation_sequence_2 .
+
+af:ChromaCENSFeatures_operation_sequence_2 a af:BandpassFilterBank ;
+    af:next_operation af:ChromaCENSFeatures_operation_sequence_3 .
+
+af:ChromaCENSFeatures_operation_sequence_3 a af:Sum ;
+    af:next_operation af:ChromaCENSFeatures_operation_sequence_4 .
+
+af:ChromaCENSFeatures_operation_sequence_4 a af:Normalization ;
+    af:next_operation af:ChromaCENSFeatures_operation_sequence_5 .
+
+af:ChromaCENSFeatures_operation_sequence_5 a af:LastOperation,
+        af:LowpassFilter .
+
+af:Chromagram_computation a af:Computation ;
+    af:operation_sequence af:Chromagram_operation_sequence_1 .
+
+af:Chromagram_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:Chromagram_operation_sequence_2 .
+
+af:Chromagram_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:Chromagram_operation_sequence_3 .
+
+af:Chromagram_operation_sequence_3 a af:Logarithm ;
+    af:next_operation af:Chromagram_operation_sequence_4 .
+
+af:Chromagram_operation_sequence_4 a af:LastOperation,
+        af:Sum .
+
+af:ConstantQTransform a owl:Class ;
+    rdfs:label "Constant Q Transform" ;
+    rdfs:subClassOf af:Transformation .
+
+af:CyclicBeatSpectrum_computation a af:Computation ;
+    af:operation_sequence af:CyclicBeatSpectrum_operation_sequence_1 .
+
+af:CyclicBeatSpectrum_operation_sequence_1 a af:LowpassFilter ;
+    af:next_operation af:CyclicBeatSpectrum_operation_sequence_2 .
+
+af:CyclicBeatSpectrum_operation_sequence_2 a af:Windowing ;
+    af:next_operation af:CyclicBeatSpectrum_operation_sequence_3 .
+
+af:CyclicBeatSpectrum_operation_sequence_3 a af:DiscreteFourierTransform ;
+    af:next_operation af:CyclicBeatSpectrum_operation_sequence_4 .
+
+af:CyclicBeatSpectrum_operation_sequence_4 a af:DerivationDifference ;
+    af:next_operation af:CyclicBeatSpectrum_operation_sequence_5 .
+
+af:CyclicBeatSpectrum_operation_sequence_5 a af:Sum ;
+    af:next_operation af:CyclicBeatSpectrum_operation_sequence_6 .
+
+af:CyclicBeatSpectrum_operation_sequence_6 a af:CombFilter ;
+    af:next_operation af:CyclicBeatSpectrum_operation_sequence_7 .
+
+af:CyclicBeatSpectrum_operation_sequence_7 a af:LowpassFilter ;
+    af:next_operation af:CyclicBeatSpectrum_operation_sequence_8 .
+
+af:CyclicBeatSpectrum_operation_sequence_8 a af:Sum ;
+    af:next_operation af:CyclicBeatSpectrum_operation_sequence_9 .
+
+af:CyclicBeatSpectrum_operation_sequence_9 a af:LastOperation,
+        af:PeakDetection .
+
+af:DWPTbasedRhythmFeature_computation a af:Computation ;
+    af:operation_sequence af:DWPTbasedRhythmFeature_operation_sequence_1 .
+
+af:DWPTbasedRhythmFeature_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:DWPTbasedRhythmFeature_operation_sequence_2 .
+
+af:DWPTbasedRhythmFeature_operation_sequence_2 a af:DiscreteWaveletTransform ;
+    af:next_operation af:DWPTbasedRhythmFeature_operation_sequence_3 .
+
+af:DWPTbasedRhythmFeature_operation_sequence_3 a af:Autocorrelation ;
+    af:next_operation af:DWPTbasedRhythmFeature_operation_sequence_4 .
+
+af:DWPTbasedRhythmFeature_operation_sequence_4 a af:PeakDetection ;
+    af:next_operation af:DWPTbasedRhythmFeature_operation_sequence_5 .
+
+af:DWPTbasedRhythmFeature_operation_sequence_5 a af:Histogram,
+        af:LastOperation .
+
+af:DaubechiesWaveletCoefficientHistogram_computation a af:Computation ;
+    af:operation_sequence af:DaubechiesWaveletCoefficientHistogram_operation_sequence_1 .
+
+af:DaubechiesWaveletCoefficientHistogram_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:DaubechiesWaveletCoefficientHistogram_operation_sequence_2 .
+
+af:DaubechiesWaveletCoefficientHistogram_operation_sequence_2 a af:DiscreteWaveletTransform ;
+    af:next_operation af:DaubechiesWaveletCoefficientHistogram_operation_sequence_3 .
+
+af:DaubechiesWaveletCoefficientHistogram_operation_sequence_3 a af:Histogram,
+        af:LastOperation .
+
+af:DistortionDiscriminantAnalysis_computation a af:Computation ;
+    af:operation_sequence af:DistortionDiscriminantAnalysis_operation_sequence_1 .
+
+af:DistortionDiscriminantAnalysis_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:DistortionDiscriminantAnalysis_operation_sequence_2 .
+
+af:DistortionDiscriminantAnalysis_operation_sequence_2 a af:ModulatedComplexLappedTransform ;
+    af:next_operation af:DistortionDiscriminantAnalysis_operation_sequence_3 .
+
+af:DistortionDiscriminantAnalysis_operation_sequence_3 a af:Logarithm ;
+    af:next_operation af:DistortionDiscriminantAnalysis_operation_sequence_4 .
+
+af:DistortionDiscriminantAnalysis_operation_sequence_4 a af:PrincipalComponentAnalysis ;
+    af:next_operation af:DistortionDiscriminantAnalysis_operation_sequence_5 .
+
+af:DistortionDiscriminantAnalysis_operation_sequence_5 a af:LastOperation,
+        af:PrincipalComponentAnalysis .
+
+af:GroupDelayFunction a owl:Class ;
+    rdfs:label "Group Delay Function" ;
+    rdfs:subClassOf af:Filter .
+
+af:HarmonicCoefficient_computation a af:Computation ;
+    af:operation_sequence af:HarmonicCoefficient_operation_sequence_1 .
+
+af:HarmonicCoefficient_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:HarmonicCoefficient_operation_sequence_2 .
+
+af:HarmonicCoefficient_operation_sequence_2 a af:Autocorrelation ;
+    af:next_operation af:HarmonicCoefficient_operation_sequence_3 .
+
+af:HarmonicCoefficient_operation_sequence_3 a af:LastOperation,
+        af:Maximum .
+
+af:HarmonicConcentration_computation a af:Computation ;
+    af:operation_sequence af:HarmonicConcentration_operation_sequence_1 .
+
+af:HarmonicConcentration_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:HarmonicConcentration_operation_sequence_2 .
+
+af:HarmonicConcentration_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:HarmonicConcentration_operation_sequence_3 .
+
+af:HarmonicConcentration_operation_sequence_3 a af:HarmonicPeakDetection ;
+    af:next_operation af:HarmonicConcentration_operation_sequence_4 .
+
+af:HarmonicConcentration_operation_sequence_4 a af:EnergySpectralDensity ;
+    af:next_operation af:HarmonicConcentration_operation_sequence_5 .
+
+af:HarmonicConcentration_operation_sequence_5 a af:LastOperation,
+        af:Sum .
+
+af:HarmonicDerivate_computation a af:Computation ;
+    af:operation_sequence af:HarmonicDerivate_operation_sequence_1 .
+
+af:HarmonicDerivate_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:HarmonicDerivate_operation_sequence_2 .
+
+af:HarmonicDerivate_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:HarmonicDerivate_operation_sequence_3 .
+
+af:HarmonicDerivate_operation_sequence_3 a af:Logarithm ;
+    af:next_operation af:HarmonicDerivate_operation_sequence_4 .
+
+af:HarmonicDerivate_operation_sequence_4 a af:DerivationDifference,
+        af:LastOperation .
+
+af:HarmonicEnergyEntropy_computation a af:Computation ;
+    af:operation_sequence af:HarmonicEnergyEntropy_operation_sequence_1 .
+
+af:HarmonicEnergyEntropy_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:HarmonicEnergyEntropy_operation_sequence_2 .
+
+af:HarmonicEnergyEntropy_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:HarmonicEnergyEntropy_operation_sequence_3 .
+
+af:HarmonicEnergyEntropy_operation_sequence_3 a af:HarmonicPeakDetection ;
+    af:next_operation af:HarmonicEnergyEntropy_operation_sequence_4 .
+
+af:HarmonicEnergyEntropy_operation_sequence_4 a af:Entropy,
+        af:LastOperation .
+
+af:HarmonicProminence_computation a af:Computation ;
+    af:operation_sequence af:HarmonicProminence_operation_sequence_1 .
+
+af:HarmonicProminence_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:HarmonicProminence_operation_sequence_2 .
+
+af:HarmonicProminence_operation_sequence_2 a af:Autocorrelation ;
+    af:next_operation af:HarmonicProminence_operation_sequence_3 .
+
+af:HarmonicProminence_operation_sequence_3 a af:HarmonicPeakDetection,
+        af:LastOperation .
+
+af:IndependentComponentAnalysis a owl:Class ;
+    rdfs:label "Independent Component Analysis" ;
+    rdfs:subClassOf af:Transformation .
+
+af:Inharmonicity_computation a af:Computation ;
+    af:operation_sequence af:Inharmonicity_operation_sequence_1 .
+
+af:Inharmonicity_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:Inharmonicity_operation_sequence_2 .
+
+af:Inharmonicity_operation_sequence_2 a af:Autocorrelation ;
+    af:next_operation af:Inharmonicity_operation_sequence_3 .
+
+af:Inharmonicity_operation_sequence_3 a af:HarmonicPeakDetection ;
+    af:next_operation af:Inharmonicity_operation_sequence_4 .
+
+af:Inharmonicity_operation_sequence_4 a af:Deviation,
+        af:LastOperation .
+
+af:IntegralLoudness_computation a af:Computation ;
+    af:operation_sequence af:IntegralLoudness_operation_sequence_1 .
+
+af:IntegralLoudness_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:IntegralLoudness_operation_sequence_2 .
+
+af:IntegralLoudness_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:IntegralLoudness_operation_sequence_3 .
+
+af:IntegralLoudness_operation_sequence_3 a af:Logarithm ;
+    af:next_operation af:IntegralLoudness_operation_sequence_4 .
+
+af:IntegralLoudness_operation_sequence_4 a af:Sum ;
+    af:next_operation af:IntegralLoudness_operation_sequence_5 .
+
+af:IntegralLoudness_operation_sequence_5 a af:WeightingFunction ;
+    af:next_operation af:IntegralLoudness_operation_sequence_6 .
+
+af:IntegralLoudness_operation_sequence_6 a af:ExponentialFunction ;
+    af:next_operation af:IntegralLoudness_operation_sequence_7 .
+
+af:IntegralLoudness_operation_sequence_7 a af:LastOperation,
+        af:Sum .
+
+af:JointAcousticandModuluationFrequency_computation a af:Computation ;
+    af:operation_sequence af:JointAcousticandModuluationFrequency_operation_sequence_1 .
+
+af:JointAcousticandModuluationFrequency_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:JointAcousticandModuluationFrequency_operation_sequence_2 .
+
+af:JointAcousticandModuluationFrequency_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:JointAcousticandModuluationFrequency_operation_sequence_3 .
+
+af:JointAcousticandModuluationFrequency_operation_sequence_3 a af:Spectralbinning ;
+    af:next_operation af:JointAcousticandModuluationFrequency_operation_sequence_4 .
+
+af:JointAcousticandModuluationFrequency_operation_sequence_4 a af:LowpassFilter ;
+    af:next_operation af:JointAcousticandModuluationFrequency_operation_sequence_5 .
+
+af:JointAcousticandModuluationFrequency_operation_sequence_5 a af:DiscreteWaveletTransform ;
+    af:next_operation af:JointAcousticandModuluationFrequency_operation_sequence_6 .
+
+af:JointAcousticandModuluationFrequency_operation_sequence_6 a af:LastOperation,
+        af:Sum .
+
+af:LineSpectralFrequencies_computation a af:Computation ;
+    af:operation_sequence af:LineSpectralFrequencies_operation_sequence_1 .
+
+af:LineSpectralFrequencies_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:LineSpectralFrequencies_operation_sequence_2 .
+
+af:LineSpectralFrequencies_operation_sequence_2 a af:Autoregression ;
+    af:next_operation af:LineSpectralFrequencies_operation_sequence_3 .
+
+af:LineSpectralFrequencies_operation_sequence_3 a af:LastOperation,
+        af:PolynomialRootFinding .
+
+af:LinearPredictionCepstralCoefficients_computation a af:Computation ;
+    af:operation_sequence af:LinearPredictionCepstralCoefficients_operation_sequence_1 .
+
+af:LinearPredictionCepstralCoefficients_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:LinearPredictionCepstralCoefficients_operation_sequence_2 .
+
+af:LinearPredictionCepstralCoefficients_operation_sequence_2 a af:BandpassFilter,
+        af:OptionalOperation ;
+    af:next_operation af:LinearPredictionCepstralCoefficients_operation_sequence_3 .
+
+af:LinearPredictionCepstralCoefficients_operation_sequence_3 a af:Autoregression ;
+    af:next_operation af:LinearPredictionCepstralCoefficients_operation_sequence_4 .
+
+af:LinearPredictionCepstralCoefficients_operation_sequence_4 a af:CepstralRecursionFormula,
+        af:LastOperation .
+
+af:LinearPredictionZCR_computation a af:Computation ;
+    af:operation_sequence af:LinearPredictionZCR_operation_sequence_1 .
+
+af:LinearPredictionZCR_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:LinearPredictionZCR_operation_sequence_2 .
+
+af:LinearPredictionZCR_operation_sequence_2 a af:LevelCrossingDetector ;
+    af:next_operation af:LinearPredictionZCR_operation_sequence_3 .
+
+af:LinearPredictionZCR_operation_sequence_3 a af:Autoregression ;
+    af:next_operation af:LinearPredictionZCR_operation_sequence_4 .
+
+af:LinearPredictionZCR_operation_sequence_4 a af:LastOperation,
+        af:LevelCrossingDetector .
+
+af:LinearPredictiveCoding_computation a af:Computation ;
+    af:operation_sequence af:LinearPredictiveCoding_operation_sequence_1 .
+
+af:LinearPredictiveCoding_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:LinearPredictiveCoding_operation_sequence_2 .
+
+af:LinearPredictiveCoding_operation_sequence_2 a af:BandpassFilter,
+        af:OptionalOperation ;
+    af:next_operation af:LinearPredictiveCoding_operation_sequence_3 .
+
+af:LinearPredictiveCoding_operation_sequence_3 a af:Autoregression ;
+    af:next_operation af:LinearPredictiveCoding_operation_sequence_4 .
+
+af:LinearPredictiveCoding_operation_sequence_4 a af:DiscreteFourierTransform,
+        af:LastOperation,
+        af:OptionalOperation .
+
+af:MPEG7AudioFundamentalFrequency_computation a af:Computation ;
+    af:operation_sequence af:MPEG7AudioFundamentalFrequency_operation_sequence_1 .
+
+af:MPEG7AudioFundamentalFrequency_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:MPEG7AudioFundamentalFrequency_operation_sequence_2 .
+
+af:MPEG7AudioFundamentalFrequency_operation_sequence_2 a af:Autocorrelation ;
+    af:next_operation af:MPEG7AudioFundamentalFrequency_operation_sequence_3 .
+
+af:MPEG7AudioFundamentalFrequency_operation_sequence_3 a af:LastOperation,
+        af:Maximum .
+
+af:MPEG7AudioHarmonicity_computation a af:Computation ;
+    af:operation_sequence af:MPEG7AudioHarmonicity_operation_sequence_1 .
+
+af:MPEG7AudioHarmonicity_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:MPEG7AudioHarmonicity_operation_sequence_2 .
+
+af:MPEG7AudioHarmonicity_operation_sequence_2 a af:Autocorrelation ;
+    af:next_operation af:MPEG7AudioHarmonicity_operation_sequence_3 .
+
+af:MPEG7AudioHarmonicity_operation_sequence_3 a af:LastOperation,
+        af:Maximum .
+
+af:MPEG7AudioSpectrumBasis_computation a af:Computation ;
+    af:operation_sequence af:MPEG7AudioSpectrumBasis_operation_sequence_1 .
+
+af:MPEG7AudioSpectrumBasis_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:MPEG7AudioSpectrumBasis_operation_sequence_2 .
+
+af:MPEG7AudioSpectrumBasis_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:MPEG7AudioSpectrumBasis_operation_sequence_3 .
+
+af:MPEG7AudioSpectrumBasis_operation_sequence_3 a af:Spectralbinning ;
+    af:next_operation af:MPEG7AudioSpectrumBasis_operation_sequence_4 .
+
+af:MPEG7AudioSpectrumBasis_operation_sequence_4 a af:Logarithm ;
+    af:next_operation af:MPEG7AudioSpectrumBasis_operation_sequence_5 .
+
+af:MPEG7AudioSpectrumBasis_operation_sequence_5 a af:Normalization ;
+    af:next_operation af:MPEG7AudioSpectrumBasis_operation_sequence_6 .
+
+af:MPEG7AudioSpectrumBasis_operation_sequence_6 a af:SingularValueDecomposition ;
+    af:next_operation af:MPEG7AudioSpectrumBasis_operation_sequence_7 .
+
+af:MPEG7AudioSpectrumBasis_operation_sequence_7 a af:IndependentComponentAnalysis,
+        af:LastOperation,
+        af:OptionalOperation .
+
+af:MPEG7AudioSpectrumCentroid_computation a af:Computation ;
+    af:operation_sequence af:MPEG7AudioSpectrumCentroid_operation_sequence_1 .
+
+af:MPEG7AudioSpectrumCentroid_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:MPEG7AudioSpectrumCentroid_operation_sequence_2 .
+
+af:MPEG7AudioSpectrumCentroid_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:MPEG7AudioSpectrumCentroid_operation_sequence_3 .
+
+af:MPEG7AudioSpectrumCentroid_operation_sequence_3 a af:Spectralbinning ;
+    af:next_operation af:MPEG7AudioSpectrumCentroid_operation_sequence_4 .
+
+af:MPEG7AudioSpectrumCentroid_operation_sequence_4 a af:Logarithm ;
+    af:next_operation af:MPEG7AudioSpectrumCentroid_operation_sequence_5 .
+
+af:MPEG7AudioSpectrumCentroid_operation_sequence_5 a af:LastOperation,
+        af:Mean .
+
+af:MPEG7AudioSpectrumSpread_computation a af:Computation ;
+    af:operation_sequence af:MPEG7AudioSpectrumSpread_operation_sequence_1 .
+
+af:MPEG7AudioSpectrumSpread_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:MPEG7AudioSpectrumSpread_operation_sequence_2 .
+
+af:MPEG7AudioSpectrumSpread_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:MPEG7AudioSpectrumSpread_operation_sequence_3 .
+
+af:MPEG7AudioSpectrumSpread_operation_sequence_3 a af:Spectralbinning ;
+    af:next_operation af:MPEG7AudioSpectrumSpread_operation_sequence_4 .
+
+af:MPEG7AudioSpectrumSpread_operation_sequence_4 a af:Logarithm ;
+    af:next_operation af:MPEG7AudioSpectrumSpread_operation_sequence_5 .
+
+af:MPEG7AudioSpectrumSpread_operation_sequence_5 a af:Deviation,
+        af:LastOperation .
+
+af:MPEG7AudioWaveform_computation a af:Computation ;
+    af:operation_sequence af:MPEG7AudioWaveform_operation_sequence_1 .
+
+af:MPEG7AudioWaveform_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:MPEG7AudioWaveform_operation_sequence_2 .
+
+af:MPEG7AudioWaveform_operation_sequence_2 a af:Maximum ;
+    af:next_operation af:MPEG7AudioWaveform_operation_sequence_3 .
+
+af:MPEG7AudioWaveform_operation_sequence_3 a af:LastOperation,
+        af:Minimum .
+
+af:MPEG7HarmonicSpectralCentroid_computation a af:Computation ;
+    af:operation_sequence af:MPEG7HarmonicSpectralCentroid_operation_sequence_1 .
+
+af:MPEG7HarmonicSpectralCentroid_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:MPEG7HarmonicSpectralCentroid_operation_sequence_2 .
+
+af:MPEG7HarmonicSpectralCentroid_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:MPEG7HarmonicSpectralCentroid_operation_sequence_3 .
+
+af:MPEG7HarmonicSpectralCentroid_operation_sequence_3 a af:HarmonicPeakDetection ;
+    af:next_operation af:MPEG7HarmonicSpectralCentroid_operation_sequence_4 .
+
+af:MPEG7HarmonicSpectralCentroid_operation_sequence_4 a af:LastOperation,
+        af:Mean .
+
+af:MPEG7HarmonicSpectralDeviation_computation a af:Computation ;
+    af:operation_sequence af:MPEG7HarmonicSpectralDeviation_operation_sequence_1 .
+
+af:MPEG7HarmonicSpectralDeviation_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:MPEG7HarmonicSpectralDeviation_operation_sequence_2 .
+
+af:MPEG7HarmonicSpectralDeviation_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:MPEG7HarmonicSpectralDeviation_operation_sequence_3 .
+
+af:MPEG7HarmonicSpectralDeviation_operation_sequence_3 a af:HarmonicPeakDetection ;
+    af:next_operation af:MPEG7HarmonicSpectralDeviation_operation_sequence_4 .
+
+af:MPEG7HarmonicSpectralDeviation_operation_sequence_4 a af:Mean ;
+    af:next_operation af:MPEG7HarmonicSpectralDeviation_operation_sequence_5 .
+
+af:MPEG7HarmonicSpectralDeviation_operation_sequence_5 a af:Logarithm ;
+    af:next_operation af:MPEG7HarmonicSpectralDeviation_operation_sequence_6 .
+
+af:MPEG7HarmonicSpectralDeviation_operation_sequence_6 a af:Deviation,
+        af:LastOperation .
+
+af:MPEG7HarmonicSpectralSpread_computation a af:Computation ;
+    af:operation_sequence af:MPEG7HarmonicSpectralSpread_operation_sequence_1 .
+
+af:MPEG7HarmonicSpectralSpread_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:MPEG7HarmonicSpectralSpread_operation_sequence_2 .
+
+af:MPEG7HarmonicSpectralSpread_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:MPEG7HarmonicSpectralSpread_operation_sequence_3 .
+
+af:MPEG7HarmonicSpectralSpread_operation_sequence_3 a af:HarmonicPeakDetection ;
+    af:next_operation af:MPEG7HarmonicSpectralSpread_operation_sequence_4 .
+
+af:MPEG7HarmonicSpectralSpread_operation_sequence_4 a af:Deviation,
+        af:LastOperation .
+
+af:MPEG7HarmonicSpectralVariation_computation a af:Computation ;
+    af:operation_sequence af:MPEG7HarmonicSpectralVariation_operation_sequence_1 .
+
+af:MPEG7HarmonicSpectralVariation_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:MPEG7HarmonicSpectralVariation_operation_sequence_2 .
+
+af:MPEG7HarmonicSpectralVariation_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:MPEG7HarmonicSpectralVariation_operation_sequence_3 .
+
+af:MPEG7HarmonicSpectralVariation_operation_sequence_3 a af:HarmonicPeakDetection ;
+    af:next_operation af:MPEG7HarmonicSpectralVariation_operation_sequence_4 .
+
+af:MPEG7HarmonicSpectralVariation_operation_sequence_4 a af:CrossCorrelation,
+        af:LastOperation .
+
+af:MPEG7LogAttackTime_computation a af:Computation ;
+    af:operation_sequence af:MPEG7LogAttackTime_operation_sequence_1 .
+
+af:MPEG7LogAttackTime_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:MPEG7LogAttackTime_operation_sequence_2 .
+
+af:MPEG7LogAttackTime_operation_sequence_2 a af:RootMeanSquare ;
+    af:next_operation af:MPEG7LogAttackTime_operation_sequence_3 .
+
+af:MPEG7LogAttackTime_operation_sequence_3 a af:PeakDetection ;
+    af:next_operation af:MPEG7LogAttackTime_operation_sequence_4 .
+
+af:MPEG7LogAttackTime_operation_sequence_4 a af:LastOperation,
+        af:Logarithm .
+
+af:MPEG7SpectralCentroid_computation a af:Computation ;
+    af:operation_sequence af:MPEG7SpectralCentroid_operation_sequence_1 .
+
+af:MPEG7SpectralCentroid_operation_sequence_1 a af:DiscreteFourierTransform ;
+    af:next_operation af:MPEG7SpectralCentroid_operation_sequence_2 .
+
+af:MPEG7SpectralCentroid_operation_sequence_2 a af:LastOperation,
+        af:Mean .
+
+af:MPEG7TemporalCentroid_computation a af:Computation ;
+    af:operation_sequence af:MPEG7TemporalCentroid_operation_sequence_1 .
+
+af:MPEG7TemporalCentroid_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:MPEG7TemporalCentroid_operation_sequence_2 .
+
+af:MPEG7TemporalCentroid_operation_sequence_2 a af:RootMeanSquare ;
+    af:next_operation af:MPEG7TemporalCentroid_operation_sequence_3 .
+
+af:MPEG7TemporalCentroid_operation_sequence_3 a af:LastOperation,
+        af:Mean .
+
+af:MelscaleFrequencyCepstralCoefficients_computation a af:Computation ;
+    af:operation_sequence af:MelscaleFrequencyCepstralCoefficients_operation_sequence_1 .
+
+af:MelscaleFrequencyCepstralCoefficients_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:MelscaleFrequencyCepstralCoefficients_operation_sequence_2 .
+
+af:MelscaleFrequencyCepstralCoefficients_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:MelscaleFrequencyCepstralCoefficients_operation_sequence_3 .
+
+af:MelscaleFrequencyCepstralCoefficients_operation_sequence_3 a af:Spectralbinning ;
+    af:next_operation af:MelscaleFrequencyCepstralCoefficients_operation_sequence_4 .
+
+af:MelscaleFrequencyCepstralCoefficients_operation_sequence_4 a af:Logarithm ;
+    af:next_operation af:MelscaleFrequencyCepstralCoefficients_operation_sequence_5 .
+
+af:MelscaleFrequencyCepstralCoefficients_operation_sequence_5 a af:DiscreteCosineTransform,
+        af:LastOperation .
+
+af:Minimum a owl:Class ;
+    rdfs:label "Minimum" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:ModifiedGroupDelay_computation a af:Computation ;
+    af:operation_sequence af:ModifiedGroupDelay_operation_sequence_1 .
+
+af:ModifiedGroupDelay_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:ModifiedGroupDelay_operation_sequence_2 .
+
+af:ModifiedGroupDelay_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:ModifiedGroupDelay_operation_sequence_3 .
+
+af:ModifiedGroupDelay_operation_sequence_3 a af:LowpassFilter,
+        af:OptionalOperation ;
+    af:next_operation af:ModifiedGroupDelay_operation_sequence_4 .
+
+af:ModifiedGroupDelay_operation_sequence_4 a af:GroupDelayFunction ;
+    af:next_operation af:ModifiedGroupDelay_operation_sequence_5 .
+
+af:ModifiedGroupDelay_operation_sequence_5 a af:DiscreteCosineTransform,
+        af:LastOperation,
+        af:OptionalOperation .
+
+af:ModulatedComplexLappedTransform a owl:Class ;
+    rdfs:label "Modulated Complex Lapped Transform" ;
+    rdfs:subClassOf af:Transformation .
+
+af:ModulationEnergy_computation a af:Computation ;
+    af:operation_sequence af:ModulationEnergy_operation_sequence_1 .
+
+af:ModulationEnergy_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:ModulationEnergy_operation_sequence_2 .
+
+af:ModulationEnergy_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:ModulationEnergy_operation_sequence_3 .
+
+af:ModulationEnergy_operation_sequence_3 a af:Spectralbinning ;
+    af:next_operation af:ModulationEnergy_operation_sequence_4 .
+
+af:ModulationEnergy_operation_sequence_4 a af:BandpassFilter ;
+    af:next_operation af:ModulationEnergy_operation_sequence_5 .
+
+af:ModulationEnergy_operation_sequence_5 a af:EnergySpectralDensity ;
+    af:next_operation af:ModulationEnergy_operation_sequence_6 .
+
+af:ModulationEnergy_operation_sequence_6 a af:Normalization ;
+    af:next_operation af:ModulationEnergy_operation_sequence_7 .
+
+af:ModulationEnergy_operation_sequence_7 a af:LastOperation,
+        af:Sum .
+
+af:ModulationHarmonicCoefficients_computation a af:Computation ;
+    af:operation_sequence af:ModulationHarmonicCoefficients_operation_sequence_1 .
+
+af:ModulationHarmonicCoefficients_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:ModulationHarmonicCoefficients_operation_sequence_2 .
+
+af:ModulationHarmonicCoefficients_operation_sequence_2 a af:Autocorrelation ;
+    af:next_operation af:ModulationHarmonicCoefficients_operation_sequence_3 .
+
+af:ModulationHarmonicCoefficients_operation_sequence_3 a af:Maximum ;
+    af:next_operation af:ModulationHarmonicCoefficients_operation_sequence_4 .
+
+af:ModulationHarmonicCoefficients_operation_sequence_4 a af:DiscreteCosineTransform ;
+    af:next_operation af:ModulationHarmonicCoefficients_operation_sequence_5 .
+
+af:ModulationHarmonicCoefficients_operation_sequence_5 a af:BandpassFilter,
+        af:LastOperation .
+
+af:MultiresolutionEntropy_computation a af:Computation ;
+    af:operation_sequence af:MultiresolutionEntropy_operation_sequence_1 .
+
+af:MultiresolutionEntropy_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:MultiresolutionEntropy_operation_sequence_2 .
+
+af:MultiresolutionEntropy_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:MultiresolutionEntropy_operation_sequence_3 .
+
+af:MultiresolutionEntropy_operation_sequence_3 a af:Normalization ;
+    af:next_operation af:MultiresolutionEntropy_operation_sequence_4 .
+
+af:MultiresolutionEntropy_operation_sequence_4 a af:Spectralbinning ;
+    af:next_operation af:MultiresolutionEntropy_operation_sequence_5 .
+
+af:MultiresolutionEntropy_operation_sequence_5 a af:Entropy,
+        af:LastOperation .
+
+af:NoiseRobustAuditoryFeature_computation a af:Computation ;
+    af:operation_sequence af:NoiseRobustAuditoryFeature_operation_sequence_1 .
+
+af:NoiseRobustAuditoryFeature_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:NoiseRobustAuditoryFeature_operation_sequence_2 .
+
+af:NoiseRobustAuditoryFeature_operation_sequence_2 a af:BandpassFilterBank ;
+    af:next_operation af:NoiseRobustAuditoryFeature_operation_sequence_3 .
+
+af:NoiseRobustAuditoryFeature_operation_sequence_3 a af:WeightingFunction ;
+    af:next_operation af:NoiseRobustAuditoryFeature_operation_sequence_4 .
+
+af:NoiseRobustAuditoryFeature_operation_sequence_4 a af:DerivationDifference ;
+    af:next_operation af:NoiseRobustAuditoryFeature_operation_sequence_5 .
+
+af:NoiseRobustAuditoryFeature_operation_sequence_5 a af:LowpassFilter ;
+    af:next_operation af:NoiseRobustAuditoryFeature_operation_sequence_6 .
+
+af:NoiseRobustAuditoryFeature_operation_sequence_6 a af:Logarithm ;
+    af:next_operation af:NoiseRobustAuditoryFeature_operation_sequence_7 .
+
+af:NoiseRobustAuditoryFeature_operation_sequence_7 a af:DiscreteCosineTransform,
+        af:LastOperation .
+
+af:Percentile a owl:Class ;
+    rdfs:label "Percentile" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:PerceptualLinearPrediction_computation a af:Computation ;
+    af:operation_sequence af:PerceptualLinearPrediction_operation_sequence_1 .
+
+af:PerceptualLinearPrediction_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:PerceptualLinearPrediction_operation_sequence_2 .
+
+af:PerceptualLinearPrediction_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:PerceptualLinearPrediction_operation_sequence_3 .
+
+af:PerceptualLinearPrediction_operation_sequence_3 a af:Spectralbinning ;
+    af:next_operation af:PerceptualLinearPrediction_operation_sequence_4 .
+
+af:PerceptualLinearPrediction_operation_sequence_4 a af:WeightingFunction ;
+    af:next_operation af:PerceptualLinearPrediction_operation_sequence_5 .
+
+af:PerceptualLinearPrediction_operation_sequence_5 a af:WeightingFunction ;
+    af:next_operation af:PerceptualLinearPrediction_operation_sequence_6 .
+
+af:PerceptualLinearPrediction_operation_sequence_6 a af:DiscreteCosineTransform ;
+    af:next_operation af:PerceptualLinearPrediction_operation_sequence_7 .
+
+af:PerceptualLinearPrediction_operation_sequence_7 a af:Autoregression ;
+    af:next_operation af:PerceptualLinearPrediction_operation_sequence_8 .
+
+af:PerceptualLinearPrediction_operation_sequence_8 a af:CepstralRecursionFormula,
+        af:LastOperation .
+
+af:PhaseSpaceEmbedding a owl:Class ;
+    rdfs:label "Phase Space Embedding" ;
+    rdfs:subClassOf af:Transformation .
+
+af:PhaseSpaceFeatures_computation a af:Computation ;
+    af:operation_sequence af:PhaseSpaceFeatures_operation_sequence_1 .
+
+af:PhaseSpaceFeatures_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:PhaseSpaceFeatures_operation_sequence_2 .
+
+af:PhaseSpaceFeatures_operation_sequence_2 a af:LastOperation,
+        af:PhaseSpaceEmbedding .
+
+af:PhasespaceFeature a owl:Class ;
+    rdfs:subClassOf af:Feature .
+
+af:PitchHistogram_computation a af:Computation ;
+    af:operation_sequence af:PitchHistogram_operation_sequence_1 .
+
+af:PitchHistogram_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:PitchHistogram_operation_sequence_2 .
+
+af:PitchHistogram_operation_sequence_2 a af:Autocorrelation ;
+    af:next_operation af:PitchHistogram_operation_sequence_3 .
+
+af:PitchHistogram_operation_sequence_3 a af:PeakDetection ;
+    af:next_operation af:PitchHistogram_operation_sequence_4 .
+
+af:PitchHistogram_operation_sequence_4 a af:Histogram ;
+    af:next_operation af:PitchHistogram_operation_sequence_5 .
+
+af:PitchHistogram_operation_sequence_5 a af:LastOperation,
+        af:OptionalOperation,
+        af:Sum .
+
+af:PitchProfile_computation a af:Computation ;
+    af:operation_sequence af:PitchProfile_operation_sequence_1 .
+
+af:PitchProfile_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:PitchProfile_operation_sequence_2 .
+
+af:PitchProfile_operation_sequence_2 a af:ConstantQTransform ;
+    af:next_operation af:PitchProfile_operation_sequence_3 .
+
+af:PitchProfile_operation_sequence_3 a af:PeakDetection ;
+    af:next_operation af:PitchProfile_operation_sequence_4 .
+
+af:PitchProfile_operation_sequence_4 a af:Sum ;
+    af:next_operation af:PitchProfile_operation_sequence_5 .
+
+af:PitchProfile_operation_sequence_5 a af:Maximum ;
+    af:next_operation af:PitchProfile_operation_sequence_6 .
+
+af:PitchProfile_operation_sequence_6 a af:Histogram ;
+    af:next_operation af:PitchProfile_operation_sequence_7 .
+
+af:PitchProfile_operation_sequence_7 a af:Maximum ;
+    af:next_operation af:PitchProfile_operation_sequence_8 .
+
+af:PitchProfile_operation_sequence_8 a af:Maximum ;
+    af:next_operation af:PitchProfile_operation_sequence_9 .
+
+af:PitchProfile_operation_sequence_9 a af:LastOperation,
+        af:Sum .
+
+af:PitchSynchronousZCPA_computation a af:Computation ;
+    af:operation_sequence af:PitchSynchronousZCPA_operation_sequence_1 .
+
+af:PitchSynchronousZCPA_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:PitchSynchronousZCPA_operation_sequence_2 .
+
+af:PitchSynchronousZCPA_operation_sequence_2 a af:BandpassFilter ;
+    af:next_operation af:PitchSynchronousZCPA_operation_sequence_3 .
+
+af:PitchSynchronousZCPA_operation_sequence_3 a af:Autocorrelation ;
+    af:next_operation af:PitchSynchronousZCPA_operation_sequence_4 .
+
+af:PitchSynchronousZCPA_operation_sequence_4 a af:Maximum ;
+    af:next_operation af:PitchSynchronousZCPA_operation_sequence_5 .
+
+af:PitchSynchronousZCPA_operation_sequence_5 a af:LevelCrossingDetector ;
+    af:next_operation af:PitchSynchronousZCPA_operation_sequence_6 .
+
+af:PitchSynchronousZCPA_operation_sequence_6 a af:PeakDetection ;
+    af:next_operation af:PitchSynchronousZCPA_operation_sequence_7 .
+
+af:PitchSynchronousZCPA_operation_sequence_7 a af:Logarithm ;
+    af:next_operation af:PitchSynchronousZCPA_operation_sequence_8 .
+
+af:PitchSynchronousZCPA_operation_sequence_8 a af:Histogram ;
+    af:next_operation af:PitchSynchronousZCPA_operation_sequence_9 .
+
+af:PitchSynchronousZCPA_operation_sequence_9 a af:LastOperation,
+        af:Sum .
+
+af:Pitch_computation a af:Computation ;
+    af:operation_sequence af:Pitch_operation_sequence_1 .
+
+af:Pitch_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:Pitch_operation_sequence_2 .
+
+af:Pitch_operation_sequence_2 a af:Autocorrelation ;
+    af:next_operation af:Pitch_operation_sequence_3 .
+
+af:Pitch_operation_sequence_3 a af:LastOperation,
+        af:Maximum .
+
+af:PolynomialRootFinding a owl:Class ;
+    rdfs:label "Polynomial Root Finding" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:Power a owl:Class ;
+    rdfs:label "Power" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:PsychoacousticalPitch_computation a af:Computation ;
+    af:operation_sequence af:PsychoacousticalPitch_operation_sequence_1 .
+
+af:PsychoacousticalPitch_operation_sequence_1 a af:BandpassFilter ;
+    af:next_operation af:PsychoacousticalPitch_operation_sequence_2 .
+
+af:PsychoacousticalPitch_operation_sequence_2 a af:BandpassFilter ;
+    af:next_operation af:PsychoacousticalPitch_operation_sequence_3 .
+
+af:PsychoacousticalPitch_operation_sequence_3 a af:WeightingFunction ;
+    af:next_operation af:PsychoacousticalPitch_operation_sequence_4 .
+
+af:PsychoacousticalPitch_operation_sequence_4 a af:Autocorrelation ;
+    af:next_operation af:PsychoacousticalPitch_operation_sequence_5 .
+
+af:PsychoacousticalPitch_operation_sequence_5 a af:LastOperation,
+        af:Sum .
+
+af:PulseMetric_computation a af:Computation ;
+    af:operation_sequence af:PulseMetric_operation_sequence_1 .
+
+af:PulseMetric_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:PulseMetric_operation_sequence_2 .
+
+af:PulseMetric_operation_sequence_2 a af:BandpassFilter ;
+    af:next_operation af:PulseMetric_operation_sequence_3 .
+
+af:PulseMetric_operation_sequence_3 a af:PeakDetection ;
+    af:next_operation af:PulseMetric_operation_sequence_4 .
+
+af:PulseMetric_operation_sequence_4 a af:Autocorrelation ;
+    af:next_operation af:PulseMetric_operation_sequence_5 .
+
+af:PulseMetric_operation_sequence_5 a af:LastOperation,
+        af:PeakDetection .
+
+af:RatescalefrequencyFeatures_computation a af:Computation ;
+    af:operation_sequence af:RatescalefrequencyFeatures_operation_sequence_1 .
+
+af:RatescalefrequencyFeatures_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:RatescalefrequencyFeatures_operation_sequence_2 .
+
+af:RatescalefrequencyFeatures_operation_sequence_2 a af:BandpassFilterBank ;
+    af:next_operation af:RatescalefrequencyFeatures_operation_sequence_3 .
+
+af:RatescalefrequencyFeatures_operation_sequence_3 a af:WeightingFunction ;
+    af:next_operation af:RatescalefrequencyFeatures_operation_sequence_4 .
+
+af:RatescalefrequencyFeatures_operation_sequence_4 a af:DerivationDifference ;
+    af:next_operation af:RatescalefrequencyFeatures_operation_sequence_5 .
+
+af:RatescalefrequencyFeatures_operation_sequence_5 a af:LowpassFilter ;
+    af:next_operation af:RatescalefrequencyFeatures_operation_sequence_6 .
+
+af:RatescalefrequencyFeatures_operation_sequence_6 a af:DiscreteWaveletTransform ;
+    af:next_operation af:RatescalefrequencyFeatures_operation_sequence_7 .
+
+af:RatescalefrequencyFeatures_operation_sequence_7 a af:Sum ;
+    af:next_operation af:RatescalefrequencyFeatures_operation_sequence_8 .
+
+af:RatescalefrequencyFeatures_operation_sequence_8 a af:LastOperation,
+        af:PrincipalComponentAnalysis .
+
+af:Regression a owl:Class ;
+    rdfs:label "Regression" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:RelativeSpectralPLP_computation a af:Computation ;
+    af:operation_sequence af:RelativeSpectralPLP_operation_sequence_1 .
+
+af:RelativeSpectralPLP_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:RelativeSpectralPLP_operation_sequence_2 .
+
+af:RelativeSpectralPLP_operation_sequence_10 a af:Autoregression ;
+    af:next_operation af:RelativeSpectralPLP_operation_sequence_11 .
+
+af:RelativeSpectralPLP_operation_sequence_11 a af:CepstralRecursionFormula,
+        af:LastOperation .
+
+af:RelativeSpectralPLP_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:RelativeSpectralPLP_operation_sequence_3 .
+
+af:RelativeSpectralPLP_operation_sequence_3 a af:Spectralbinning ;
+    af:next_operation af:RelativeSpectralPLP_operation_sequence_4 .
+
+af:RelativeSpectralPLP_operation_sequence_4 a af:Logarithm ;
+    af:next_operation af:RelativeSpectralPLP_operation_sequence_5 .
+
+af:RelativeSpectralPLP_operation_sequence_5 a af:BandpassFilter ;
+    af:next_operation af:RelativeSpectralPLP_operation_sequence_6 .
+
+af:RelativeSpectralPLP_operation_sequence_6 a af:WeightingFunction ;
+    af:next_operation af:RelativeSpectralPLP_operation_sequence_7 .
+
+af:RelativeSpectralPLP_operation_sequence_7 a af:WeightingFunction ;
+    af:next_operation af:RelativeSpectralPLP_operation_sequence_8 .
+
+af:RelativeSpectralPLP_operation_sequence_8 a af:ExponentialFunction ;
+    af:next_operation af:RelativeSpectralPLP_operation_sequence_9 .
+
+af:RelativeSpectralPLP_operation_sequence_9 a af:DiscreteCosineTransform ;
+    af:next_operation af:RelativeSpectralPLP_operation_sequence_10 .
+
+af:RhythmPatterns_computation a af:Computation ;
+    af:operation_sequence af:RhythmPatterns_operation_sequence_1 .
+
+af:RhythmPatterns_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:RhythmPatterns_operation_sequence_2 .
+
+af:RhythmPatterns_operation_sequence_10 a af:LastOperation,
+        af:Median .
+
+af:RhythmPatterns_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:RhythmPatterns_operation_sequence_3 .
+
+af:RhythmPatterns_operation_sequence_3 a af:Spectralbinning ;
+    af:next_operation af:RhythmPatterns_operation_sequence_4 .
+
+af:RhythmPatterns_operation_sequence_4 a af:LowpassFilter ;
+    af:next_operation af:RhythmPatterns_operation_sequence_5 .
+
+af:RhythmPatterns_operation_sequence_5 a af:Logarithm ;
+    af:next_operation af:RhythmPatterns_operation_sequence_6 .
+
+af:RhythmPatterns_operation_sequence_6 a af:WeightingFunction ;
+    af:next_operation af:RhythmPatterns_operation_sequence_7 .
+
+af:RhythmPatterns_operation_sequence_7 a af:DiscreteFourierTransform ;
+    af:next_operation af:RhythmPatterns_operation_sequence_8 .
+
+af:RhythmPatterns_operation_sequence_8 a af:WeightingFunction ;
+    af:next_operation af:RhythmPatterns_operation_sequence_9 .
+
+af:RhythmPatterns_operation_sequence_9 a af:LowpassFilter ;
+    af:next_operation af:RhythmPatterns_operation_sequence_10 .
+
+af:Sharpness_computation a af:Computation ;
+    af:operation_sequence af:Sharpness_operation_sequence_1 .
+
+af:Sharpness_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:Sharpness_operation_sequence_2 .
+
+af:Sharpness_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:Sharpness_operation_sequence_3 .
+
+af:Sharpness_operation_sequence_3 a af:Spectralbinning ;
+    af:next_operation af:Sharpness_operation_sequence_4 .
+
+af:Sharpness_operation_sequence_4 a af:WeightingFunction ;
+    af:next_operation af:Sharpness_operation_sequence_5 .
+
+af:Sharpness_operation_sequence_5 a af:WeightingFunction ;
+    af:next_operation af:Sharpness_operation_sequence_6 .
+
+af:Sharpness_operation_sequence_6 a af:LastOperation,
+        af:Mean .
+
+af:ShortTimeEnergy_computation a af:Computation ;
+    af:operation_sequence af:ShortTimeEnergy_operation_sequence_1 .
+
+af:ShortTimeEnergy_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:ShortTimeEnergy_operation_sequence_2 .
+
+af:ShortTimeEnergy_operation_sequence_2 a af:LastOperation,
+        af:Power .
+
+af:Signal a owl:Class .
+
+af:SingularValueDecomposition a owl:Class ;
+    rdfs:label "Singular Value Decomposition" ;
+    rdfs:subClassOf af:Transformation .
+
+af:Sone_computation a af:Computation ;
+    af:operation_sequence af:Sone_operation_sequence_1 .
+
+af:Sone_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:Sone_operation_sequence_2 .
+
+af:Sone_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:Sone_operation_sequence_3 .
+
+af:Sone_operation_sequence_3 a af:Spectralbinning ;
+    af:next_operation af:Sone_operation_sequence_4 .
+
+af:Sone_operation_sequence_4 a af:LowpassFilter ;
+    af:next_operation af:Sone_operation_sequence_5 .
+
+af:Sone_operation_sequence_5 a af:Logarithm ;
+    af:next_operation af:Sone_operation_sequence_6 .
+
+af:Sone_operation_sequence_6 a af:LastOperation,
+        af:WeightingFunction .
+
+af:SpectralCenter_computation a af:Computation ;
+    af:operation_sequence af:SpectralCenter_operation_sequence_1 .
+
+af:SpectralCenter_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:SpectralCenter_operation_sequence_2 .
+
+af:SpectralCenter_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:SpectralCenter_operation_sequence_3 .
+
+af:SpectralCenter_operation_sequence_3 a af:EnergySpectralDensity ;
+    af:next_operation af:SpectralCenter_operation_sequence_4 .
+
+af:SpectralCenter_operation_sequence_4 a af:LastOperation,
+        af:Median .
+
+af:SpectralCentroid_computation a af:Computation ;
+    af:operation_sequence af:SpectralCentroid_operation_sequence_1 .
+
+af:SpectralCentroid_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:SpectralCentroid_operation_sequence_2 .
+
+af:SpectralCentroid_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:SpectralCentroid_operation_sequence_3 .
+
+af:SpectralCentroid_operation_sequence_3 a af:OptionalOperation,
+        af:Spectralbinning ;
+    af:next_operation af:SpectralCentroid_operation_sequence_4 .
+
+af:SpectralCentroid_operation_sequence_4 a af:Logarithm,
+        af:OptionalOperation ;
+    af:next_operation af:SpectralCentroid_operation_sequence_5 .
+
+af:SpectralCentroid_operation_sequence_5 a af:LastOperation,
+        af:Mean .
+
+af:SpectralCrest_computation a af:Computation ;
+    af:operation_sequence af:SpectralCrest_operation_sequence_1 .
+
+af:SpectralCrest_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:SpectralCrest_operation_sequence_2 .
+
+af:SpectralCrest_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:SpectralCrest_operation_sequence_3 .
+
+af:SpectralCrest_operation_sequence_3 a af:Spectralbinning ;
+    af:next_operation af:SpectralCrest_operation_sequence_4 .
+
+af:SpectralCrest_operation_sequence_4 a af:Maximum ;
+    af:next_operation af:SpectralCrest_operation_sequence_5 .
+
+af:SpectralCrest_operation_sequence_5 a af:Mean ;
+    af:next_operation af:SpectralCrest_operation_sequence_6 .
+
+af:SpectralCrest_operation_sequence_6 a af:LastOperation,
+        af:Logarithm,
+        af:OptionalOperation .
+
+af:SpectralDispersion_computation a af:Computation ;
+    af:operation_sequence af:SpectralDispersion_operation_sequence_1 .
+
+af:SpectralDispersion_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:SpectralDispersion_operation_sequence_2 .
+
+af:SpectralDispersion_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:SpectralDispersion_operation_sequence_3 .
+
+af:SpectralDispersion_operation_sequence_3 a af:EnergySpectralDensity ;
+    af:next_operation af:SpectralDispersion_operation_sequence_4 .
+
+af:SpectralDispersion_operation_sequence_4 a af:Median ;
+    af:next_operation af:SpectralDispersion_operation_sequence_5 .
+
+af:SpectralDispersion_operation_sequence_5 a af:Deviation,
+        af:LastOperation .
+
+af:SpectralFlatness_computation a af:Computation ;
+    af:operation_sequence af:SpectralFlatness_operation_sequence_1 .
+
+af:SpectralFlatness_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:SpectralFlatness_operation_sequence_2 .
+
+af:SpectralFlatness_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:SpectralFlatness_operation_sequence_3 .
+
+af:SpectralFlatness_operation_sequence_3 a af:Spectralbinning ;
+    af:next_operation af:SpectralFlatness_operation_sequence_4 .
+
+af:SpectralFlatness_operation_sequence_4 a af:Mean ;
+    af:next_operation af:SpectralFlatness_operation_sequence_5 .
+
+af:SpectralFlatness_operation_sequence_5 a af:LastOperation,
+        af:Logarithm,
+        af:OptionalOperation .
+
+af:SpectralFlux_computation a af:Computation ;
+    af:operation_sequence af:SpectralFlux_operation_sequence_1 .
+
+af:SpectralFlux_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:SpectralFlux_operation_sequence_2 .
+
+af:SpectralFlux_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:SpectralFlux_operation_sequence_3 .
+
+af:SpectralFlux_operation_sequence_3 a af:DerivationDifference ;
+    af:next_operation af:SpectralFlux_operation_sequence_4 .
+
+af:SpectralFlux_operation_sequence_4 a af:LastOperation,
+        af:Sum .
+
+af:SpectralPeakStructure_computation a af:Computation ;
+    af:operation_sequence af:SpectralPeakStructure_operation_sequence_1 .
+
+af:SpectralPeakStructure_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:SpectralPeakStructure_operation_sequence_2 .
+
+af:SpectralPeakStructure_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:SpectralPeakStructure_operation_sequence_3 .
+
+af:SpectralPeakStructure_operation_sequence_3 a af:HarmonicPeakDetection ;
+    af:next_operation af:SpectralPeakStructure_operation_sequence_4 .
+
+af:SpectralPeakStructure_operation_sequence_4 a af:DerivationDifference ;
+    af:next_operation af:SpectralPeakStructure_operation_sequence_5 .
+
+af:SpectralPeakStructure_operation_sequence_5 a af:Histogram ;
+    af:next_operation af:SpectralPeakStructure_operation_sequence_6 .
+
+af:SpectralPeakStructure_operation_sequence_6 a af:Entropy,
+        af:LastOperation .
+
+af:SpectralPeaks_computation a af:Computation ;
+    af:operation_sequence af:SpectralPeaks_operation_sequence_1 .
+
+af:SpectralPeaks_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:SpectralPeaks_operation_sequence_2 .
+
+af:SpectralPeaks_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:SpectralPeaks_operation_sequence_3 .
+
+af:SpectralPeaks_operation_sequence_3 a af:Maximum ;
+    af:next_operation af:SpectralPeaks_operation_sequence_4 .
+
+af:SpectralPeaks_operation_sequence_4 a af:DerivationDifference,
+        af:LastOperation .
+
+af:SpectralRolloff_computation a af:Computation ;
+    af:operation_sequence af:SpectralRolloff_operation_sequence_1 .
+
+af:SpectralRolloff_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:SpectralRolloff_operation_sequence_2 .
+
+af:SpectralRolloff_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:SpectralRolloff_operation_sequence_3 .
+
+af:SpectralRolloff_operation_sequence_3 a af:LastOperation,
+        af:Percentile .
+
+af:SpectralSlope_computation a af:Computation ;
+    af:operation_sequence af:SpectralSlope_operation_sequence_1 .
+
+af:SpectralSlope_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:SpectralSlope_operation_sequence_2 .
+
+af:SpectralSlope_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:SpectralSlope_operation_sequence_3 .
+
+af:SpectralSlope_operation_sequence_3 a af:LastOperation,
+        af:Regression .
+
+af:SubbandEnergyRatio_computation a af:Computation ;
+    af:operation_sequence af:SubbandEnergyRatio_operation_sequence_1 .
+
+af:SubbandEnergyRatio_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:SubbandEnergyRatio_operation_sequence_2 .
+
+af:SubbandEnergyRatio_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:SubbandEnergyRatio_operation_sequence_3 .
+
+af:SubbandEnergyRatio_operation_sequence_3 a af:Spectralbinning ;
+    af:next_operation af:SubbandEnergyRatio_operation_sequence_4 .
+
+af:SubbandEnergyRatio_operation_sequence_4 a af:EnergySpectralDensity ;
+    af:next_operation af:SubbandEnergyRatio_operation_sequence_5 .
+
+af:SubbandEnergyRatio_operation_sequence_5 a af:LastOperation,
+        af:Normalization .
+
+af:SubbandSpectralFlux_computation a af:Computation ;
+    af:operation_sequence af:SubbandSpectralFlux_operation_sequence_1 .
+
+af:SubbandSpectralFlux_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:SubbandSpectralFlux_operation_sequence_2 .
+
+af:SubbandSpectralFlux_operation_sequence_2 a af:DiscreteFourierTransform ;
+    af:next_operation af:SubbandSpectralFlux_operation_sequence_3 .
+
+af:SubbandSpectralFlux_operation_sequence_3 a af:Logarithm ;
+    af:next_operation af:SubbandSpectralFlux_operation_sequence_4 .
+
+af:SubbandSpectralFlux_operation_sequence_4 a af:Normalization ;
+    af:next_operation af:SubbandSpectralFlux_operation_sequence_5 .
+
+af:SubbandSpectralFlux_operation_sequence_5 a af:Spectralbinning ;
+    af:next_operation af:SubbandSpectralFlux_operation_sequence_6 .
+
+af:SubbandSpectralFlux_operation_sequence_6 a af:DerivationDifference ;
+    af:next_operation af:SubbandSpectralFlux_operation_sequence_7 .
+
+af:SubbandSpectralFlux_operation_sequence_7 a af:LastOperation,
+        af:Mean .
+
+af:Volume_computation a af:Computation ;
+    af:operation_sequence af:Volume_operation_sequence_1 .
+
+af:Volume_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:Volume_operation_sequence_2 .
+
+af:Volume_operation_sequence_2 a af:LastOperation,
+        af:RootMeanSquare .
+
+af:ZeroCrossingPeakAmplitudes_computation a af:Computation ;
+    af:operation_sequence af:ZeroCrossingPeakAmplitudes_operation_sequence_1 .
+
+af:ZeroCrossingPeakAmplitudes_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:ZeroCrossingPeakAmplitudes_operation_sequence_2 .
+
+af:ZeroCrossingPeakAmplitudes_operation_sequence_2 a af:BandpassFilter ;
+    af:next_operation af:ZeroCrossingPeakAmplitudes_operation_sequence_3 .
+
+af:ZeroCrossingPeakAmplitudes_operation_sequence_3 a af:LevelCrossingDetector ;
+    af:next_operation af:ZeroCrossingPeakAmplitudes_operation_sequence_4 .
+
+af:ZeroCrossingPeakAmplitudes_operation_sequence_4 a af:PeakDetection ;
+    af:next_operation af:ZeroCrossingPeakAmplitudes_operation_sequence_5 .
+
+af:ZeroCrossingPeakAmplitudes_operation_sequence_5 a af:Logarithm ;
+    af:next_operation af:ZeroCrossingPeakAmplitudes_operation_sequence_6 .
+
+af:ZeroCrossingPeakAmplitudes_operation_sequence_6 a af:Histogram ;
+    af:next_operation af:ZeroCrossingPeakAmplitudes_operation_sequence_7 .
+
+af:ZeroCrossingPeakAmplitudes_operation_sequence_7 a af:LastOperation,
+        af:Sum .
+
+af:ZeroCrossingRate_computation a af:Computation ;
+    af:operation_sequence af:ZeroCrossingRate_operation_sequence_1 .
+
+af:ZeroCrossingRate_operation_sequence_1 a af:Windowing ;
+    af:next_operation af:ZeroCrossingRate_operation_sequence_2 .
+
+af:ZeroCrossingRate_operation_sequence_2 a af:LastOperation,
+        af:LevelCrossingDetector .
+
+af:application_domain a owl:ObjectProperty ;
+    rdfs:label "application_domain property" ;
+    rdfs:comment "application domain: mir, speech, environmental, etc." ;
+    rdfs:domain af:AudioFeature ;
+    rdfs:range af:ApplicationDomain ;
+    vs:term_status "testing" .
+
+af:dimensions a owl:ObjectProperty ;
+    rdfs:label "dimensions property" ;
+    rdfs:comment "dimensions: an integer value" ;
+    rdfs:domain af:AudioFeature ;
+    rdfs:range xsd:Integer ;
+    vs:term_status "testing" .
+
+af:next_operation a owl:FunctionalProperty,
+        owl:ObjectProperty ;
+    rdfs:domain af:MathematicalOperation ;
+    rdfs:range af:MathematicalOperation .
+
+af:psychoacoustic_model a owl:ObjectProperty ;
+    rdfs:label "psychoacoustic_model property" ;
+    rdfs:comment "psychoacoustic model: true/false" ;
+    rdfs:domain af:AudioFeature ;
+    rdfs:range xsd:Boolean ;
+    vs:term_status "testing" .
+
+af:CombFilter a owl:Class ;
+    rdfs:label "Comb Filter" ;
+    rdfs:subClassOf af:Filter .
+
+af:CrossCorrelation a owl:Class ;
+    rdfs:label "Cross-Correlation" ;
+    rdfs:subClassOf af:Transformation .
+
+af:ExponentialFunction a owl:Class ;
+    rdfs:label "Exponential Function" ;
+    rdfs:subClassOf af:Filter .
+
+af:FrequencyFeature a owl:Class ;
+    rdfs:subClassOf af:Feature .
+
+af:SemanticInterpretation a owl:Class .
+
+af:computation a owl:ObjectProperty ;
+    rdfs:label "computation" ;
+    rdfs:comment "computation: a sequence of mathematical operations" ;
+    rdfs:domain af:AudioFeature ;
+    rdfs:range af:Computation ;
+    vs:term_status "testing" .
+
+af:computational_complexity a owl:ObjectProperty ;
+    rdfs:label "computational_complexity property" ;
+    rdfs:comment "computational complexity: high/medium/low" ;
+    rdfs:domain af:AudioFeature ;
+    rdfs:range af:ComputationalComplexity ;
+    vs:term_status "testing" .
+
+af:semantic_interpretation a owl:ObjectProperty ;
+    rdfs:label "semantic_interpretation property" ;
+    rdfs:comment "semantic interpretation: physical/perceptual" ;
+    rdfs:domain af:AudioFeature ;
+    rdfs:range af:SemanticInterpretation ;
+    vs:term_status "testing" .
+
+af:temporal_scale a owl:ObjectProperty ;
+    rdfs:label "temporal_scale" ;
+    rdfs:comment "temporal scale: global, interframe, intraframe" ;
+    rdfs:domain af:AudioFeature ;
+    rdfs:range af:TemporalScale ;
+    vs:term_status "testing" .
+
+af:BandpassFilterBank a owl:Class ;
+    rdfs:label "Band-pass Filter Bank" ;
+    rdfs:subClassOf af:Transformation .
+
+af:CepstralRecursionFormula a owl:Class ;
+    rdfs:label "Cepstral Recursion Formula" ;
+    rdfs:subClassOf af:Filter .
+
+af:EigendomainFeature a owl:Class ;
+    rdfs:subClassOf af:Feature .
+
+af:Entropy a owl:Class ;
+    rdfs:label "Entropy" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:Fingerprinting a owl:Class ;
+    rdfs:subClassOf af:ApplicationDomain .
+
+af:Global a owl:Class ;
+    rdfs:subClassOf af:TemporalScale .
+
+af:Median a owl:Class ;
+    rdfs:label "Median" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:PrincipalComponentAnalysis a owl:Class ;
+    rdfs:label "Principal Component Analysis" ;
+    rdfs:subClassOf af:Transformation .
+
+af:RootMeanSquare a owl:Class ;
+    rdfs:label "Root Mean Square" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:operation a owl:FunctionalProperty,
+        owl:ObjectProperty ;
+    rdfs:domain af:MathematicalOperation .
+
+af:AudioSegmentation a owl:Class ;
+    rdfs:subClassOf af:ApplicationDomain .
+
+af:ComputationalComplexity a owl:Class .
+
+af:DiscreteWaveletTransform a owl:Class ;
+    rdfs:label "Discrete Wavelet Transform" ;
+    rdfs:subClassOf af:Transformation .
+
+af:TemporalScale a owl:Class .
+
+af:Autoregression a owl:Class ;
+    rdfs:label "Autoregression" ;
+    rdfs:subClassOf af:Filter .
+
+af:EnergySpectralDensity a owl:Class ;
+    rdfs:label "Energy Spectral Density" ;
+    rdfs:subClassOf af:Filter .
+
+af:EnvironmentalSoundRecognition a owl:Class ;
+    rdfs:subClassOf af:ApplicationDomain .
+
+af:LevelCrossingDetector a owl:Class ;
+    rdfs:label "Level Crossing Detector" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:Normalization a owl:Class ;
+    rdfs:label "Normalization" ;
+    rdfs:subClassOf af:Filter .
+
+af:AudioFeature a owl:Class ;
+    rdfs:subClassOf [ a owl:Restriction ;
+            owl:maxCardinality "1"^^xsd:int ;
+            owl:onProperty af:dimensions ],
+        [ a owl:Restriction ;
+            owl:allValuesFrom af:TemporalScale ;
+            owl:onProperty af:temporal_scale ],
+        [ a owl:Restriction ;
+            owl:maxCardinality "1"^^xsd:int ;
+            owl:onProperty af:computational_complexity ],
+        [ a owl:Restriction ;
+            owl:allValuesFrom af:ComputationalComplexity ;
+            owl:onProperty af:computational_complexity ],
+        [ a owl:Restriction ;
+            owl:maxCardinality "1"^^xsd:int ;
+            owl:onProperty af:psychoacoustic_model ],
+        [ a owl:Restriction ;
+            owl:allValuesFrom af:SemanticInterpretation ;
+            owl:onProperty af:semantic_interpretation ],
+        [ a owl:Restriction ;
+            owl:allValuesFrom af:Computation ;
+            owl:onProperty af:computation ],
+        [ a owl:Restriction ;
+            owl:onProperty af:application_domain ;
+            owl:someValuesFrom af:ApplicationDomain ],
+        [ a owl:Restriction ;
+            owl:maxCardinality "1"^^xsd:int ;
+            owl:onProperty af:semantic_interpretation ],
+        [ a owl:Restriction ;
+            owl:maxCardinality "1"^^xsd:int ;
+            owl:onProperty af:temporal_scale ],
+        [ a owl:Restriction ;
+            owl:maxCardinality "1"^^xsd:int ;
+            owl:onProperty af:computation ] .
+
+af:CepstralFeature a owl:Class ;
+    rdfs:subClassOf af:Feature .
+
+af:ApplicationDomain a owl:Class .
+
+af:Deviation a owl:Class ;
+    rdfs:label "Deviation" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:DiscreteCosineTransform a owl:Class ;
+    rdfs:label "Discrete Cosine Transform" ;
+    rdfs:subClassOf af:Transformation .
+
+af:Feature a owl:Class ;
+    owl:subClassOf af:Signal .
+
+af:DerivationDifference a owl:Class ;
+    rdfs:label "Derivation Difference" ;
+    rdfs:subClassOf af:Filter .
+
+af:HarmonicPeakDetection a owl:Class ;
+    rdfs:label "Harmonic Peak Detection" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:Histogram a owl:Class ;
+    rdfs:label "Histogram" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:FrequencyDomainPhysicalFeature a owl:Class ;
+    rdfs:subClassOf af:FrequencyFeature ;
+    owl:equivalentClass af:PhysicalFeature .
+
+af:MathematicalOperation a owl:Class ;
+    rdfs:subClassOf [ a owl:Restriction ;
+            owl:allValuesFrom af:MathematicalOperation ;
+            owl:onProperty af:operation ],
+        [ a owl:Restriction ;
+            owl:cardinality "1"^^xsd:int ;
+            owl:onProperty af:operation ] ;
+    owl:subClassOf owl:Thing .
+
+af:TemporalFeature a owl:Class ;
+    rdfs:subClassOf af:Feature .
+
+af:PeakDetection a owl:Class ;
+    rdfs:label "Peak Detection" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:SpeechRecognition a owl:Class ;
+    rdfs:subClassOf af:ApplicationDomain .
+
+af:Mean a owl:Class ;
+    rdfs:label "Mean" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:ModulationfrequencyFeature a owl:Class ;
+    rdfs:subClassOf af:Feature .
+
+af:OptionalOperation a owl:Class ;
+    rdfs:subClassOf [ a owl:Restriction ;
+            owl:minCardinality "0"^^xsd:int ;
+            owl:onProperty af:operation ],
+        af:MathematicalOperation .
+
+af:Filter a owl:Class ;
+    rdfs:subClassOf af:MathematicalOperation .
+
+af:Maximum a owl:Class ;
+    rdfs:label "Maximum" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:Transformation a owl:Class ;
+    rdfs:subClassOf af:MathematicalOperation .
+
+af:WeightingFunction a owl:Class ;
+    rdfs:label "Weighting Function" ;
+    rdfs:subClassOf af:Filter .
+
+af:BandpassFilter a owl:Class ;
+    rdfs:label "Bandpass Filter" ;
+    rdfs:subClassOf af:Filter .
+
+af:LowpassFilter a owl:Class ;
+    rdfs:label "Lowpass Filter" ;
+    rdfs:subClassOf af:Filter .
+
+af:Autocorrelation a owl:Class ;
+    rdfs:label "Autocorrelation" ;
+    rdfs:subClassOf af:Transformation .
+
+af:InterFrame a owl:Class ;
+    rdfs:subClassOf af:TemporalScale .
+
+af:Aggregation a owl:Class ;
+    rdfs:subClassOf af:MathematicalOperation .
+
+af:HighComplexity a owl:Class ;
+    rdfs:subClassOf af:ComputationalComplexity .
+
+af:Several a owl:Class ;
+    rdfs:subClassOf af:ApplicationDomain .
+
+af:Spectralbinning a owl:Class ;
+    rdfs:label "Spectral binning" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:Sum a owl:Class ;
+    rdfs:label "Sum" ;
+    rdfs:subClassOf af:Aggregation .
+
+af:LowComplexity a owl:Class ;
+    rdfs:subClassOf af:ComputationalComplexity .
+
+af:Logarithm a owl:Class ;
+    rdfs:label "Logarithm" ;
+    rdfs:subClassOf af:Filter .
+
+af:ParametrizedDimensions a owl:Class .
+
+af:MusicInformationRetrieval a owl:Class ;
+    rdfs:subClassOf af:ApplicationDomain .
+
+af:FrequencyDomainPerceptualFeature a owl:Class ;
+    rdfs:subClassOf af:FrequencyFeature ;
+    owl:equivalentClass af:PerceptualFeature .
+
+af:MediumComplexity a owl:Class ;
+    rdfs:subClassOf af:ComputationalComplexity .
+
+af:PhysicalFeature a owl:Class ;
+    rdfs:subClassOf af:Feature .
+
+af:DiscreteFourierTransform a owl:Class ;
+    rdfs:label "Discrete Fourier Transform" ;
+    rdfs:subClassOf af:Transformation .
+
+af:PerceptualFeature a owl:Class ;
+    rdfs:subClassOf af:Feature .
+
+af:IntraFrame a owl:Class ;
+    rdfs:subClassOf af:TemporalScale .
+
+af:Windowing a owl:Class ;
+    rdfs:label "Windowing" ;
+    rdfs:subClassOf af:Filter .
+
+af:LastOperation a owl:Class ;
+    rdfs:subClassOf [ a owl:Restriction ;
+            owl:maxCardinality "0"^^xsd:int ;
+            owl:onProperty af:next_operation ],
+        af:MathematicalOperation .
+
+af:Computation a owl:Class .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/baseOntoV2.rdf	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,3529 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rdf:RDF
+   xmlns:af="http://sovarr.c4dm.eecs.qmul.ac.uk/features/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:owl="http://www.w3.org/2002/07/owl#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+   xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
+>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationHarmonicCoefficients_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationHarmonicCoefficients_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature_computation"/>
+    <rdfs:comment>Noise-Robust Auditory Feature feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature"/>
+    <rdfs:label>NoiseRobustAuditoryFeature</rdfs:label>
+    <rdfs:label>Noise-Robust Auditory Feature</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">256</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures_operation_sequence_7"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Entropy">
+    <rdfs:label>Entropy</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform">
+    <rdfs:label>Discrete Wavelet Transform</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Deviation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor_computation"/>
+    <rdfs:comment>Amplitude Descriptor feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:label>Amplitude Descriptor</rdfs:label>
+    <rdfs:label>AmplitudeDescriptor</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">9</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs_computation"/>
+    <rdfs:comment>Autocorrelation MFCCs feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature"/>
+    <rdfs:label>AutocorrelationMFCCs</rdfs:label>
+    <rdfs:label>Autocorrelation MFCCs</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Percentile">
+    <rdfs:label>Percentile</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PrincipalComponentAnalysis">
+    <rdfs:label>Principal Component Analysis</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicProminence_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicProminence_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioWaveform">
+    <af:computedIn>MPEG-7</af:computedIn>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioWaveform_computation"/>
+    <rdfs:comment>MPEG-7 Audio Waveform feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:label>MPEG-7 Audio Waveform</rdfs:label>
+    <rdfs:label>MPEG7AudioWaveform</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_computation"/>
+    <rdfs:comment>Pitch Synchronous ZCPA feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:label>PitchSynchronousZCPA</rdfs:label>
+    <rdfs:label>Pitch Synchronous ZCPA</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransform">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Global"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransform_computation"/>
+    <rdfs:comment>Adaptive Time-Frequency Transform feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:label>AdaptiveTimeFrequencyTransform</rdfs:label>
+    <rdfs:label>Adaptive Time-Frequency Transform</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">42</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_operation_sequence_7">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_operation_sequence_8"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity_computation"/>
+    <rdfs:comment>Inharmonicity feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>Inharmonicity</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Fingerprinting"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness_computation"/>
+    <rdfs:comment>Spectral Flatness feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>SpectralFlatness</rdfs:label>
+    <rdfs:label>Spectral Flatness</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/computation">
+    <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <rdfs:comment>computation: a sequence of mathematical operations</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:label>computation</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <rdfs:range rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Chromagram_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Chromagram_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric_computation"/>
+    <rdfs:comment>Pulse Metric feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:label>Pulse Metric</rdfs:label>
+    <rdfs:label>PulseMetric</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralCentroid_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralCentroid_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SingularValueDecomposition">
+    <rdfs:label>Singular Value Decomposition</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter">
+    <rdfs:label>Lowpass Filter</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioWaveform_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioWaveform_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingRate_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingRate_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="N5586364f665445219188ccd4b612a194">
+    <owl:onProperty rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
+    <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int">1</owl:maxCardinality>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicCoefficient_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
+    <owl:versionInfo>Version 0.1</owl:versionInfo>
+    <dc:title>Audio Features Base Ontology</dc:title>
+    <dc:description>This is a base ontology for the Audio Features engineering process collected from literature</dc:description>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ConstantQTransform">
+    <rdfs:label>Constant Q Transform</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction_computation"/>
+    <rdfs:comment>Perceptual Linear Prediction feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature"/>
+    <rdfs:label>PerceptualLinearPrediction</rdfs:label>
+    <rdfs:label>Perceptual Linear Prediction</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionCepstralCoefficients">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionCepstralCoefficients_computation"/>
+    <rdfs:comment>Linear Prediction Cepstral Coefficients feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature"/>
+    <rdfs:label>LinearPredictionCepstralCoefficients</rdfs:label>
+    <rdfs:label>Linear Prediction Cepstral Coefficients</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <af:abbreviation>LPCC</af:abbreviation>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Histogram"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes_operation_sequence_7"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_9">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_10"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker_operation_sequence_7"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralVariation">
+    <af:computedIn>MPEG-7</af:computedIn>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralVariation_computation"/>
+    <rdfs:comment>MPEG-7 Harmonic Spectral Variation feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>MPEG-7 Harmonic Spectral Variation</rdfs:label>
+    <rdfs:label>MPEG7HarmonicSpectralVariation</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralCentroid_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralCentroid_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictiveCoding_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictiveCoding_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm">
+    <rdfs:label>Logarithm</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="N3f564f71a8db43e6b6ed0de195a76254">
+    <owl:onProperty rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
+    <owl:allValuesFrom rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes_computation"/>
+    <rdfs:comment>Auditory Filter Bank Temporal Envelopes feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:label>AuditoryFilterBankTemporalEnvelopes</rdfs:label>
+    <rdfs:label>Auditory Filter Bank Temporal Envelopes</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">62</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Fingerprinting"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest_computation"/>
+    <rdfs:comment>Spectral Crest feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>SpectralCrest</rdfs:label>
+    <rdfs:label>Spectral Crest</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker_computation"/>
+    <rdfs:comment>Beat Tracker feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:label>BeatTracker</rdfs:label>
+    <rdfs:label>Beat Tracker</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Signal">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioHarmonicity">
+    <af:computedIn>MPEG-7</af:computedIn>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioHarmonicity_computation"/>
+    <rdfs:comment>MPEG-7 Audio Harmonicity feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>MPEG-7 Audio Harmonicity</rdfs:label>
+    <rdfs:label>MPEG7AudioHarmonicity</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_7"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7LogAttackTime_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7LogAttackTime_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSlope_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSlope_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionCepstralCoefficients_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionCepstralCoefficients_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid_computation"/>
+    <rdfs:comment>Spectral Centroid feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>SpectralCentroid</rdfs:label>
+    <rdfs:label>Spectral Centroid</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OptionalOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CombFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_operation_sequence_7"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection">
+    <rdfs:label>Harmonic Peak Detection</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeaks_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeaks_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralRolloff_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralRolloff_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures_operation_sequence_7">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures_operation_sequence_8"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="N6016a8823a794675b95373d280f65467">
+    <owl:onProperty rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/computation"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
+    <owl:allValuesFrom rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionCepstralCoefficients_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralRecursionFormula"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_operation_sequence_9">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram_computation"/>
+    <rdfs:comment>Beat Histogram feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:label>BeatHistogram</rdfs:label>
+    <rdfs:label>Beat Histogram</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">6</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure_computation"/>
+    <rdfs:comment>Spectral Peak Structure feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>Spectral Peak Structure</rdfs:label>
+    <rdfs:label>SpectralPeakStructure</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlux_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlux_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicCoefficient_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicCoefficient_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CombFilter">
+    <rdfs:label>Comb Filter</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Pitch_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Pitch_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="N9b400be4077948c0bf811471d578086f">
+    <owl:onProperty rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
+    <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int">1</owl:maxCardinality>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionCepstralCoefficients_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autoregression"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionCepstralCoefficients_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="N13adfbeb8e7d4a4c9c2150516fe45142">
+    <owl:onProperty rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
+    <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int">1</owl:maxCardinality>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationEnergy">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationEnergy_computation"/>
+    <rdfs:comment>4 Hz Modulation Energy feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:label>4HzModulationEnergy</rdfs:label>
+    <rdfs:label>4 Hz Modulation Energy</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Deviation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OptionalOperation">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:nodeID="N79e62f648a4347258745e9cd8f5e9d3a"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning">
+    <rdfs:label>Spectral binning</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum">
+    <rdfs:label>Sum</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Pitch_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Pitch_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram_operation_sequence_7"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter">
+    <rdfs:label>Bandpass Filter</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum">
+    <rdfs:label>Maximum</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralRolloff_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralRolloff_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch_computation"/>
+    <rdfs:comment>Psychoacoustical Pitch feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>PsychoacousticalPitch</rdfs:label>
+    <rdfs:label>Psychoacoustical Pitch</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_7"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OptionalOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature_operation_sequence_7"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralSpread_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Deviation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlux_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Pitch_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictiveCoding_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OptionalOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictiveCoding_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCenter_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCenter_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="N16a2c57adebb4de098fafd6a9af73242">
+    <owl:onProperty rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
+    <owl:allValuesFrom rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CrossCorrelation">
+    <rdfs:label>Cross-Correlation</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread">
+    <af:computedIn>MPEG-7</af:computedIn>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread_computation"/>
+    <rdfs:comment>MPEG-7 Audio Spectrum Spread feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>MPEG-7 Audio Spectrum Spread</rdfs:label>
+    <rdfs:label>MPEG7AudioSpectrumSpread</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone_computation"/>
+    <rdfs:comment>Sone feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>Sone</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7TemporalCentroid_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7TemporalCentroid_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness_computation"/>
+    <rdfs:comment>Sharpness feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>Sharpness</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionZCR_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_operation_sequence_9">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicProminence_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictiveCoding_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OptionalOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="Ne7c6699d938c40fdb1fb960c5d2c83bd">
+    <owl:onProperty rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/operation"/>
+    <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int">1</owl:cardinality>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationEnergy_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationEnergy_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OptionalOperation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PrincipalComponentAnalysis"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/next_operation">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
+    <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation"/>
+    <rdfs:range rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CombFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures_operation_sequence_8">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PrincipalComponentAnalysis"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralCentroid_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralCentroid_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7SpectralCentroid">
+    <af:computedIn>MPEG-7</af:computedIn>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Global"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7SpectralCentroid_computation"/>
+    <rdfs:comment>MPEG-7 Spectral Centroid feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:label>MPEG7SpectralCentroid</rdfs:label>
+    <rdfs:label>MPEG-7 Spectral Centroid</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity_computation"/>
+    <rdfs:comment>Band Periodicity feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:label>Band Periodicity</rdfs:label>
+    <rdfs:label>BandPeriodicity</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralSpread">
+    <af:computedIn>MPEG-7</af:computedIn>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralSpread_computation"/>
+    <rdfs:comment>MPEG-7 Harmonic Spectral Spread feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>MPEG-7 Harmonic Spectral Spread</rdfs:label>
+    <rdfs:label>MPEG7HarmonicSpectralSpread</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Histogram">
+    <rdfs:label>Histogram</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Deviation">
+    <rdfs:label>Deviation</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ShortTimeEnergy_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ShortTimeEnergy_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="N5ecbf281b8b343fe951851b8d7d598f0">
+    <owl:onProperty rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
+    <owl:allValuesFrom rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SemanticInterpretation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients_computation"/>
+    <rdfs:comment>Bark-scale Frequency Cepstral Coefficients feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature"/>
+    <rdfs:label>Bark-scale Frequency Cepstral Coefficients</rdfs:label>
+    <rdfs:label>BarkscaleFrequencyCepstralCoefficients</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationHarmonicCoefficients">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationHarmonicCoefficients_computation"/>
+    <rdfs:comment>4 Hz Modulation Harmonic Coefficients feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:label>4HzModulationHarmonicCoefficients</rdfs:label>
+    <rdfs:label>4 Hz Modulation Harmonic Coefficients</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DaubechiesWaveletCoefficientHistogram_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Histogram"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransform_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransformComp"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransform_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictiveCoding_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autoregression"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictiveCoding_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Chromagram_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Deviation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Volume_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Volume_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare">
+    <rdfs:label>Root Mean Square</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransform_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Histogram"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlux_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlux_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures_computation"/>
+    <rdfs:comment>Rate-scale-frequency Features feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EigendomainFeature"/>
+    <rdfs:label>Rate-scale-frequency Features</rdfs:label>
+    <rdfs:label>RatescalefrequencyFeatures</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">256</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicCoefficient">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicCoefficient_computation"/>
+    <rdfs:comment>Harmonic Coefficient feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>Harmonic Coefficient</rdfs:label>
+    <rdfs:label>HarmonicCoefficient</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioWaveform_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioWaveform_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank">
+    <rdfs:label>Band-pass Filter Bank</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicDerivate_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicDerivate_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulatedComplexLappedTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioHarmonicity_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <owl:equivalentClass rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergyEntropy_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Entropy"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceFeatures_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceFeatures_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceEmbedding">
+    <rdfs:label>Phase Space Embedding</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeaks_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeaks_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_computation"/>
+    <rdfs:comment>Cyclic Beat Spectrum feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:label>Cyclic Beat Spectrum</rdfs:label>
+    <rdfs:label>CyclicBeatSpectrum</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction">
+    <rdfs:label>Weighting Function</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <owl:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Signal"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceFeatures_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceEmbedding"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay_computation"/>
+    <rdfs:comment>Modified Group Delay feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:label>Modified Group Delay</rdfs:label>
+    <rdfs:label>ModifiedGroupDelay</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSlope">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSlope_computation"/>
+    <rdfs:comment>Spectral Slope feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:label>Spectral Slope</rdfs:label>
+    <rdfs:label>SpectralSlope</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationEnergy_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationEnergy_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration_computation"/>
+    <rdfs:comment>Harmonic Concentration feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>Harmonic Concentration</rdfs:label>
+    <rdfs:label>HarmonicConcentration</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_operation_sequence_8">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Histogram"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_operation_sequence_9"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictiveCoding_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictiveCoding_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PrincipalComponentAnalysis"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationEnergy_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationEnergy_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EigendomainFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7LogAttackTime_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7LogAttackTime_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients_computation"/>
+    <rdfs:comment>Mel-scale Frequency Cepstral Coefficients feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature"/>
+    <rdfs:label>Mel-scale Frequency Cepstral Coefficients</rdfs:label>
+    <rdfs:label>MelscaleFrequencyCepstralCoefficients</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <af:abbreviation>MFCC</af:abbreviation>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_7">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_8"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeaks">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeaks_computation"/>
+    <rdfs:comment>Spectral Peaks feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:label>Spectral Peaks</rdfs:label>
+    <rdfs:label>SpectralPeaks</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCenter_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Median"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ExponentialFunction">
+    <rdfs:label>Exponential Function</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralRolloff_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralRolloff_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_operation_sequence_8">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_operation_sequence_9"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_operation_sequence_7"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid">
+    <af:computedIn>MPEG-7</af:computedIn>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid_computation"/>
+    <rdfs:comment>MPEG-7 Audio Spectrum Centroid feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>MPEG-7 Audio Spectrum Centroid</rdfs:label>
+    <rdfs:label>MPEG7AudioSpectrumCentroid</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes_computation"/>
+    <rdfs:comment>Zero Crossing Peak Amplitudes feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:label>Zero Crossing Peak Amplitudes</rdfs:label>
+    <rdfs:label>ZeroCrossingPeakAmplitudes</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GroupDelayFunction"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Median">
+    <rdfs:label>Median</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionZCR_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionZCR_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicProminence">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicProminence_computation"/>
+    <rdfs:comment>Harmonic Prominence feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>HarmonicProminence</rdfs:label>
+    <rdfs:label>Harmonic Prominence</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_11">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralRecursionFormula"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicDerivate_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7LogAttackTime_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictiveCoding">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictiveCoding_computation"/>
+    <rdfs:comment>Linear Predictive Coding feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:label>LinearPredictiveCoding</rdfs:label>
+    <rdfs:label>Linear Predictive Coding</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+    <af:abbreviation>LPC</af:abbreviation>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Chromagram_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Chromagram_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram_operation_sequence_7">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Histogram"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum_computation"/>
+    <rdfs:comment>Beat Spectrum feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:label>Beat Spectrum</rdfs:label>
+    <rdfs:label>BeatSpectrum</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_operation_sequence_9">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioHarmonicity_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioHarmonicity_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransformComp">
+    <rdfs:label>Adaptive Time Frequency Transform Comp</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IndependentComponentAnalysis">
+    <rdfs:label>Independent Component Analysis</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DaubechiesWaveletCoefficientHistogram">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DaubechiesWaveletCoefficientHistogram_computation"/>
+    <rdfs:comment>Daubechies Wavelet Coefficient Histogram feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:label>DaubechiesWaveletCoefficientHistogram</rdfs:label>
+    <rdfs:label>Daubechies Wavelet Coefficient Histogram</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">28</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralCentroid_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralCentroid_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ShortTimeEnergy_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ShortTimeEnergy_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSlope_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Histogram"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationHarmonicCoefficients_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationHarmonicCoefficients_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:nodeID="N5ecbf281b8b343fe951851b8d7d598f0"/>
+    <rdfs:subClassOf rdf:nodeID="N917bc60287b945f7bdd81b5a441f32fb"/>
+    <rdfs:subClassOf rdf:nodeID="N5586364f665445219188ccd4b612a194"/>
+    <rdfs:subClassOf rdf:nodeID="N6016a8823a794675b95373d280f65467"/>
+    <rdfs:subClassOf rdf:nodeID="N1fada846caf744efb29b4507d812ed0c"/>
+    <rdfs:subClassOf rdf:nodeID="N3f564f71a8db43e6b6ed0de195a76254"/>
+    <rdfs:subClassOf rdf:nodeID="N13adfbeb8e7d4a4c9c2150516fe45142"/>
+    <rdfs:subClassOf rdf:nodeID="Nf657caf092cb44598c43a2fb4d4e50fe"/>
+    <rdfs:subClassOf rdf:nodeID="N16a2c57adebb4de098fafd6a9af73242"/>
+    <rdfs:subClassOf rdf:nodeID="Nd6dbc6767dd14db1a4210b4a3e151f5a"/>
+    <rdfs:subClassOf rdf:nodeID="N9b400be4077948c0bf811471d578086f"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio_computation"/>
+    <rdfs:comment>Subband Energy Ratio feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:label>SubbandEnergyRatio</rdfs:label>
+    <rdfs:label>Subband Energy Ratio</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralVariation_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralVariation_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs_operation_sequence_7"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LineSpectralFrequencies_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autoregression"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LineSpectralFrequencies_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_operation_sequence_7">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_operation_sequence_8"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicDerivate_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicDerivate_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_7">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_8"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DaubechiesWaveletCoefficientHistogram_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DaubechiesWaveletCoefficientHistogram_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_computation"/>
+    <rdfs:comment>Rhythm Patterns feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:label>Rhythm Patterns</rdfs:label>
+    <rdfs:label>RhythmPatterns</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">80</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LineSpectralFrequencies">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LineSpectralFrequencies_computation"/>
+    <rdfs:comment>Line Spectral Frequencies feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:label>Line Spectral Frequencies</rdfs:label>
+    <rdfs:label>LineSpectralFrequencies</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionZCR_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autoregression"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionZCR_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion_computation"/>
+    <rdfs:comment>Spectral Dispersion feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>SpectralDispersion</rdfs:label>
+    <rdfs:label>Spectral Dispersion</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7TemporalCentroid">
+    <af:computedIn>MPEG-7</af:computedIn>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7TemporalCentroid_computation"/>
+    <rdfs:comment>MPEG-7 Temporal Centroid feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:label>MPEG-7 Temporal Centroid</rdfs:label>
+    <rdfs:label>MPEG7TemporalCentroid</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy_computation"/>
+    <rdfs:comment>Multi-resolution Entropy feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>MultiresolutionEntropy</rdfs:label>
+    <rdfs:label>Multi-resolution Entropy</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioFundamentalFrequency_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioFundamentalFrequency_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform">
+    <rdfs:label>Discrete Fourier Transform</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PolynomialRootFinding">
+    <rdfs:label>Polynomial Root Finding</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction_operation_sequence_7">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autoregression"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction_operation_sequence_8"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Power">
+    <rdfs:label>Power</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7SpectralCentroid_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7SpectralCentroid_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature_computation"/>
+    <rdfs:comment>DWPT-based Rhythm Feature feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:label>DWPTbasedRhythmFeature</rdfs:label>
+    <rdfs:label>DWPT-based Rhythm Feature</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale">
+    <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <rdfs:comment>temporal scale: global, interframe, intraframe</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:label>temporal_scale</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <rdfs:range rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingRate">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingRate_computation"/>
+    <rdfs:comment>Zero Crossing Rate feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:label>ZeroCrossingRate</rdfs:label>
+    <rdfs:label>Zero Crossing Rate</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <af:abbreviation>ZCR</af:abbreviation>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction_operation_sequence_8">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralRecursionFormula"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioFundamentalFrequency">
+    <af:computedIn>MPEG-7</af:computedIn>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioFundamentalFrequency_computation"/>
+    <rdfs:comment>MPEG-7 Audio Fundamental Frequency feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>MPEG-7 Audio Fundamental Frequency</rdfs:label>
+    <rdfs:label>MPEG7AudioFundamentalFrequency</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralVariation_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CrossCorrelation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="Nd6dbc6767dd14db1a4210b4a3e151f5a">
+    <owl:onProperty rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
+    <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int">1</owl:maxCardinality>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model">
+    <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <rdfs:comment>psychoacoustic model: true/false</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:label>psychoacoustic_model property</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#Boolean"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationEnergy_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationEnergy_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression">
+    <rdfs:label>Regression</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_10">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autoregression"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_11"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicDerivate_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicDerivate_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ShortTimeEnergy">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ShortTimeEnergy_computation"/>
+    <rdfs:comment>Short-Time Energy feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:label>Short-Time Energy</rdfs:label>
+    <rdfs:label>ShortTimeEnergy</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7LogAttackTime_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7LogAttackTime_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicDerivate_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicDerivate_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs_operation_sequence_7">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationEnergy_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationEnergy_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7SpectralCentroid_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OptionalOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature_operation_sequence_7">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="N79e62f648a4347258745e9cd8f5e9d3a">
+    <owl:onProperty rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/operation"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
+    <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int">0</owl:minCardinality>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Chromagram">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Chromagram_computation"/>
+    <rdfs:comment>Chromagram feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>Chromagram</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">12</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GroupDelayFunction">
+    <rdfs:label>Group Delay Function</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OptionalOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Entropy"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Global">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean">
+    <rdfs:label>Mean</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7TemporalCentroid_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7TemporalCentroid_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationHarmonicCoefficients_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationHarmonicCoefficients_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SemanticInterpretation">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SingularValueDecomposition"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis_operation_sequence_7"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationEnergy_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationEnergy_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionCepstralCoefficients_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionCepstralCoefficients_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Deviation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation"/>
+    <rdfs:subClassOf rdf:nodeID="N44cd7970909141a0a5ce3bf85ff282d3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralVariation_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralVariation_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Deviation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralCentroid">
+    <af:computedIn>MPEG-7</af:computedIn>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralCentroid_computation"/>
+    <rdfs:comment>MPEG-7 Harmonic Spectral Centroid feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>MPEG7HarmonicSpectralCentroid</rdfs:label>
+    <rdfs:label>MPEG-7 Harmonic Spectral Centroid</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCenter">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCenter_computation"/>
+    <rdfs:comment>Spectral Center feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>SpectralCenter</rdfs:label>
+    <rdfs:label>Spectral Center</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction_operation_sequence_7"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingRate_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingRate_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingRate_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ConstantQTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationHarmonicCoefficients_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationHarmonicCoefficients_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionZCR_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionZCR_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="N917bc60287b945f7bdd81b5a441f32fb">
+    <owl:onProperty rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
+    <owl:someValuesFrom rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness_computation"/>
+    <rdfs:comment>Integral Loudness feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>IntegralLoudness</rdfs:label>
+    <rdfs:label>Integral Loudness</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Volume_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Volume_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/operation">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
+    <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DaubechiesWaveletCoefficientHistogram_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DaubechiesWaveletCoefficientHistogram_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulatedComplexLappedTransform">
+    <rdfs:label>Modulated Complex Lapped Transform</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Median"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="N1fada846caf744efb29b4507d812ed0c">
+    <owl:onProperty rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
+    <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int">1</owl:maxCardinality>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LineSpectralFrequencies_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PolynomialRootFinding"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth_computation"/>
+    <rdfs:comment>Bandwidth feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>Bandwidth</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralRecursionFormula">
+    <rdfs:label>Cepstral Recursion Formula</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralCentroid_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Fingerprinting">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <owl:equivalentClass rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyFeature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain">
+    <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <rdfs:comment>application domain: mir, speech, environmental, etc.</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:label>application_domain property</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <rdfs:range rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergyEntropy_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergyEntropy_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Chromagram_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Chromagram_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Deviation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSlope_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSlope_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralSpread_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralSpread_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7SpectralCentroid_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7SpectralCentroid_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux_operation_sequence_7">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeaks_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeaks_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions">
+    <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <rdfs:comment>dimensions: an integer value</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:label>dimensions property</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#Integer"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7TemporalCentroid_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7TemporalCentroid_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralVariation_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralVariation_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergyEntropy_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergyEntropy_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux_operation_sequence_7"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_8">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ExponentialFunction"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_9"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="N44cd7970909141a0a5ce3bf85ff282d3">
+    <owl:onProperty rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/next_operation"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
+    <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int">0</owl:maxCardinality>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation">
+    <rdfs:label>Autocorrelation</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7TemporalCentroid_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioFundamentalFrequency_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation">
+    <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <rdfs:comment>semantic interpretation: physical/perceptual</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:label>semantic_interpretation property</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <rdfs:range rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SemanticInterpretation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization">
+    <rdfs:label>Normalization</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceFeatures_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceFeatures_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DaubechiesWaveletCoefficientHistogram_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DaubechiesWaveletCoefficientHistogram_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralSpread_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralSpread_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Deviation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OptionalOperation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform">
+    <rdfs:label>Discrete Cosine Transform</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing">
+    <rdfs:label>Windowing</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OptionalOperation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhasespaceFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7LogAttackTime_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7LogAttackTime_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_operation_sequence_8">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_operation_sequence_9"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioHarmonicity_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioHarmonicity_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_10">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Median"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceFeatures">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceFeatures_computation"/>
+    <rdfs:comment>Phase Space Features feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhasespaceFeature"/>
+    <rdfs:label>Phase Space Features</rdfs:label>
+    <rdfs:label>PhaseSpaceFeatures</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Volume_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralVariation_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralVariation_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_9">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_10"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationEnergy_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationEnergy_operation_sequence_7"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionZCR">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionZCR_computation"/>
+    <rdfs:comment>Linear Prediction ZCR feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:label>LinearPredictionZCR</rdfs:label>
+    <rdfs:label>Linear Prediction ZCR</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicDerivate">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicDerivate_computation"/>
+    <rdfs:comment>Harmonic Derivate feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>HarmonicDerivate</rdfs:label>
+    <rdfs:label>Harmonic Derivate</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergyEntropy_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergyEntropy_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autoregression">
+    <rdfs:label>Autoregression</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Pitch_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Pitch_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Chromagram_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Chromagram_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency_computation"/>
+    <rdfs:comment>Joint Acoustic and Moduluation Frequency feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature"/>
+    <rdfs:label>Joint Acoustic and Moduluation Frequency</rdfs:label>
+    <rdfs:label>JointAcousticandModuluationFrequency</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralSpread_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralSpread_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux_computation"/>
+    <rdfs:comment>Subband Spectral Flux feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>Subband Spectral Flux</rdfs:label>
+    <rdfs:label>SubbandSpectralFlux</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">8</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransform_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransform_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ExponentialFunction"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness_operation_sequence_7"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness_operation_sequence_7">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralRolloff_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Percentile"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationHarmonicCoefficients_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionZCR_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionZCR_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCenter_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCenter_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="N1b4a0dd8d5ac4cea92c4092fef5de285">
+    <owl:onProperty rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/operation"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
+    <owl:allValuesFrom rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference">
+    <rdfs:label>Derivation Difference</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LineSpectralFrequencies_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LineSpectralFrequencies_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ShortTimeEnergy_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Power"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LineSpectralFrequencies_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LineSpectralFrequencies_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7LogAttackTime">
+    <af:computedIn>MPEG-7</af:computedIn>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Global"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7LogAttackTime_computation"/>
+    <rdfs:comment>MPEG-7 Log Attack Time feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:label>MPEG7LogAttackTime</rdfs:label>
+    <rdfs:label>MPEG-7 Log Attack Time</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity">
+    <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
+    <rdfs:comment>computational complexity: high/medium/low</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:label>computational_complexity property</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <rdfs:range rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralSpread_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralSpread_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_8">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/WeightingFunction"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_9"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicProminence_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicProminence_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/operation_sequence">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
+    <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <rdfs:range rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCenter_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCenter_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker_operation_sequence_7">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationHarmonicCoefficients_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationHarmonicCoefficients_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_operation_sequence_7">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_operation_sequence_8"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioWaveform_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioWaveform_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicCoefficient_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicCoefficient_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeaks_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioWaveform_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Minimum"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CrossCorrelation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum_operation_sequence_6"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation">
+    <af:computedIn>MPEG-7</af:computedIn>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation_computation"/>
+    <rdfs:comment>MPEG-7 Harmonic Spectral Deviation feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>MPEG-7 Harmonic Spectral Deviation</rdfs:label>
+    <rdfs:label>MPEG7HarmonicSpectralDeviation</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OptionalOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis">
+    <af:computedIn>MPEG-7</af:computedIn>
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis_computation"/>
+    <rdfs:comment>MPEG-7 Audio Spectrum Basis feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EigendomainFeature"/>
+    <rdfs:label>MPEG7AudioSpectrumBasis</rdfs:label>
+    <rdfs:label>MPEG-7 Audio Spectrum Basis</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Histogram"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_operation_sequence_7"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Histogram"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlux_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlux_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioHarmonicity_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioHarmonicity_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationEnergy_operation_sequence_7">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Volume">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Volume_computation"/>
+    <rdfs:comment>Volume feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature"/>
+    <rdfs:label>Volume</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Minimum">
+    <rdfs:label>Minimum</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlux_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlux_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionCepstralCoefficients_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OptionalOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionCepstralCoefficients_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicProminence_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicProminence_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilter"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSlope_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSlope_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector">
+    <rdfs:label>Level Crossing Detector</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes_operation_sequence_7">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sum"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Pitch">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Pitch_computation"/>
+    <rdfs:comment>Pitch feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>Pitch</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures_computation"/>
+    <rdfs:comment>Chroma CENS Features feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>ChromaCENSFeatures</rdfs:label>
+    <rdfs:label>Chroma CENS Features</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">12</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Fingerprinting"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis_computation"/>
+    <rdfs:comment>Distortion Discriminant Analysis feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EigendomainFeature"/>
+    <rdfs:label>DistortionDiscriminantAnalysis</rdfs:label>
+    <rdfs:label>Distortion Discriminant Analysis</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">64</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioFundamentalFrequency_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioFundamentalFrequency_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity">
+    <rdfs:label>Energy Spectral Density</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile_computation"/>
+    <rdfs:comment>Pitch Profile feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>PitchProfile</rdfs:label>
+    <rdfs:label>Pitch Profile</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">12</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergyEntropy_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergyEntropy_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioFundamentalFrequency_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioFundamentalFrequency_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis_operation_sequence_7">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/OptionalOperation"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IndependentComponentAnalysis"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection">
+    <rdfs:label>Peak Detection</rdfs:label>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralRolloff">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralRolloff_computation"/>
+    <rdfs:comment>Spectral Rolloff feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>Spectral Rolloff</rdfs:label>
+    <rdfs:label>SpectralRolloff</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure_operation_sequence_6">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Entropy"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCenter_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCenter_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram_operation_sequence_4">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Histogram"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram_operation_sequence_5"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergyEntropy">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergyEntropy_computation"/>
+    <rdfs:comment>Harmonic Energy Entropy feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>HarmonicEnergyEntropy</rdfs:label>
+    <rdfs:label>Harmonic Energy Entropy</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeaks_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeaks_operation_sequence_2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_2">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns_operation_sequence_3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <owl:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
+    <rdfs:subClassOf rdf:nodeID="Ne7c6699d938c40fdb1fb960c5d2c83bd"/>
+    <rdfs:subClassOf rdf:nodeID="N1b4a0dd8d5ac4cea92c4092fef5de285"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlux">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Several"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlux_computation"/>
+    <rdfs:comment>Spectral Flux feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature"/>
+    <rdfs:label>SpectralFlux</rdfs:label>
+    <rdfs:label>Spectral Flux</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</af:dimensions>
+    <af:abbreviation>SF</af:abbreviation>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes_computation">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Computation"/>
+    <af:operation_sequence rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes_operation_sequence_1"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP_computation"/>
+    <rdfs:comment>Relative Spectral PLP feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature"/>
+    <rdfs:label>Relative Spectral PLP</rdfs:label>
+    <rdfs:label>RelativeSpectralPLP</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram">
+    <af:semantic_interpretation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature"/>
+    <af:application_domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval"/>
+    <af:psychoacoustic_model rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</af:psychoacoustic_model>
+    <af:temporal_scale rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame"/>
+    <af:computation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram_computation"/>
+    <rdfs:comment>Pitch Histogram feature</rdfs:comment>
+    <af:computational_complexity rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature"/>
+    <rdfs:label>PitchHistogram</rdfs:label>
+    <rdfs:label>Pitch Histogram</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <af:dimensions rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="Nf657caf092cb44598c43a2fb4d4e50fe">
+    <owl:onProperty rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/computation"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
+    <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int">1</owl:maxCardinality>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis_operation_sequence_3">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis_operation_sequence_4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients_operation_sequence_5">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform"/>
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LastOperation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicCoefficient_operation_sequence_1">
+    <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing"/>
+    <af:next_operation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicCoefficient_operation_sequence_2"/>
+  </rdf:Description>
+</rdf:RDF>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/catalog-v001.xml	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
+    <group id="Folder Repository, directory=, recursive=true, Auto-Update=true, version=2" prefer="public" xml:base=""/>
+</catalog>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfonto/cuidado-onto.n3	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,388 @@
+@prefix af: <http://sovarr.c4dm.eecs.qmul.ac.uk/features/> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+af:BandSpectralDeviation a owl:Class ;
+    rdfs:label "Band Spectral Deviation"@en ;
+    af:Dimensions 3 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:PerceptualSpectralEnvelopeShape .
+
+af:BandTristimulus a owl:Class ;
+    rdfs:label "Band Tristimulus"@en ;
+    af:Dimensions 9 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:PerceptualSpectralEnvelopeShape .
+
+af:DeltaDeltaMFCC a owl:Class ;
+    rdfs:label "Delta Delta MFCC"@en ;
+    af:Dimensions 12 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:GlobalSpectralShapeDescription .
+
+af:DeltaMFCC a owl:Class ;
+    rdfs:label "Delta MFCC"@en ;
+    af:Dimensions 12 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:GlobalSpectralShapeDescription .
+
+af:Dimensions a owl:ObjectProperty ;
+    rdfs:domain af:Feature ;
+    rdfs:range xsd:Integer .
+
+af:EffectiveDuration a owl:Class ;
+    rdfs:label "Effective Duration"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased false ;
+    rdfs:subClassOf af:GlobalTemporalFeature .
+
+af:FrameBased a owl:ObjectProperty ;
+    rdfs:domain af:Feature ;
+    rdfs:range xsd:Boolean .
+
+af:FundamentalFrequencyModulation a owl:Class ;
+    rdfs:label "Fundamental Frequency Modulation"@en ;
+    af:Dimensions 2 ;
+    af:FrameBased false ;
+    rdfs:subClassOf af:HarmonicFeature .
+
+af:Fundamentalfrequency a owl:Class ;
+    rdfs:label "Fundamental frequency"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:HarmonicFeature .
+
+af:HarmonicSpectralDeviation a owl:Class ;
+    rdfs:label "Harmonic Spectral Deviation"@en ;
+    af:Dimensions 3 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:HarmonicFeature .
+
+af:HarmonicSpectralcentroid a owl:Class ;
+    rdfs:label "HarmonicSpectral centroid"@en ;
+    af:Dimensions 6 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:HarmonicSpectralShape .
+
+af:HarmonicSpectraldecrease a owl:Class ;
+    rdfs:label "HarmonicSpectral decrease"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:HarmonicSpectralShape .
+
+af:HarmonicSpectralkurtosis a owl:Class ;
+    rdfs:label "HarmonicSpectral kurtosis"@en ;
+    af:Dimensions 6 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:HarmonicSpectralShape .
+
+af:HarmonicSpectralrolloff a owl:Class ;
+    rdfs:label "HarmonicSpectral rolloff"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:HarmonicSpectralShape .
+
+af:HarmonicSpectralskewness a owl:Class ;
+    rdfs:label "HarmonicSpectral skewness"@en ;
+    af:Dimensions 6 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:HarmonicSpectralShape .
+
+af:HarmonicSpectralslope a owl:Class ;
+    rdfs:label "HarmonicSpectral slope"@en ;
+    af:Dimensions 6 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:HarmonicSpectralShape .
+
+af:HarmonicSpectralspread a owl:Class ;
+    rdfs:label "HarmonicSpectral spread"@en ;
+    af:Dimensions 6 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:HarmonicSpectralShape .
+
+af:HarmonicSpectralvariation a owl:Class ;
+    rdfs:label "HarmonicSpectral variation"@en ;
+    af:Dimensions 3 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:HarmonicSpectralShape .
+
+af:HarmonicTristimulus a owl:Class ;
+    rdfs:label "Harmonic Tristimulus"@en ;
+    af:Dimensions 9 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:HarmonicFeature .
+
+af:Inharmonicity a owl:Class ;
+    rdfs:label "Inharmonicity"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:HarmonicFeature .
+
+af:InstantaneousTemporalFeature a owl:Class ;
+    rdfs:label "Instantaneous Temporal Feature"@en ;
+    rdfs:subClassOf af:TemporalFeature .
+
+af:LogAttackTime a owl:Class ;
+    rdfs:label "Log Attack Time"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased false ;
+    rdfs:subClassOf af:GlobalTemporalFeature .
+
+af:Loudness a owl:Class ;
+    rdfs:label "Loudness"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:PerceptualFeature .
+
+af:MFCC a owl:Class ;
+    rdfs:label "MFCC"@en ;
+    af:Dimensions 12 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:GlobalSpectralShapeDescription .
+
+af:Noisiness a owl:Class ;
+    rdfs:label "Noisiness"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:HarmonicFeature .
+
+af:OddtoEvenBandRatio a owl:Class ;
+    rdfs:label "Odd to Even Band Ratio"@en ;
+    af:Dimensions 3 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:PerceptualSpectralEnvelopeShape .
+
+af:OddtoEvenHarmonicRatio a owl:Class ;
+    rdfs:label "Odd to Even Harmonic Ratio"@en ;
+    af:Dimensions 3 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:HarmonicFeature .
+
+af:PerceptualSpectralDecrease a owl:Class ;
+    rdfs:label "Perceptual Spectral Decrease"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:PerceptualSpectralEnvelopeShape .
+
+af:PerceptualSpectralRolloff a owl:Class ;
+    rdfs:label "Perceptual Spectral Rolloff"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:PerceptualSpectralEnvelopeShape .
+
+af:PerceptualSpectralSlope a owl:Class ;
+    rdfs:label "Perceptual Spectral Slope"@en ;
+    af:Dimensions 6 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:PerceptualSpectralEnvelopeShape .
+
+af:PerceptualSpectralVariation a owl:Class ;
+    rdfs:label "Perceptual Spectral Variation"@en ;
+    af:Dimensions 3 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:PerceptualSpectralEnvelopeShape .
+
+af:PerceptualSpectralcentroid a owl:Class ;
+    rdfs:label "Perceptual Spectral centroid"@en ;
+    af:Dimensions 6 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:PerceptualSpectralEnvelopeShape .
+
+af:PerceptualSpectralkurtosis a owl:Class ;
+    rdfs:label "Perceptual Spectral kurtosis"@en ;
+    af:Dimensions 6 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:PerceptualSpectralEnvelopeShape .
+
+af:PerceptualSpectralskewness a owl:Class ;
+    rdfs:label "Perceptual Spectral skewness"@en ;
+    af:Dimensions 6 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:PerceptualSpectralEnvelopeShape .
+
+af:PerceptualSpectralspread a owl:Class ;
+    rdfs:label "Perceptual Spectral spread"@en ;
+    af:Dimensions 6 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:PerceptualSpectralEnvelopeShape .
+
+af:RelaitveSpecificLoudness a owl:Class ;
+    rdfs:label "RelaitveSpecific Loudness"@en ;
+    af:Dimensions 24 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:PerceptualFeature .
+
+af:Sharpness a owl:Class ;
+    rdfs:label "Sharpness"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:PerceptualFeature .
+
+af:SignalAuto-correlationfunction a owl:Class ;
+    rdfs:label "Signal Auto-correlation function"@en ;
+    af:Dimensions 12 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:GlobalTemporalFeature .
+
+af:Spectralcentroid a owl:Class ;
+    rdfs:label "Spectral centroid"@en ;
+    af:Dimensions 6 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:SpectralShape .
+
+af:Spectralcrest a owl:Class ;
+    rdfs:label "Spectral crest"@en ;
+    af:Dimensions 4 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:VariousFeature .
+
+af:Spectraldecrease a owl:Class ;
+    rdfs:label "Spectral decrease"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:SpectralShape .
+
+af:Spectralflatness a owl:Class ;
+    rdfs:label "Spectral flatness"@en ;
+    af:Dimensions 4 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:VariousFeature .
+
+af:Spectralkurtosis a owl:Class ;
+    rdfs:label "Spectral kurtosis"@en ;
+    af:Dimensions 6 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:SpectralShape .
+
+af:Spectralrolloff a owl:Class ;
+    rdfs:label "Spectral rolloff"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:SpectralShape .
+
+af:Spectralskewness a owl:Class ;
+    rdfs:label "Spectral skewness"@en ;
+    af:Dimensions 6 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:SpectralShape .
+
+af:Spectralslope a owl:Class ;
+    rdfs:label "Spectral slope"@en ;
+    af:Dimensions 6 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:SpectralShape .
+
+af:Spectralspread a owl:Class ;
+    rdfs:label "Spectral spread"@en ;
+    af:Dimensions 6 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:SpectralShape .
+
+af:Spectralvariation a owl:Class ;
+    rdfs:label "Spectral variation"@en ;
+    af:Dimensions 3 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:SpectralShape .
+
+af:Spread a owl:Class ;
+    rdfs:label "Spread"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:PerceptualFeature .
+
+af:TemporalCentroid a owl:Class ;
+    rdfs:label "Temporal Centroid"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased false ;
+    rdfs:subClassOf af:GlobalTemporalFeature .
+
+af:TemporalDecrease a owl:Class ;
+    rdfs:label "Temporal Decrease"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased false ;
+    rdfs:subClassOf af:GlobalTemporalFeature .
+
+af:TemporalIncrease a owl:Class ;
+    rdfs:label "Temporal Increase"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased false ;
+    rdfs:subClassOf af:GlobalTemporalFeature .
+
+af:TotalEnergyModulation a owl:Class ;
+    rdfs:label "Total Energy Modulation"@en ;
+    af:Dimensions 2 ;
+    af:FrameBased false ;
+    rdfs:subClassOf af:EnergyFeature .
+
+af:Totalenergy a owl:Class ;
+    rdfs:label "Total energy"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:EnergyFeature .
+
+af:Totalharmonicenergy a owl:Class ;
+    rdfs:label "Total harmonic energy"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:EnergyFeature .
+
+af:Totalnoiseenergy a owl:Class ;
+    rdfs:label "Total noise energy"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:EnergyFeature .
+
+af:Zero-corssingrate a owl:Class ;
+    rdfs:label "Zero-corssing rate"@en ;
+    af:Dimensions 1 ;
+    af:FrameBased true ;
+    rdfs:subClassOf af:GlobalTemporalFeature .
+
+af:SpectralFeature a owl:Class ;
+    rdfs:label "Spectral Feature"@en ;
+    rdfs:subClassOf af:Feature .
+
+af:TemporalFeature a owl:Class ;
+    rdfs:label "Temporal Feature"@en ;
+    rdfs:subClassOf af:Feature .
+
+af:VariousFeature a owl:Class ;
+    rdfs:label "Various Feature"@en ;
+    rdfs:subClassOf af:Feature .
+
+af:GlobalSpectralShapeDescription a owl:Class ;
+    rdfs:label "Global Spectral Shape Description"@en ;
+    rdfs:subClassOf af:SpectralFeature .
+
+af:EnergyFeature a owl:Class ;
+    rdfs:label "Energy Feature"@en ;
+    rdfs:subClassOf af:Feature .
+
+af:PerceptualFeature a owl:Class ;
+    rdfs:label "Perceptual Feature"@en ;
+    rdfs:subClassOf af:Feature .
+
+af:GlobalTemporalFeature a owl:Class ;
+    rdfs:label "Global Temporal Feature"@en ;
+    rdfs:subClassOf af:TemporalFeature .
+
+af:Feature a owl:Class ;
+    rdfs:label "CUIDADO Audio Feature"@en .
+
+af:HarmonicFeature a owl:Class ;
+    rdfs:label "Harmonic Feature"@en ;
+    rdfs:subClassOf af:Feature .
+
+af:HarmonicSpectralShape a owl:Class ;
+    rdfs:label "Harmonic Spectral Shape"@en ;
+    rdfs:subClassOf af:HarmonicFeature .
+
+af:SpectralShape a owl:Class ;
+    rdfs:label "Spectral Shape"@en ;
+    rdfs:subClassOf af:SpectralFeature .
+
+af:PerceptualSpectralEnvelopeShape a owl:Class ;
+    rdfs:label "Perceptual Spectral Envelope Shape"@en ;
+    rdfs:subClassOf af:PerceptualFeature .
+
Binary file rdfonto/marsyasAnalysisDiagram.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfpy/af-EXEC.py	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,12 @@
+import os
+
+basedir = '/Users/alo/MusicOntology/features/'
+
+files = ['ontology', 'vocabulary', 'mirtoolbox']
+htfiles = ['v', 'o', 'mrtb']
+
+for name in files: 
+    execfile(basedir + 'rdfpy/af-' + name + '.py')
+
+for htname in htfiles:
+    os.system("swipl -s " + basedir + "spec/"+htname+"-spec.sh")
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfpy/af-marsyas.py	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,105 @@
+import rdflib
+from rdflib import Graph, RDF, RDFS, plugin, URIRef, Literal, OWL, Namespace
+
+basedir = '/Users/alo/MusicOntology/features/'
+
+local = 'http://sovarr.c4dm.eecs.qmul.ac.uk/features/'
+
+DC = Namespace(u"http://purl.org/dc/elements/1.1/")
+
+graph = Graph()
+graph.bind('af', URIRef(local))
+graph.bind('dc', URIRef('http://purl.org/dc/elements/1.1/'))
+graph.bind('owl', URIRef('http://www.w3.org/2002/07/owl#'))
+
+graph.add((
+    URIRef(''),
+    RDF.type,
+    OWL.Ontology
+))
+
+graph.add((
+    URIRef(''),
+    DC['title'],
+    Literal("Marsyas Ontology")
+))
+
+graph.add((
+    URIRef(''),
+    OWL.versionInfo,
+    Literal("Version 0.1")
+))
+
+graph.add((
+    URIRef(''),
+    DC['description'],
+    Literal("This is an ontology derived from Marsyas feature extraction tools for the Audio Features engineering process")
+))
+
+
+source = Graph()
+source.parse(basedir+'rdfonto/af-Marsyas.n3', format='n3')
+
+categories = []
+
+for su, ob in source.subject_objects(URIRef('file:///Users/alo/MusicOntology/features/rdf/type')):
+    if not ob in categories:
+        categories.append(ob)
+
+graph.add((
+    URIRef(local+'Analysis'),
+    RDF.type,
+    OWL.Class
+))        
+    
+for category in categories:
+    graph.add((
+        URIRef(local+category),
+        RDF.type,
+        OWL.Class    
+    ))
+    graph.add((
+        URIRef(local+category),
+        RDFS.subClassOf,
+        URIRef(local+'Analysis'),
+    )) 
+
+for su in source.subjects(RDF.type, RDFS.Resource):
+    idref = URIRef(local+su.split('/')[-1])
+#    graph.add((
+#        idref,
+#        RDF.type,
+#        OWL.Class
+#    ))
+
+    graph.add((
+        idref,
+        RDF.type,
+        URIRef(local+"AudioFeature")
+    ))
+    
+    count = sum(1 for _ in source.objects(su,URIRef('file:///Users/alo/MusicOntology/features/rdf/type')))
+    
+    if count > 0:    
+        for ob in source.objects(su,URIRef('file:///Users/alo/MusicOntology/features/rdf/type')):
+            graph.add((
+                idref,
+                RDFS.subClassOf,
+                URIRef(local+ob)
+            ))
+    else:
+        graph.add((
+            idref,
+            RDFS.subClassOf,
+            URIRef(local+'Analysis'),
+        ))
+        
+    for ob in source.objects(su,URIRef('http://purl.org/dc/elements/1.1/description')):
+        graph.add((
+            idref,
+            URIRef('http://purl.org/dc/elements/1.1/description'),
+            ob
+        ))
+
+graph.serialize(basedir + 'rdfonto/Marsyas-onto.rdf')        
+graph.serialize(basedir + 'rdfonto/Marsyas-onto.n3', format='n3')
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfpy/af-mirtoolbox.py	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,158 @@
+import rdflib, os
+from rdflib import Graph, RDF, RDFS, plugin, URIRef, Literal, OWL, Namespace
+
+basedir = '/Users/alo/MusicOntology/features/'
+
+orig = 'http://sovarr.c4dm.eecs.qmul.ac.uk/features/'
+
+local = Namespace('http://sovarr.c4dm.eecs.qmul.ac.uk/af/mir/MIRToolbox/1.0#')
+
+af = Namespace('http://sovarr.c4dm.eecs.qmul.ac.uk/af/ontology/1.0#')
+
+afv = Namespace('http://sovarr.c4dm.eecs.qmul.ac.uk/af/vocabulary/1.0#')
+
+DC = Namespace("http://purl.org/dc/elements/1.1/")
+
+vs = Namespace('http://www.w3.org/2003/06/sw-vocab-status/ns#')
+
+afskos = Namespace(url + '/vocabulary/skos/1.0#')
+
+skos = Namespace('http://www.w3.org/2004/02/skos/core#')
+
+graph = Graph()
+graph.bind('af', af)
+graph.bind('afv', afv)
+graph.bind('mirtoolbox', local)
+graph.bind('dc', DC)
+graph.bind('owl', OWL)
+graph.bind('vs', vs)
+graph.bind('skos', skos)
+graph.bind('afsv', afskos)
+
+graph.add((
+    URIRef(''),
+    RDF.type,
+    OWL.Ontology
+))
+
+graph.add((
+    URIRef(''),
+    DC['title'],
+    Literal("MIR Toolbox Ontology", lang="en")
+))
+
+graph.add((
+    URIRef(''),
+    OWL.versionInfo,
+    Literal("Version 1.0", lang="en")
+))
+
+graph.add((
+    URIRef(''),
+    DC['description'],
+    Literal("This is an ontology for annotating MIR Toolbox audio features", lang="en")
+))
+
+graph.add(( vs['term_status'], RDF.type, OWL.AnnotationProperty ))
+
+source = Graph()
+source.parse(basedir+'rdfonto/MIRToolbox.rdf')
+
+'''
+graph.add((
+    URIRef(local+'Operator'),
+    RDF.type,
+    OWL.Class
+))
+graph.add((
+    URIRef(local+'FeatureExtractor'),
+    RDF.type,
+    OWL.Class
+))
+graph.add((
+    URIRef(local+'HighLevelFeature'),
+    RDF.type,
+    OWL.Class
+))
+
+for name in ['Structure', 'Statistics', 'Predictions', 'Similarity']:
+    idref = URIRef(local+name)
+    graph.add((
+        idref,
+        RDF.type,
+        OWL.Class
+    ))
+    graph.add((
+        idref,
+        RDFS.subClassOf,
+        URIRef(local+'HighLevelFeature')
+    ))
+    
+
+for name in ['Dynamics', 'Rhythm', 'Timbre', 'Pitch', 'Tonality']:
+    idref = URIRef(local+name+'FeatureExtractor')
+    graph.add((
+        idref,
+        RDF.type,
+        OWL.Class
+    ))
+    graph.add((
+        idref,
+        RDFS.subClassOf,
+        URIRef(local+'FeatureExtractor')
+    ))
+'''
+for su in source.subjects(RDF.type, RDFS.Resource):
+    name = su.split('/')[-1]
+    idref = URIRef(local + name)
+    graph.add((
+        idref,
+        RDF.type,
+        OWL.Class
+    ))
+
+    graph.add((
+        idref,
+        OWL.sameAs,
+        afv[su.split('/')[-1]]
+    ))
+
+    graph.add((idref, vs['term_status'], Literal("testing", lang="en") ))
+
+    graph.add(( idref, RDFS.label, Literal(name, lang="en") ))
+
+    graph.add(( idref, RDFS.comment, Literal( name + " MIR Toolbox audio feature") ))
+    
+    count=sum(1 for _ in source.objects(su, URIRef(orig+'tag')))
+    
+    if count == 1:
+        for it in source.objects(su, URIRef(orig+'tag')):
+            graph.add((
+                idref,
+                RDFS.subClassOf,
+                af[it+'FeatureExtractor']
+            ))
+    
+    count = sum(1 for _ in source.objects(su, URIRef(orig+'group')))
+
+    if count == 1:
+        for it in source.objects(su, URIRef(orig+'group')):
+            graph.add((
+                idref,
+                RDFS.subClassOf,
+                af[it]
+            ))
+
+    count=sum(1 for _ in source.objects(su, URIRef(orig+'type')))
+    
+    if count == 1:
+        for it in source.objects(su, URIRef(orig+'type')):
+            if it == "Operator":
+                graph.add((
+                    idref,
+                    RDFS.subClassOf,
+                    af[it]
+                ))
+
+graph.serialize(basedir + 'rdfonto/af-mirtoolbox.rdf')
+graph.serialize(basedir + 'rdfonto/af-mirtoolbox.n3', format='n3')
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfpy/af-ontology-defs.py	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,114 @@
+import rdflib
+from rdflib import Graph, RDF, RDFS, plugin, URIRef, Literal, OWL, Namespace
+from InfixOwl.InfixOwl import *
+from datetime import datetime
+
+def writeHeader(graph, title, version, description):
+    ontoid = URIRef('')
+    graph.add((
+        ontoid,
+        RDF.type,
+        OWL.Ontology
+    ))
+    graph.add((
+        ontoid,
+        dc['title'],
+        Literal(title, lang="en")
+    ))
+    graph.add((
+        URIRef(''),
+        OWL.versionInfo,
+        Literal("Version "+version)
+    ))
+    graph.add((
+        ontoid,
+        RDFS.label,
+        Literal(title, lang="en")
+    ))
+    graph.add((
+        URIRef(''),
+        dc['description'],
+        Literal(description, lang="en")
+    ))
+    graph.add((
+        URIRef(''),
+        dc['date'],
+        Literal(datetime.isoformat(datetime.now()))
+    ))
+
+def addTerm(graph, label):
+    termid = URIRef(af+label.replace(" ", ""))
+    graph.add(( termid, RDF.type, OWL.Class ))
+    graph.add(( termid, RDFS.label, Literal(label, lang="en") ))
+    return termid
+
+def addOriginalOntology(graph):
+    orig = Namespace('http://purl.org/ontology/af/')
+    origOnto = Graph()
+    #origOnto.parse(orig)
+    origOnto.parse('/Users/alo/MusicOntology/audiofeaturesonto/rdf/audio_features.rdf')
+
+    importTerms = ["Signal", "signal_feature", "value", "dimensions", "Segment", "Point", "feature"]
+
+    for item in importTerms:    
+        sub = URIRef(orig+item)
+        oid = URIRef(af+item)
+        for pre, obj in origOnto.predicate_objects(sub):
+            if pre == RDFS.subClassOf and type(obj) == BNode:
+                onProp = origOnto.value(obj,OWL.onProperty,None)
+                values = origOnto.value(obj,OWL.someValuesFrom,None)
+                Restriction(onProp,ontograph,someValuesFrom=values,identifier=obj)
+                ontograph.add(( oid, pre, obj ))
+            else:
+                if obj.find(orig) > -1:
+                    val = URIRef(obj.replace(orig,af))
+                else:
+                    val = obj
+                graph.add(( oid, pre, val ))
+                
+def addBaseTriples(graph, pypath, rdfpath):
+    execfile(pypath)
+
+    base = Graph()
+    base.parse(rdfpath)
+
+    for sub, obj in base.subject_objects(RDF.type):
+        if obj == OWL.Class or obj == RDF.Property:
+            bid = URIRef(af+sub.split("/")[-1])
+            for pre, item in base.predicate_objects(sub):
+                if item.find(afcns) > -1:
+                    addobj = URIRef(item.replace(afcns,af))
+                else:
+                    addobj = item
+
+                ontograph.add((bid, pre, addobj))
+        
+            graph.add((bid, vs['term_status'], Literal("testing", lang="en")))
+            graph.add((bid, RDFS.comment, Literal("Audio feature taxonomy term (Mitrovic et al)") ))
+
+
+def addTriples(graph, pypath, rdfpath, tool):
+    execfile(pypath)
+
+    source = Graph()
+    source.parse(rdfpath)
+
+    for sub, obj in source.subject_objects(RDF.type):
+        if obj != URIRef(afcns+"AudioFeature") and obj != OWL.Ontology:
+            bid = URIRef(af+sub.split("/")[-1])
+            for pre, item in source.predicate_objects(sub):
+                if item.find(afcns) > -1:
+                    addobj = URIRef(item.replace(afcns,af))
+                else:
+                    addobj = item
+
+                graph.add((bid, pre, addobj))
+
+            graph.add((bid, vs['term_status'], Literal("testing", lang="en")))
+            graph.add((bid, RDFS.comment, Literal(tool + " ontology term") ))
+
+def serialize(graph, path, name):
+    graph.serialize(path + name + '.rdf')
+    graph.serialize(path + name + '.n3', format="n3")
+    
+    
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfpy/af-ontology.py	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,67 @@
+import rdflib
+from rdflib import Graph, RDF, RDFS, plugin, URIRef, Literal, OWL, Namespace
+from InfixOwl.InfixOwl import *
+
+url = 'http://sovarr.c4dm.eecs.qmul.ac.uk/'
+ns = Namespace(url+'vocabulary/')
+basedir = '/Users/alo/MusicOntology/features/'
+
+afcns = Namespace(url+'features/')
+
+ontograph = Graph()
+
+af = Namespace(url+'af/ontology/1.0#')
+ontograph.bind('af', af)
+
+dc = Namespace('http://purl.org/dc/elements/1.1/')
+ontograph.bind('dc', dc)
+
+owl = Namespace('http://www.w3.org/2002/07/owl#')
+ontograph.bind('owl', owl)
+
+xsd = Namespace('http://www.w3.org/2001/XMLSchema#')
+ontograph.bind('xsd', xsd)
+
+vs = Namespace('http://www.w3.org/2003/06/sw-vocab-status/ns#')
+ontograph.bind('vs', vs)
+
+mo = Namespace('http://purl.org/ontology/mo/')
+ontograph.bind('mo', mo)
+
+event = Namespace('http://purl.org/NET/c4dm/event.owl#')
+ontograph.bind('event', event)
+
+tl = Namespace('http://purl.org/NET/c4dm/timeline.owl#')
+ontograph.bind('tl', tl)
+
+execfile(basedir + 'rdfpy/af-ontology-defs.py')
+
+writeHeader(
+    ontograph, 
+    "The Audio Feature ontology", 
+    "1.0", 
+    "This ontology expresses some common concepts to represent automatically extracted features from audio signals."
+)
+
+ontograph.add((
+    vs['term_status'],
+    RDF.type,
+    OWL.AnnotationProperty
+))
+
+afid = addTerm(ontograph, "Audio Feature")
+
+addOriginalOntology(ontograph)
+
+addBaseTriples(ontograph, basedir + 'rdfpy/writeBaseOnto.py', basedir + 'rdfonto/baseOnto.rdf')
+
+files = {
+    "Timbre Toolbox": {'py': "writeTimbreToolboxOnto", 'rdf': "TimbreToolbox-onto"},
+    "MIR Toolbox": {'py': "writeMIRToolboxOnto", 'rdf': "MIR-onto"},
+    "Marsyas": {'py': "writeMarsyasOnto", 'rdf': "Marsyas-onto"}
+}
+
+for tool in files.keys():
+    addTriples(ontograph, basedir + 'rdfpy/' + files[tool]['py'] + '.py', basedir + 'rdfonto/' + files[tool]['rdf'] + ".rdf", tool)
+
+serialize(ontograph, basedir + 'rdfonto/', 'af-ontology')
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfpy/af-skos-vocabulary.py	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,62 @@
+import rdflib
+from rdflib import Graph, RDF, RDFS, plugin, URIRef, Literal, OWL, Namespace
+
+url = 'http://sovarr.c4dm.eecs.qmul.ac.uk/af/'
+basedir = '/Users/alo/MusicOntology/features/'
+
+afc = Namespace(url + 'features/')
+
+af = Namespace(url+'ontology/1.0#')
+
+vs = Namespace('http://www.w3.org/2003/06/sw-vocab-status/ns#')
+
+afskos = Namespace(url + '/vocabulary/skos/1.0#')
+
+skos = Namespace('http://www.w3.org/2004/02/skos/core#')
+
+graph = Graph()
+graph.bind('afsv', afskos)
+graph.bind('skos', skos)
+graph.bind('owl', OWL)
+graph.bind('af', af)
+graph.bind('vs', vs)
+
+graph.add(( vs['term_status'], RDF.type, OWL.AnnotationProperty ))
+
+source = Graph()
+source.parse(basedir + 'af-catalogue.rdf')
+
+for sub in source.subjects(RDF.type, OWL.Class):
+    name = sub.split('/')[-1]
+    id = name.replace("(", "").replace(")", "").replace("4Hz", "")
+    id = URIRef(afskos+id)
+    graph.add((id, RDF.type, skos['Concept']))
+    graph.add((id, RDFS.subClassOf, af['AudioFeature']))
+    graph.add((id, vs['term_status'], Literal("testing", lang="en") ))
+    count = sum(1 for _ in source.objects(sub, afc['feature']))
+    if count > 0:
+        labelAdded = False
+        for label in source.objects(sub, afc['feature']):
+            if not labelAdded:
+                graph.add(( id, skos['prefLabel'], Literal(label, lang="en") ))
+                #graph.add(( id, RDFS.label, Literal(label, lang="en") ))
+                graph.add(( id, skos['note'], Literal(label) ))
+                labelAdded = True
+    else:        
+        if name.find("ADRess") == 0:
+            graph.add(( id, skos['prefLabel'], Literal(name + " (Azimuth Discrimination and Resynthesis)", lang="en") ))
+            #graph.add(( id, RDFS.label, Literal(name + " (Azimuth Discrimination and Resynthesis)", lang="en") ))
+            graph.add(( id, skos['note'], Literal(name + " (Azimuth Discrimination and Resynthesis)") ))
+        else:
+            if name.find("Aim") == 0:
+                graph.add(( id, skos['prefLabel'], Literal(name + " (Auditory Image Model) ", lang="en") ))
+                #graph.add(( id, RDFS.label, Literal(name + " (Auditory Image Model) ", lang="en") ))
+                graph.add(( id, skos['note'], Literal(name + " (Auditory Image Model) ") ))
+            else:
+                graph.add(( id, skos['prefLabel'], Literal(name, lang="en")))
+                #graph.add(( id, RDFS.label, Literal(name, lang="en")))
+                graph.add(( id, skos['note'], Literal(name) ))
+    
+graph.serialize(basedir+'rdfonto/af-skos-vocabulary.rdf')
+graph.serialize(basedir+'rdfonto/af-skos-vocabulary.n3', format="n3")
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfpy/af-vocabulary.py	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,94 @@
+import rdflib
+from rdflib import Graph, RDF, RDFS, plugin, URIRef, Literal, OWL, Namespace, XSD
+
+plugin.register(
+    'sparql', rdflib.query.Processor,
+    'rdfextras.sparql.processor', 'Processor')
+plugin.register(
+    'sparql', rdflib.query.Result,
+    'rdfextras.sparql.query', 'SPARQLQueryResult')
+
+def getTools(graph, nsuri):
+    return graph.query(
+        """SELECT DISTINCT ?tool
+           WHERE {
+    	   	?x af:computedIn ?tool .
+    		?x af:feature ?feature 
+           }
+    	   ORDER BY ?tool""",
+        initNs=dict(
+            af=Namespace(nsuri))
+    )
+
+
+url = 'http://sovarr.c4dm.eecs.qmul.ac.uk/af/'
+afv = Namespace(url+'vocabulary/1.0#')
+basedir = '/Users/alo/MusicOntology/features/'
+
+afc = Namespace(url + 'features/')
+
+af = Namespace(url+'ontology/1.0#')
+
+cat = Namespace('http://sovarr.c4dm.eecs.qmul.ac.uk/features/')
+
+vs = Namespace('http://www.w3.org/2003/06/sw-vocab-status/ns#')
+
+graph = Graph()
+graph.bind('afv', afv)
+graph.bind('owl', OWL)
+graph.bind('af', af)
+graph.bind('vs', vs)
+graph.bind('xsd', XSD)
+
+graph.add(( vs['term_status'], RDF.type, OWL.AnnotationProperty ))
+graph.add(( afv['computedIn'], RDF.type, OWL.Property ))
+graph.add(( afv['computedIn'], RDFS.range, XSD.String ))
+graph.add(( afv['computedIn'], RDFS.domain, af['AudioFeature'] ))
+
+source = Graph()
+source.parse(basedir + 'af-catalogue-01.rdf')
+
+tooldict = {}
+
+for tool in getTools(source, cat):
+    idt = afv[tool[0]]
+    tooldict[tool[0]] = idt
+    graph.add((idt, RDF.type, OWL.Class))
+    graph.add((idt, RDFS.label, tool[0]))
+    graph.add((idt, RDFS.comment, tool[0] ))
+    graph.add((idt, vs['term_status'], Literal("testing", lang="en") ))
+
+for sub in source.subjects(RDF.type, OWL.Class):
+    name = sub.split('/')[-1]
+    id = name.replace("(", "").replace(")", "").replace("4Hz", "")
+    #id = ''.join(i for i in id if not i.isdigit())
+    id = URIRef(afv+id)
+    graph.add((id, RDF.type, OWL.Class))
+    graph.add((id, RDFS.subClassOf, af['AudioFeature']))
+    graph.add((id, vs['term_status'], Literal("testing", lang="en") ))
+    count = sum(1 for _ in source.objects(sub, afc['feature']))
+    if count > 0:
+        labelAdded = False
+        for label in source.objects(sub, afc['feature']):
+            if not labelAdded:
+                graph.add(( id, RDFS.label, Literal(label, lang="en") ))
+                graph.add(( id, RDFS.comment, Literal(label) ))
+                labelAdded = True
+    else:        
+        if name.find("ADRess") > -1:
+            graph.add(( id, RDFS.label, Literal(name + " (Azimuth Discrimination and Resynthesis)", lang="en") ))
+            graph.add(( id, RDFS.comment, Literal(name + " (Azimuth Discrimination and Resynthesis)") ))
+        else:
+            if name.find("Aim") == 0:
+                graph.add(( id, RDFS.label, Literal(name + " (Auditory Image Model) ", lang="en") ))
+                graph.add(( id, RDFS.comment, Literal(name + " (Auditory Image Model) ") ))
+            else:
+                graph.add(( id, RDFS.label, Literal(name, lang="en")))
+                graph.add(( id, RDFS.comment, Literal(name) ))
+    
+    for tool in source.objects(sub, cat['computedIn']):
+        graph.add((id, afv['computedIn'], tooldict[tool]))
+    
+graph.serialize(basedir+'rdfonto/af-vocabulary.rdf')
+graph.serialize(basedir+'rdfonto/af-vocabulary.n3', format="n3")
+
--- a/rdfpy/writeBaseOnto.py	Tue Apr 16 14:14:09 2013 +0100
+++ b/rdfpy/writeBaseOnto.py	Tue Apr 23 11:49:20 2013 +0100
@@ -110,7 +110,6 @@
 graph.bind('vs', URIRef('http://www.w3.org/2003/06/sw-vocab-status/ns#'))
 
 
-
 ########################
 ####### header #########
 ########################
@@ -591,6 +590,14 @@
     comment="application domain: mir, speech, environmental, etc."
 )
 
+bnode = BNode()
+Restriction(URIRef(local + "application_domain"),graph,someValuesFrom=URIRef(local + 'ApplicationDomain'),identifier=bnode)
+graph.add(( 
+    URIRef(local + "AudioFeature"), 
+    RDFS.subClassOf, 
+    bnode
+))
+
 # property: semantic_interpretation
 addProperty(
     graph=graph, 
@@ -602,6 +609,22 @@
     comment="semantic interpretation: physical/perceptual"
 )
 
+bnode = BNode()
+Restriction(URIRef(local + "semantic_interpretation"),graph,allValuesFrom=URIRef(local + 'SemanticInterpretation'),identifier=bnode)
+graph.add(( 
+    URIRef(local + "AudioFeature"), 
+    RDFS.subClassOf, 
+    bnode
+))
+
+bnode = BNode()
+Restriction(URIRef(local + "semantic_interpretation"),graph,maxCardinality=Literal(1, datatype=XSD.int),identifier=bnode)
+graph.add(( 
+    URIRef(local + "AudioFeature"), 
+    RDFS.subClassOf, 
+    bnode
+))
+
 # property: computational_complexity
 addProperty(
     graph=graph, 
@@ -613,6 +636,22 @@
     comment="computational complexity: high/medium/low"
 )
 
+bnode = BNode()
+Restriction(URIRef(local + "computational_complexity"),graph,allValuesFrom=URIRef(local + 'ComputationalComplexity'),identifier=bnode)
+graph.add(( 
+    URIRef(local + "AudioFeature"), 
+    RDFS.subClassOf, 
+    bnode
+))
+
+bnode = BNode()
+Restriction(URIRef(local + "computational_complexity"),graph,maxCardinality=Literal(1, datatype=XSD.int),identifier=bnode)
+graph.add(( 
+    URIRef(local + "AudioFeature"), 
+    RDFS.subClassOf, 
+    bnode
+))
+
 # property: psychoacoustic_model
 addProperty(
     graph=graph, 
@@ -624,6 +663,14 @@
     comment="psychoacoustic model: true/false"
 )
 
+bnode = BNode()
+Restriction(URIRef(local + "psychoacoustic_model"),graph,maxCardinality=Literal(1, datatype=XSD.int),identifier=bnode)
+graph.add(( 
+    URIRef(local + "AudioFeature"), 
+    RDFS.subClassOf, 
+    bnode
+))
+
 # property: temporal_scale
 addProperty(
     graph=graph, 
@@ -635,6 +682,23 @@
     comment="temporal scale: global, interframe, intraframe"
 )
 
+bnode = BNode()
+Restriction(URIRef(local + "temporal_scale"),graph,allValuesFrom=URIRef(local + 'TemporalScale'),identifier=bnode)
+graph.add(( 
+    URIRef(local + "AudioFeature"), 
+    RDFS.subClassOf, 
+    bnode
+))
+
+bnode = BNode()
+Restriction(URIRef(local + "temporal_scale"),graph,maxCardinality=Literal(1, datatype=XSD.int),identifier=bnode)
+graph.add(( 
+    URIRef(local + "AudioFeature"), 
+    RDFS.subClassOf, 
+    bnode
+))
+
+
 # property: dimensions
 addProperty(
     graph=graph, 
@@ -646,6 +710,14 @@
     comment="dimensions: an integer value"
 )
 
+bnode = BNode()
+Restriction(URIRef(local + "dimensions"),graph,maxCardinality=Literal(1, datatype=XSD.int),identifier=bnode)
+graph.add(( 
+    URIRef(local + "AudioFeature"), 
+    RDFS.subClassOf, 
+    bnode
+))
+
 # property: computation
 addProperty(
     graph=graph, 
@@ -657,6 +729,21 @@
     comment="computation: a sequence of mathematical operations"
 )
 
+bnode = BNode()
+Restriction(URIRef(local + "computation"),graph,allValuesFrom=URIRef(local + 'Computation'),identifier=bnode)
+graph.add(( 
+    URIRef(local + "AudioFeature"), 
+    RDFS.subClassOf, 
+    bnode
+))
+
+bnode = BNode()
+Restriction(URIRef(local + "computation"),graph,maxCardinality=Literal(1, datatype=XSD.int),identifier=bnode)
+graph.add(( 
+    URIRef(local + "AudioFeature"), 
+    RDFS.subClassOf, 
+    bnode
+))
 
 #############################
 ####### add features ########
@@ -670,18 +757,18 @@
         domain = domains[order[domainIndex]]
         domainIndex += 1
 
-    graph.add((
-        URIRef(id),
-        RDF.type,
-        URIRef(local + "AudioFeature")
+#    graph.add((
+#        URIRef(id),
+#        RDF.type,
+#        URIRef(local + "AudioFeature")
+#    ))
+    
+    graph.add(( 
+        URIRef(id),        
+        RDF.type, 
+        OWL.Class  
     ))
     
-#    graph.add(( 
-#        URIRef(id),        
-#        RDF.type, 
-#        OWL.Class  
-#    ))
-    
     graph.add((
         URIRef(id),
         VS['term_status'],
--- a/rdfpy/writeCatalogue.py	Tue Apr 16 14:14:09 2013 +0100
+++ b/rdfpy/writeCatalogue.py	Tue Apr 23 11:49:20 2013 +0100
@@ -23,5 +23,5 @@
 
 compareForSimilarities(graph, ns)
 
-graph.serialize(basedir + 'af-catalogue.rdf')
-graph.serialize(basedir + 'af-catalogue.n3', format='n3')
\ No newline at end of file
+graph.serialize(basedir + 'af-catalogue-01.rdf')
+graph.serialize(basedir + 'af-catalogue-01.n3', format='n3')
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfpy/writeCuidado.py	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,93 @@
+import rdflib, os, fnmatch, urllib2
+from rdflib import Graph, RDF, RDFS, plugin, URIRef, Literal, OWL, XSD, Namespace
+
+graph = Graph()
+
+af = Namespace('http://sovarr.c4dm.eecs.qmul.ac.uk/features/')
+graph.bind('local', af)
+
+dc = Namespace('http://purl.org/dc/elements/1.1/')
+graph.bind('dc', dc)
+
+categories = [
+    "Temporal",
+    "Energy",
+    "Spectral",
+    "Harmonic",
+    "Perceptual",
+    "Various"
+]
+
+subcategories = {
+    "Temporal": ["Global Temporal Feature", "Instantaneous Temporal Feature"],
+    "Spectral": ["Spectral Shape", "Global Spectral Shape Description"],
+    "Harmonic": ["Harmonic Spectral Shape"],
+    "Perceptual": ["Perceptual Spectral Envelope Shape"],
+    
+}
+
+flat = []
+
+lines = [line.strip() for line in open('pdfextract/cuidado.txt')]
+
+category = "Temporal"
+subcategory = "Global Temporal Feature"
+
+lineIndex = 5
+
+for line in lines[5:]:
+    addFeature = True
+    if line.find("Features") > -1:
+        addFeature = False
+        if categories.count(line[0:line.find("Features")-1]) > 0:
+            if line[0:line.find("Features")-1] != category:
+                category = line[0:line.find("Features")-1]
+                subcategory = ""
+    for sub in flat:
+        if line == sub:
+            addFeature = False
+            if subcategory != line:
+                subcategory = line
+            
+    if line.count(":") == 0 and line.count("_") == 0 and len(line) > 2 and addFeature:
+        id = af + line.title().replace(" ", "")
+        graph.add((
+            URIRef(id),
+            RDF.type,
+            RDFS.Resource
+        ))
+        graph.add((
+            URIRef(id),
+            af['feature'],
+            Literal(line)
+        ))
+        graph.add((
+            URIRef(id),
+            URIRef(af+"Dimensions"),
+            Literal(lines[lineIndex+2])
+        ))
+                    
+        graph.add((
+            URIRef(id),
+            URIRef(af+"FrameBased"),
+            Literal(lines[lineIndex+1])
+        ))
+        
+        if subcategory == "":
+            graph.add((
+                URIRef(id),
+                af['typeOfFeature'],
+                Literal(category + " Feature")
+            ))
+        else:
+            graph.add((
+                URIRef(id),
+                af['typeOfFeature'],
+                Literal(subcategory.replace(" ", ""))
+            ))
+
+    lineIndex += 1
+            
+
+graph.serialize('/Users/alo/MusicOntology/features/rdf/af-cuidado.rdf')
+graph.serialize('/Users/alo/MusicOntology/features/rdfn3/af-cuidado.n3', format="n3")
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfpy/writeCuidadoOnto.py	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,185 @@
+import rdflib, os, fnmatch, urllib2
+from rdflib import Graph, RDF, RDFS, plugin, URIRef, Literal, OWL, XSD, Namespace
+
+graph = Graph()
+
+af = Namespace('http://sovarr.c4dm.eecs.qmul.ac.uk/features/')
+graph.bind('af', af)
+
+dc = Namespace('http://purl.org/dc/elements/1.1/')
+graph.bind('dc', dc)
+
+owl = Namespace('http://www.w3.org/2002/07/owl#')
+graph.bind('owl', owl)
+
+xsd = Namespace('http://www.w3.org/2001/XMLSchema#')
+graph.bind('xsd', xsd)
+
+categories = [
+    "Temporal",
+    "Energy",
+    "Spectral",
+    "Harmonic",
+    "Perceptual",
+    "Various"
+]
+
+graph.add((
+    URIRef(af+"Feature"),
+    RDF.type,
+    OWL.Class
+))
+graph.add((
+    URIRef(af+"Feature"),
+    RDFS.label,
+    Literal("CUIDADO Audio Feature", lang="en")
+))
+
+#properties
+graph.add((
+    URIRef(af+"Dimensions"),
+    RDF.type,
+    OWL.ObjectProperty
+))
+graph.add((
+    URIRef(af+"Dimensions"),
+    RDFS.range,
+    XSD.Integer
+))
+graph.add((
+    URIRef(af+"Dimensions"),
+    RDFS.domain,
+    URIRef(af+"Feature")
+))
+
+graph.add((
+    URIRef(af+"FrameBased"),
+    RDF.type,
+    OWL.ObjectProperty
+))
+graph.add((
+    URIRef(af+"FrameBased"),
+    RDFS.range,
+    XSD.Boolean
+))
+graph.add((
+    URIRef(af+"FrameBased"),
+    RDFS.domain,
+    URIRef(af+"Feature")
+))
+
+
+for category in categories:
+    graph.add((
+        URIRef(af + category + "Feature"),
+        RDF.type,
+        OWL.Class
+    ))
+    graph.add((
+        URIRef(af + category + "Feature"),
+        RDFS.label,
+        Literal(category + " Feature", lang="en")
+    ))
+    graph.add((
+        URIRef(af + category + "Feature"),
+        RDFS.subClassOf,
+        URIRef(af+"Feature")
+    ))
+
+subcategories = {
+    "Temporal": ["Global Temporal Feature", "Instantaneous Temporal Feature"],
+    "Spectral": ["Spectral Shape", "Global Spectral Shape Description"],
+    "Harmonic": ["Harmonic Spectral Shape"],
+    "Perceptual": ["Perceptual Spectral Envelope Shape"],
+    
+}
+
+flat = []
+
+for category in subcategories.keys():
+    for subcategory in subcategories[category]:
+        flat.append(subcategory)
+        id = af + subcategory.replace(" ", "")
+        graph.add((
+            URIRef(id),
+            RDF.type,
+            OWL.Class
+        ))
+        graph.add((
+            URIRef(id),
+            RDFS.label,
+            Literal(subcategory, lang="en")
+        ))
+        graph.add((
+            URIRef(id),
+            RDFS.subClassOf,
+            URIRef(af + category + "Feature")
+        ))
+
+lines = [line.strip() for line in open('pdfextract/cuidado.txt')]
+
+category = "Temporal"
+subcategory = "Global Temporal Feature"
+
+lineIndex = 5
+
+for line in lines[5:]:
+    addFeature = True
+    if line.find("Features") > -1:
+        addFeature = False
+        if categories.count(line[0:line.find("Features")-1]) > 0:
+            if line[0:line.find("Features")-1] != category:
+                category = line[0:line.find("Features")-1]
+                subcategory = ""
+    for sub in flat:
+        if line == sub:
+            addFeature = False
+            if subcategory != line:
+                subcategory = line
+            
+    if line.count(":") == 0 and line.count("_") == 0 and len(line) > 2 and addFeature:
+        id = af + line.replace(" ", "")
+        graph.add((
+            URIRef(id),
+            RDF.type,
+            OWL.Class
+        ))
+        graph.add((
+            URIRef(id),
+            RDFS.label,
+            Literal(line, lang="en")
+        ))
+        graph.add((
+            URIRef(id),
+            URIRef(af+"Dimensions"),
+            Literal(int(lines[lineIndex+2]))
+        ))
+        
+        if lines[lineIndex+1] == "y":
+            frameBased = True
+        else:
+            frameBased = False
+            
+        graph.add((
+            URIRef(id),
+            URIRef(af+"FrameBased"),
+            Literal(frameBased)
+        ))
+        
+        if subcategory == "":
+            graph.add((
+                URIRef(id),
+                RDFS.subClassOf,
+                URIRef(af + category + "Feature")
+            ))
+        else:
+            graph.add((
+                URIRef(id),
+                RDFS.subClassOf,
+                URIRef(af + subcategory.replace(" ", ""))
+            ))
+
+    lineIndex += 1
+            
+
+graph.serialize('/Users/alo/MusicOntology/features/rdfonto/cuidado-onto.n3', format="n3")
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfpy/writeTimbreToolbox.py	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,88 @@
+import rdflib, os, fnmatch, urllib2
+from rdflib import Graph, RDF, RDFS, plugin, URIRef, Literal, OWL, XSD, Namespace
+
+graph = Graph()
+
+af = Namespace('http://sovarr.c4dm.eecs.qmul.ac.uk/features/')
+graph.bind('local', af)
+
+dc = Namespace('http://purl.org/dc/elements/1.1/')
+graph.bind('dc', dc)
+
+input = {
+    'au': "Audio Signal",
+    'tee': "Temporal Energy Envelope",
+    'stft': "Short-term Fourier Transform",
+    'erb': "Auditory model",
+    'harm': "Harmonic"
+}
+
+features = {
+    'Global Descriptors': [
+        {"Attack": "tee"},
+        {"Decay": "tee"},
+        {"Release": "tee"},
+        {"Log-Attack Time": "tee"},
+        {"Attack Slope": "tee"},
+        {"DecreaseSlope": "tee"},
+        {"Temporal Centroid": "tee"},
+        {"Effective Duration": "tee"},
+        {"Frequency of Energy Modulation": "tee"},
+        {"Amplitude of Energy Modulation": "tee"}
+    ],
+
+    'Time-Varying Descriptors': [
+        {"Autocorrelation": 'au'},
+        {"Zero Crossing Rate": 'au'},
+        {"RMS-Energy Envelope": 'tee'},
+        {"Spectral Centroid": 'stft,erb,harm'},
+        {"Spectral Spread": 'stft,erb,harm'},
+        {"Spectral Skewness": 'stft,erb,harm'},
+        {"Spectral Kurtosis": 'stft,erb,harm'},
+        {"Spectral Slope": 'stft,erb,harm'},
+        {"Spectral Decrease": 'stft,erb,harm'},
+        {"Spectral Rolloff": 'stft,erb,harm'},
+        {"Spectro-temporal Variation": 'stft,erb,harm'},
+        {"Spectral Flatness": 'stft,erb'},
+        {"Spectral Crest": 'stft,erb'},
+        {"Harmonic Energy": 'harm'},
+        {"Noise Energy": 'harm'},
+        {"Noisiness": 'harm'},
+        {"Fundamental Frequency": 'harm'},
+        {"Inharmonicity": 'harm'},
+        {"Tristimulus": 'harm'},
+        {"Harmonic Spectral Deviation": 'harm'},
+        {"Odd to even harmonic ratio": 'harm'}
+    ]
+}
+
+for temporal in features.keys():
+    for feature in features[temporal]:
+        name = feature.keys()[0]
+        id = af + name.replace(" ", "")
+        graph.add((
+            URIRef(id),
+            RDF.type,
+            RDFS.Resource
+        ))
+        graph.add((
+            URIRef(id),
+            af['feature'],
+            Literal(name)
+        ))
+        graph.add((
+            URIRef(id),
+            af['feature'],
+            Literal(name)
+        ))
+        for inp in feature[name].split(","):
+            graph.add((
+                URIRef(id),
+                af['signal'],
+                Literal(input[inp])
+            ))
+            
+
+graph.serialize('/Users/alo/MusicOntology/features/rdf/af-TimbreToolbox.rdf')
+graph.serialize('/Users/alo/MusicOntology/features/rdfn3/af-TimbreToolbox.n3', format="n3")
+            
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdfpy/writeTimbreToolboxOnto.py	Tue Apr 23 11:49:20 2013 +0100
@@ -0,0 +1,171 @@
+import rdflib, os, fnmatch, urllib2
+from rdflib import Graph, RDF, RDFS, plugin, URIRef, Literal, OWL, XSD, Namespace
+
+graph = Graph()
+
+af = Namespace('http://sovarr.c4dm.eecs.qmul.ac.uk/features/')
+graph.bind('af', af)
+
+dc = Namespace('http://purl.org/dc/elements/1.1/')
+graph.bind('dc', dc)
+
+owl = Namespace('http://www.w3.org/2002/07/owl#')
+graph.bind('owl', owl)
+
+xsd = Namespace('http://www.w3.org/2001/XMLSchema#')
+graph.bind('xsd', xsd)
+
+
+input = {
+    'au': "Audio Signal",
+    'tee': "Temporal Energy Envelope",
+    'stft': "Short-term Fourier Transform",
+    'erb': "Auditory model",
+    'harm': "Harmonic"
+}
+
+graph.add((
+    URIRef(af+"AudioDescriptor"),
+    RDF.type,
+    OWL.Class
+))
+graph.add((
+    URIRef(af+"AudioDescriptor"),
+    RDFS.label,
+    Literal("Timbre Toolbox Audio Descriptor", lang="en")
+))
+
+
+graph.add((
+    URIRef(af+"InputSignal"),
+    RDF.type,
+    OWL.Class
+))
+graph.add((
+    URIRef(af+"InputSignal"),
+    RDFS.label,
+    Literal("Timbre Toolbox Input Representation", lang="en")
+))
+
+graph.add((
+    URIRef(af+"inputRepresentation"),
+    RDF.type,
+    OWL.ObjectProperty
+))
+graph.add((
+    URIRef(af+"inputRepresentation"),
+    RDFS.domain,
+    URIRef(af+"AudioDescriptor")
+))
+graph.add((
+    URIRef(af+"inputRepresentation"),
+    RDFS.range,
+    URIRef(af+"InputSignal")
+))
+
+
+
+for inkey in input.keys():
+    id = af+input[inkey].replace(" ", "")
+    graph.add((
+        URIRef(id),
+        RDF.type,
+        OWL.Class
+    ))
+    graph.add((
+        URIRef(id),
+        RDFS.label,
+        Literal(input[inkey], lang="en")
+    ))
+    graph.add((
+        URIRef(id),
+        RDFS.subClassOf,
+        URIRef(af+"InputSignal")
+    ))
+
+features = {
+    'Global Descriptors': [
+        {"Attack": "tee"},
+        {"Decay": "tee"},
+        {"Release": "tee"},
+        {"Log-Attack Time": "tee"},
+        {"Attack Slope": "tee"},
+        {"DecreaseSlope": "tee"},
+        {"Temporal Centroid": "tee"},
+        {"Effective Duration": "tee"},
+        {"Frequency of Energy Modulation": "tee"},
+        {"Amplitude of Energy Modulation": "tee"}
+    ],
+
+    'Time-Varying Descriptors': [
+        {"Autocorrelation": 'au'},
+        {"Zero Crossing Rate": 'au'},
+        {"RMS-Energy Envelope": 'tee'},
+        {"Spectral Centroid": 'stft,erb,harm'},
+        {"Spectral Spread": 'stft,erb,harm'},
+        {"Spectral Skewness": 'stft,erb,harm'},
+        {"Spectral Kurtosis": 'stft,erb,harm'},
+        {"Spectral Slope": 'stft,erb,harm'},
+        {"Spectral Decrease": 'stft,erb,harm'},
+        {"Spectral Rolloff": 'stft,erb,harm'},
+        {"Spectro-temporal Variation": 'stft,erb,harm'},
+        {"Spectral Flatness": 'stft,erb'},
+        {"Spectral Crest": 'stft,erb'},
+        {"Harmonic Energy": 'harm'},
+        {"Noise Energy": 'harm'},
+        {"Noisiness": 'harm'},
+        {"Fundamental Frequency": 'harm'},
+        {"Inharmonicity": 'harm'},
+        {"Tristimulus": 'harm'},
+        {"Harmonic Spectral Deviation": 'harm'},
+        {"Odd to even harmonic ratio": 'harm'}
+    ]
+}
+
+for temporal in features.keys():
+    auid = af + temporal[:-1].replace("-", "").replace(" ", "")
+    graph.add((
+        URIRef(auid),
+        RDF.type,
+        OWL.Class
+    ))
+    graph.add((
+        URIRef(auid),
+        RDFS.subClassOf,
+        URIRef(af+"AudioDescriptor")
+    ))
+    
+    for feature in features[temporal]:
+        name = feature.keys()[0]
+        id = af + name.replace(" ", "")
+        #graph.add((
+        #    URIRef(id),
+        #    RDF.type,
+        #    OWL.Class
+        #))
+        graph.add((
+            URIRef(id),
+            RDF.type,
+            URIRef(af+"AudioFeature")
+        ))        
+        graph.add((
+            URIRef(id),
+            RDFS.label,
+            Literal(name, lang="en")
+        ))
+        graph.add((
+            URIRef(id),
+            RDFS.subClassOf,
+            URIRef(auid)
+        ))
+        for inp in feature[name].split(","):
+            graph.add((
+                URIRef(id),
+                URIRef(af+"inputRepresentation"),
+                URIRef(af+input[inp].replace(" ", ""))
+            ))
+            
+
+graph.serialize('/Users/alo/MusicOntology/features/rdfonto/TimbreToolbox-onto.rdf')
+graph.serialize('/Users/alo/MusicOntology/features/rdfonto/TimbreToolbox-onto.n3', format="n3")
+            
\ No newline at end of file