changeset 136:1b1ebb0f10ac

* update RDF from km-rdf repository
author cannam
date Wed, 11 Jun 2008 09:14:27 +0000
parents 6bffd86a103d
children dbab8c3a6571
files rdf/doc/glance.htm rdf/doc/vamp.html rdf/doc/vamp.pl rdf/vamp.n3 rdf/vamp.rdf
diffstat 5 files changed, 1172 insertions(+), 137 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf/doc/glance.htm	Wed Jun 11 09:14:27 2008 +0000
@@ -0,0 +1,2 @@
+<h2 id="overview">Overview of Terms</h2>
+<p>An alphabetical index of the ontology terms, divided into classes, properties and individuals. All the terms are hyperlinked to their detailed description for quick reference.</p>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf/doc/vamp.html	Wed Jun 11 09:14:27 2008 +0000
@@ -0,0 +1,813 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
+<link rel="meta" type="application/rdf+xml" title="FOAF" href="" />
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+<meta name="author" content="" />
+<link href="style.css" rel="stylesheet" type="text/css" /><meta name="robots" content="all" />
+<title>Vamp Plugins Ontology</title>
+</head>
+<body><h2 id="overview">Overview of Terms</h2>
+<p>An alphabetical index of the ontology terms, divided into classes, properties and individuals. All the terms are hyperlinked to their detailed description for quick reference.</p><div class="glance" id="glance">
+<p>Classes: | <a href="#term_Configuration">Configuration</a> | <a href="#term_DenseOutput">DenseOutput</a> | <a href="#term_Feature">Feature</a> | <a href="#term_InputDomain">InputDomain</a> | <a href="#term_Parameter">Parameter</a> | <a href="#term_ParameterDescriptor">ParameterDescriptor</a> | <a href="#term_Plugin">Plugin</a> | <a href="#term_PluginDescription">PluginDescription</a> | <a href="#term_PluginLibrary">PluginLibrary</a> | <a href="#term_PluginOutput">PluginOutput</a> | <a href="#term_PluginProgram">PluginProgram</a> | <a href="#term_SampleType">SampleType</a> | <a href="#term_SparseOutput">SparseOutput</a> | <a href="#term_TrackLevelOutput">TrackLevelOutput</a> | <a href="#term_Transform">Transform</a> | <a href="#term_TransformType">TransformType</a> |  </p>
+<p>Properties: | <a href="#term_available_plugin">available_plugin</a> | 
+<a href="#term_bin_count">bin_count</a> | 
+<a href="#term_bin_names">bin_names</a> | 
+<a href="#term_block_size">block_size</a> | 
+<a href="#term_computes_feature_type">computes_feature_type</a> | 
+<a href="#term_default_value">default_value</a> | 
+<a href="#term_duration">duration</a> | 
+<a href="#term_engine">engine</a> | 
+<a href="#term_fixed_bin_count">fixed_bin_count</a> | 
+<a href="#term_identifier">identifier</a> | 
+<a href="#term_input_domain">input_domain</a> | 
+<a href="#term_max_value">max_value</a> | 
+<a href="#term_min_value">min_value</a> | 
+<a href="#term_name">name</a> | 
+<a href="#term_output_descriptor">output_descriptor</a> | 
+<a href="#term_parameter">parameter</a> | 
+<a href="#term_parameter_descriptor">parameter_descriptor</a> | 
+<a href="#term_plugin_description">plugin_description</a> | 
+<a href="#term_program">program</a> | 
+<a href="#term_quantized_step">quantized_step</a> | 
+<a href="#term_sample_rate">sample_rate</a> | 
+<a href="#term_sample_type">sample_type</a> | 
+<a href="#term_start">start</a> | 
+<a href="#term_step_size">step_size</a> | 
+<a href="#term_transform_type">transform_type</a> | 
+<a href="#term_unit">unit</a> | 
+<a href="#term_value">value</a> | 
+<a href="#term_vamp_API_version">vamp_API_version</a> | 
+<a href="#term_window_type">window_type</a> | 
+</p>
+<p>Individuals: | <a href="#term_Effect">Effect</a> | 
+<a href="#term_FeatureExtraction">FeatureExtraction</a> | 
+<a href="#term_FixedSampleRate">FixedSampleRate</a> | 
+<a href="#term_OneSamplePerStep">OneSamplePerStep</a> | 
+<a href="#term_VariableSampleRate">VariableSampleRate</a> | 
+<a href="#term_frequency_domain">frequency_domain</a> | 
+<a href="#term_time_domain">time_domain</a> | 
+ </p></div><h2 id="terms_classes">Classes</h2><div class="specterm" id="term_Configuration"><h3>Class: vamp:Configuration   -   unstable   -   </h3>
+<em>Configuration</em>
+ - 			For extension (SV implementation of Transform).<br/>
+	 
+<br/>
+<p style="float: right; font-size: small;">[<a href="#glance">back to top</a>]</p>
+<br/>
+<table style="th { float: top; }"><tr><th>in-range-of:</th><td><a href="#term_program">program</a></td>
+</tr>
+
+
+</table>
+
+</div><div class="specterm" id="term_DenseOutput"><h3>Class: vamp:DenseOutput   -   unstable   -   </h3>
+<em>DenseOutput</em>
+ - 			Specific output type comprising large binary data (e.g.: chromagram).<br/>
+	 
+<br/>
+<p style="float: right; font-size: small;">[<a href="#glance">back to top</a>]</p>
+<br/>
+<table style="th { float: top; }">
+
+<tr><th>sub-class-of:</th><td><a href="#term_PluginOutput">PluginOutput</a></td>
+</tr>
+</table>
+
+</div><div class="specterm" id="term_Feature"><h3>Class: vamp:Feature   -   deprecated   -   </h3>
+<em>Feature</em>
+ - This may be removed mighty soon as we rely on the Audio Features Ontology for this 
+<br/>
+<p style="float: right; font-size: small;">[<a href="#glance">back to top</a>]</p>
+<br/>
+<table style="th { float: top; }">
+
+</table>
+
+</div><div class="specterm" id="term_InputDomain"><h3>Class: vamp:InputDomain   -   stable   -   </h3>
+<em>InputDomain</em>
+ - 			Plugins warn about the input domain they require so the host can convert properly the input data. Note that this is not necessary if the host is using a PluginAdapter to wrap plugins (see Vamp doc).<br/>
+	 
+<br/>
+<p style="float: right; font-size: small;">[<a href="#glance">back to top</a>]</p>
+<br/>
+<table style="th { float: top; }"><tr><th>in-range-of:</th><td><a href="#term_input_domain">input_domain</a></td>
+</tr>
+
+
+</table>
+
+</div><div class="specterm" id="term_Parameter"><h3>Class: vamp:Parameter   -   unstable   -   </h3>
+<em>Parameter</em>
+ - 			Parameter used by the plugin transform to set up the plugin. The parameter class instances should be instantiated according to the specific vamp:PluginDescriptor instance for each plugin.<br/>
+	 
+<br/>
+<p style="float: right; font-size: small;">[<a href="#glance">back to top</a>]</p>
+<br/>
+<table style="th { float: top; }"><tr><th>in-range-of:</th><td><a href="#term_parameter">parameter</a></td>
+</tr>
+
+<tr><th>in-domain-of:</th><td><a href="#term_value">value</a></td>
+<td><a href="#term_parameter_descriptor">parameter_descriptor</a></td>
+</tr>
+
+</table>
+
+</div><div class="specterm" id="term_ParameterDescriptor"><h3>Class: vamp:ParameterDescriptor   -   stable   -   </h3>
+<em>ParameterDescriptor</em>
+ - 			Descriptior of a plugin parameter. Hosts require to know about the specific type and form of the parameters of a particular plugin for a correct transform setup.<br/>
+	 
+<br/>
+<p style="float: right; font-size: small;">[<a href="#glance">back to top</a>]</p>
+<br/>
+<table style="th { float: top; }"><tr><th>in-range-of:</th><td><a href="#term_default_value">default_value</a></td>
+<td><a href="#term_min_value">min_value</a></td>
+<td><a href="#term_max_value">max_value</a></td>
+<td><a href="#term_parameter_descriptor">parameter_descriptor</a></td>
+</tr>
+
+<tr><th>in-domain-of:</th><td><a href="#term_quantized_step">quantized_step</a></td>
+<td><a href="#term_unit">unit</a></td>
+<td><a href="#term_identifier">identifier</a></td>
+</tr>
+
+</table>
+
+</div><div class="specterm" id="term_Plugin"><h3>Class: vamp:Plugin   -   stable   -   </h3>
+<em>Plugin</em>
+ - 		Vamp plugin is an implementation of a feature extraction algorithm based on the Vamp API. <br/>
+	 
+<br/>
+<p style="float: right; font-size: small;">[<a href="#glance">back to top</a>]</p>
+<br/>
+<table style="th { float: top; }"><tr><th>in-range-of:</th><td><a href="#term_engine">engine</a></td>
+<td><a href="#term_available_plugin">available_plugin</a></td>
+</tr>
+
+<tr><th>in-domain-of:</th><td><a href="#term_input_domain">input_domain</a></td>
+<td><a href="#term_output_descriptor">output_descriptor</a></td>
+<td><a href="#term_parameter_descriptor">parameter_descriptor</a></td>
+<td><a href="#term_plugin_description">plugin_description</a></td>
+</tr>
+
+</table>
+
+</div><div class="specterm" id="term_PluginDescription"><h3>Class: vamp:PluginDescription   -   unstable   -   </h3>
+<em>PluginDescription</em>
+ - 			The plugin descriptor provides basic metadata of the plugin. We may remove this and link directly to the plugin instance.<br/>
+	 
+<br/>
+<p style="float: right; font-size: small;">[<a href="#glance">back to top</a>]</p>
+<br/>
+<table style="th { float: top; }"><tr><th>in-range-of:</th><td><a href="#term_plugin_description">plugin_description</a></td>
+</tr>
+
+<tr><th>in-domain-of:</th><td><a href="#term_vamp_API_version">vamp_API_version</a></td>
+<td><a href="#term_name">name</a></td>
+<td><a href="#term_identifier">identifier</a></td>
+</tr>
+
+</table>
+
+</div><div class="specterm" id="term_PluginLibrary"><h3>Class: vamp:PluginLibrary   -   stable   -   </h3>
+<em>PluginLibrary</em>
+ - 			Library of Vamp Plugins. This may need to include rights.<br/>
+	 
+<br/>
+<p style="float: right; font-size: small;">[<a href="#glance">back to top</a>]</p>
+<br/>
+<table style="th { float: top; }">
+<tr><th>in-domain-of:</th><td><a href="#term_available_plugin">available_plugin</a></td>
+</tr>
+
+</table>
+
+</div><div class="specterm" id="term_PluginOutput"><h3>Class: vamp:PluginOutput   -   unstable   -   </h3>
+<em>PluginOutput</em>
+ - 		Descriptior of the plugin output. This descriptor provides necessary information to interpret correctly the output features. The output type will determine how to read the temporal information of the extracted feature and how to manage the burden of ouput data.<br/>
+	 
+<br/>
+<p style="float: right; font-size: small;">[<a href="#glance">back to top</a>]</p>
+<br/>
+<table style="th { float: top; }"><tr><th>in-range-of:</th><td><a href="#term_min_value">min_value</a></td>
+<td><a href="#term_max_value">max_value</a></td>
+<td><a href="#term_output_descriptor">output_descriptor</a></td>
+</tr>
+
+<tr><th>in-domain-of:</th><td><a href="#term_computes_feature_type">computes_feature_type</a></td>
+<td><a href="#term_sample_type">sample_type</a></td>
+<td><a href="#term_bin_names">bin_names</a></td>
+<td><a href="#term_bin_count">bin_count</a></td>
+<td><a href="#term_quantized_step">quantized_step</a></td>
+<td><a href="#term_sample_rate">sample_rate</a></td>
+<td><a href="#term_unit">unit</a></td>
+<td><a href="#term_fixed_bin_count">fixed_bin_count</a></td>
+<td><a href="#term_identifier">identifier</a></td>
+</tr>
+
+</table>
+
+</div><div class="specterm" id="term_PluginProgram"><h3>Class: vamp:PluginProgram   -   unstable   -   </h3>
+<em>PluginProgram</em>
+ - 			Plugin program defines a predefined context of parameters. We may not need a concept for this and just a property linking a string representing the program name.<br/>
+	 
+<br/>
+<p style="float: right; font-size: small;">[<a href="#glance">back to top</a>]</p>
+<br/>
+<table style="th { float: top; }"><tr><th>in-range-of:</th><td><a href="#term_program">program</a></td>
+</tr>
+
+<tr><th>in-domain-of:</th><td><a href="#term_identifier">identifier</a></td>
+</tr>
+
+</table>
+
+</div><div class="specterm" id="term_SampleType"><h3>Class: vamp:SampleType   -   stable   -   </h3>
+<em>SampleType</em>
+ - 			Sample type specifies the temporal information of the plugin output. This information should be confronted with the output type for a correct interpretation.<br/>
+	 
+<br/>
+<p style="float: right; font-size: small;">[<a href="#glance">back to top</a>]</p>
+<br/>
+<table style="th { float: top; }"><tr><th>in-range-of:</th><td><a href="#term_sample_type">sample_type</a></td>
+</tr>
+
+
+</table>
+
+</div><div class="specterm" id="term_SparseOutput"><h3>Class: vamp:SparseOutput   -   unstable   -   </h3>
+<em>SparseOutput</em>
+ - 			Specific output type used in sparse data outputs (e.g.: key detector).<br/>
+	 
+<br/>
+<p style="float: right; font-size: small;">[<a href="#glance">back to top</a>]</p>
+<br/>
+<table style="th { float: top; }">
+
+<tr><th>sub-class-of:</th><td><a href="#term_PluginOutput">PluginOutput</a></td>
+</tr>
+</table>
+
+</div><div class="specterm" id="term_TrackLevelOutput"><h3>Class: vamp:TrackLevelOutput   -   unstable   -   </h3>
+<em>TrackLevelOutput</em>
+ - 			Specific output type that returns track level information. This sort of output will require a "hacky" interpretation of the feature timestamp as it will reflect some track metadata instead of temporal data.<br/>
+	 
+<br/>
+<p style="float: right; font-size: small;">[<a href="#glance">back to top</a>]</p>
+<br/>
+<table style="th { float: top; }">
+
+<tr><th>sub-class-of:</th><td><a href="#term_PluginOutput">PluginOutput</a></td>
+</tr>
+</table>
+
+</div><div class="specterm" id="term_Transform"><h3>Class: vamp:Transform   -   stable   -   </h3>
+<em>Transform</em>
+ - 			The Transform defines the environment of any audio processing computation. <br/>
+	 
+<br/>
+<p style="float: right; font-size: small;">[<a href="#glance">back to top</a>]</p>
+<br/>
+<table style="th { float: top; }">
+<tr><th>in-domain-of:</th><td><a href="#term_duration">duration</a></td>
+<td><a href="#term_start">start</a></td>
+<td><a href="#term_window_type">window_type</a></td>
+<td><a href="#term_transform_type">transform_type</a></td>
+<td><a href="#term_block_size">block_size</a></td>
+<td><a href="#term_step_size">step_size</a></td>
+<td><a href="#term_parameter">parameter</a></td>
+<td><a href="#term_program">program</a></td>
+<td><a href="#term_engine">engine</a></td>
+<td><a href="#term_sample_rate">sample_rate</a></td>
+<td><a href="#term_identifier">identifier</a></td>
+</tr>
+
+</table>
+
+</div><div class="specterm" id="term_TransformType"><h3>Class: vamp:TransformType   -   unstable   -   </h3>
+<em>TransformType</em>
+ - 		Specifies the type of transform. May be feature extraction, effect...<br/>
+	 
+<br/>
+<p style="float: right; font-size: small;">[<a href="#glance">back to top</a>]</p>
+<br/>
+<table style="th { float: top; }">
+
+</table>
+
+</div><h2 id="terms_props">Properties</h2><div class="specterm" id="term_available_plugin">
+<h3>Property: vamp:available_plugin   -   stable   -   </h3>
+<em>available_plugin</em> - 			Available plugins in the library<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_PluginLibrary">PluginLibrary</a></td>
+
+</tr>
+<tr><th>Range:</th>
+<td><a href="#term_Plugin">Plugin</a></td>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_bin_count">
+<h3>Property: vamp:bin_count   -   unstable   -   </h3>
+<em>bin_count</em> - 		Number of elements of the bin output. This information is necessary to define the output as belonging to a specific subclass of Plugin Output.<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_PluginOutput">PluginOutput</a></td>
+
+</tr>
+<tr><th>Range:</th>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_bin_names">
+<h3>Property: vamp:bin_names   -   unstable   -   </h3>
+<em>bin_names</em> - 		List of bin names if available<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_PluginOutput">PluginOutput</a></td>
+
+</tr>
+<tr><th>Range:</th>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_block_size">
+<h3>Property: vamp:block_size   -   stable   -   </h3>
+<em>block_size</em> - 			Specifies the block size for the framing. <br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Transform">Transform</a></td>
+
+</tr>
+<tr><th>Range:</th>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_computes_feature_type">
+<h3>Property: vamp:computes_feature_type   -   unstable   -   </h3>
+<em>computes_feature_type</em> - 			Feature Types output by the plugin. Links the vamp ontology to the audio features ontology.<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_PluginOutput">PluginOutput</a></td>
+
+</tr>
+<tr><th>Range:</th>
+<td><a href="http://purl.org/ontology/af/AudioFeature">af:AudioFeature</a></td>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_default_value">
+<h3>Property: vamp:default_value   -   unstable   -   </h3>
+<em>default_value</em> - 		Default value of the parameter<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+
+</tr>
+<tr><th>Range:</th>
+<td><a href="#term_ParameterDescriptor">ParameterDescriptor</a></td>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_duration">
+<h3>Property: vamp:duration   -   unstable   -   </h3>
+<em>duration</em> - 			Specifies temporal information when processing a data stream. <br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Transform">Transform</a></td>
+
+</tr>
+<tr><th>Range:</th>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_engine">
+<h3>Property: vamp:engine   -   stable   -   </h3>
+<em>engine</em> - 			Specifies the plugin in execution. This is an extension to use Transform with other plugin libraries<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Transform">Transform</a></td>
+
+</tr>
+<tr><th>Range:</th>
+<td><a href="#term_Plugin">Plugin</a></td>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_fixed_bin_count">
+<h3>Property: vamp:fixed_bin_count   -   unstable   -   </h3>
+<em>fixed_bin_count</em> - 		Fixed bin count. A boolean type.<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_PluginOutput">PluginOutput</a></td>
+
+</tr>
+<tr><th>Range:</th>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_identifier">
+<h3>Property: vamp:identifier   -   stable   -   </h3>
+<em>identifier</em> - 		Machine-readable identifier for Vamp plugin classes (and Transform).<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Transform">Transform</a></td>
+<td><a href="#term_ParameterDescriptor">ParameterDescriptor</a></td>
+<td><a href="#term_PluginOutput">PluginOutput</a></td>
+<td><a href="#term_PluginProgram">PluginProgram</a></td>
+<td><a href="#term_PluginDescription">PluginDescription</a></td>
+
+</tr>
+<tr><th>Range:</th>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_input_domain">
+<h3>Property: vamp:input_domain   -   stable   -   </h3>
+<em>input_domain</em> - 			Input domain allowed by the plugin (time or frequency).<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Plugin">Plugin</a></td>
+
+</tr>
+<tr><th>Range:</th>
+<td><a href="#term_InputDomain">InputDomain</a></td>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_max_value">
+<h3>Property: vamp:max_value   -   unstable   -   </h3>
+<em>max_value</em> - 		Maximum value of the parameter range<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+
+</tr>
+<tr><th>Range:</th>
+<td><a href="#term_PluginOutput">PluginOutput</a></td>
+<td><a href="#term_ParameterDescriptor">ParameterDescriptor</a></td>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_min_value">
+<h3>Property: vamp:min_value   -   unstable   -   </h3>
+<em>min_value</em> - 		Minimum value of the parameter range<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+
+</tr>
+<tr><th>Range:</th>
+<td><a href="#term_PluginOutput">PluginOutput</a></td>
+<td><a href="#term_ParameterDescriptor">ParameterDescriptor</a></td>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_name">
+<h3>Property: vamp:name   -   stable   -   </h3>
+<em>name</em> - 		Human-readable identifier for the plugin.<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_PluginDescription">PluginDescription</a></td>
+
+</tr>
+<tr><th>Range:</th>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_output_descriptor">
+<h3>Property: vamp:output_descriptor   -   stable   -   </h3>
+<em>output_descriptor</em> - 			Links each output type to the plugin.<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Plugin">Plugin</a></td>
+
+</tr>
+<tr><th>Range:</th>
+<td><a href="#term_PluginOutput">PluginOutput</a></td>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_parameter">
+<h3>Property: vamp:parameter   -   stable   -   </h3>
+<em>parameter</em> - 			Specifies the parameter to set the plugin in execution. <br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Transform">Transform</a></td>
+
+</tr>
+<tr><th>Range:</th>
+<td><a href="#term_Parameter">Parameter</a></td>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_parameter_descriptor">
+<h3>Property: vamp:parameter_descriptor   -   stable   -   </h3>
+<em>parameter_descriptor</em> - 			Links each parameter descriptor to the plugin.<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Parameter">Parameter</a></td>
+<td><a href="#term_Plugin">Plugin</a></td>
+
+</tr>
+<tr><th>Range:</th>
+<td><a href="#term_ParameterDescriptor">ParameterDescriptor</a></td>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_parameter_descriptor">
+<h3>Property: vamp:parameter_descriptor   -   stable   -   </h3>
+<em>parameter_descriptor</em> - 			Specifies exactly the type of descriptor to set in the transform by linking it.<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Parameter">Parameter</a></td>
+<td><a href="#term_Plugin">Plugin</a></td>
+
+</tr>
+<tr><th>Range:</th>
+<td><a href="#term_ParameterDescriptor">ParameterDescriptor</a></td>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_plugin_description">
+<h3>Property: vamp:plugin_description   -   stable   -   </h3>
+<em>plugin_description</em> - 			Links the plugin descriptor to the plugin (it may be redundant for an RDF decription to have a plugin descriptor in between an actual plugin and its properties).<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Plugin">Plugin</a></td>
+
+</tr>
+<tr><th>Range:</th>
+<td><a href="#term_PluginDescription">PluginDescription</a></td>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_program">
+<h3>Property: vamp:program   -   stable   -   </h3>
+<em>program</em> - 			Extension for configuration. <br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Transform">Transform</a></td>
+
+</tr>
+<tr><th>Range:</th>
+<td><a href="#term_Configuration">Configuration</a></td>
+<td><a href="#term_PluginProgram">PluginProgram</a></td>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_program">
+<h3>Property: vamp:program   -   stable   -   </h3>
+<em>program</em> - 			Specifies the program to set the plugin in execution.  Here the plugin program matches with the one in the plugin descriptor. There is not descriptor required for the program (just a string), is it?<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Transform">Transform</a></td>
+
+</tr>
+<tr><th>Range:</th>
+<td><a href="#term_Configuration">Configuration</a></td>
+<td><a href="#term_PluginProgram">PluginProgram</a></td>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_quantized_step">
+<h3>Property: vamp:quantized_step   -   unstable   -   </h3>
+<em>quantized_step</em> - 		Quantized step (if any). We do not include isQuantized.<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_ParameterDescriptor">ParameterDescriptor</a></td>
+<td><a href="#term_PluginOutput">PluginOutput</a></td>
+
+</tr>
+<tr><th>Range:</th>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_sample_rate">
+<h3>Property: vamp:sample_rate   -   stable   -   </h3>
+<em>sample_rate</em> - 			Specifies the sample rate if it is not constant.<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Transform">Transform</a></td>
+<td><a href="#term_PluginOutput">PluginOutput</a></td>
+
+</tr>
+<tr><th>Range:</th>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_sample_rate">
+<h3>Property: vamp:sample_rate   -   stable   -   </h3>
+<em>sample_rate</em> - 		Sample rate of the output if any. Should be read depending on SampleType and Output classes.<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Transform">Transform</a></td>
+<td><a href="#term_PluginOutput">PluginOutput</a></td>
+
+</tr>
+<tr><th>Range:</th>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_sample_rate">
+<h3>Property: vamp:sample_rate   -   unstable   -   </h3>
+<em>sample_rate</em> - 			Specifies the sample rate if it is not constant.<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Transform">Transform</a></td>
+<td><a href="#term_PluginOutput">PluginOutput</a></td>
+
+</tr>
+<tr><th>Range:</th>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_sample_rate">
+<h3>Property: vamp:sample_rate   -   unstable   -   </h3>
+<em>sample_rate</em> - 		Sample rate of the output if any. Should be read depending on SampleType and Output classes.<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Transform">Transform</a></td>
+<td><a href="#term_PluginOutput">PluginOutput</a></td>
+
+</tr>
+<tr><th>Range:</th>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_sample_type">
+<h3>Property: vamp:sample_type   -   unstable   -   </h3>
+<em>sample_type</em> - 		The sample type specifies the temporal information of the output.<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_PluginOutput">PluginOutput</a></td>
+
+</tr>
+<tr><th>Range:</th>
+<td><a href="#term_SampleType">SampleType</a></td>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_start">
+<h3>Property: vamp:start   -   unstable   -   </h3>
+<em>start</em> - 			Specifies temporal information when processing a data stream. <br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Transform">Transform</a></td>
+
+</tr>
+<tr><th>Range:</th>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_step_size">
+<h3>Property: vamp:step_size   -   stable   -   </h3>
+<em>step_size</em> - 			Specifies the step size for the framing. <br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Transform">Transform</a></td>
+
+</tr>
+<tr><th>Range:</th>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_transform_type">
+<h3>Property: vamp:transform_type   -   unstable   -   </h3>
+<em>transform_type</em> - 			Specifies the transform type (we could do this by subclassin transform instead of using a property). <br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Transform">Transform</a></td>
+
+</tr>
+<tr><th>Range:</th>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_unit">
+<h3>Property: vamp:unit   -   unstable   -   </h3>
+<em>unit</em> - 		Unit of the output/parameter. A string type<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_ParameterDescriptor">ParameterDescriptor</a></td>
+<td><a href="#term_PluginOutput">PluginOutput</a></td>
+
+</tr>
+<tr><th>Range:</th>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_value">
+<h3>Property: vamp:value   -   stable   -   </h3>
+<em>value</em> - 			Specifies the current value of the parameter. <br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Parameter">Parameter</a></td>
+
+</tr>
+<tr><th>Range:</th>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_vamp_API_version">
+<h3>Property: vamp:vamp_API_version   -   stable   -   </h3>
+<em>vamp_API_version</em> - 			Version of the Vamp API used to implement this plugin.<br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_PluginDescription">PluginDescription</a></td>
+
+</tr>
+<tr><th>Range:</th>
+</tr>
+
+
+</table>
+<br/></div><div class="specterm" id="term_window_type">
+<h3>Property: vamp:window_type   -   unstable   -   </h3>
+<em>window_type</em> - 			Specifies the window type (they should be individuals and clearly not here). <br/>
+	 
+<br/><table style="th { float: top; }">
+<tr><th>Domain:</th>
+<td><a href="#term_Transform">Transform</a></td>
+
+</tr>
+<tr><th>Range:</th>
+</tr>
+
+
+</table>
+<br/></div><h2 id="terms_inds">Individuals</h2><div class="specterm" id="term_Effect">
+<h3>Individual: Effect   -   </h3>
+<em>Effect</em> - 		Effect transform. This may be just a subclass of Transform...
+	 
+<br/><table style="th { float: top; }"><tr><th>Class:</th>
+<td><a href="#term_TransformType">vamp:TransformType</a></td>
+</tr></table></div><div class="specterm" id="term_FeatureExtraction">
+<h3>Individual: FeatureExtraction   -   </h3>
+<em>Feature Extraction</em> - 		Feature extraction transform. This may be just a subclass of Transform...
+	 
+<br/><table style="th { float: top; }"><tr><th>Class:</th>
+<td><a href="#term_TransformType">vamp:TransformType</a></td>
+</tr></table></div>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf/doc/vamp.pl	Wed Jun 11 09:14:27 2008 +0000
@@ -0,0 +1,37 @@
+:- use_module('../../../motools/mo/ontospec/onto_spec').
+:- use_module(library('semweb/rdf_db')).
+:- use_module(library('semweb/rdf_turtle')).
+
+:- rdf_load('../vamp.rdf').
+
+:- rdf_db:rdf_register_ns(vamp,'http://purl.org/ontology/vamp/').
+
+author_name('').
+author_foaf('').
+page_title('Vamp Plugins Ontology').
+
+output('vamp.html').
+
+:-  output(Output),
+	open(Output,write,Otp),
+	header(Header),
+	write(Otp,Header),
+	open('../doc/glance.htm',read,GlanceIntro),
+	copy_stream_data(GlanceIntro, Otp),
+	glance_html_desc(Glance),
+	write(Otp,Glance),
+	write(Otp,'<h2 id="terms_classes">Classes</h2>'),
+	classes_html_desc(Classes),
+	write(Otp,Classes),
+	write(Otp,'<h2 id="terms_props">Properties</h2>'),
+	props_html_desc(Props),
+	write(Otp,Props),
+	write(Otp,'<h2 id="terms_inds">Individuals</h2>'),
+	inds_html_desc(Inds),
+	write(Otp,Inds),
+	deprecs_html_desc(Deprecs),
+	write(Otp,Deprecs),
+	close(Otp),
+	rdf_db:rdf_retractall(_,_,_).
+
+:- halt.
--- a/rdf/vamp.n3	Thu May 29 14:17:02 2008 +0000
+++ b/rdf/vamp.n3	Wed Jun 11 09:14:27 2008 +0000
@@ -18,7 +18,15 @@
 	dc:title "Vamp Plugins Ontology";
 	rdfs:label "Vamp Plugins Ontology";
 	rdfs:comment """
-			added comments from Cannam
+			Vamp Ontology. This ontology includes the following descriptions
+			
+				-OWL description of the Vamp API
+				-OWL description of the Transform environment necessary to set up the execution of any plugin 
+			
+			This Ontology provides semantics to describe and control Vamp plugins in RDF. Any "RDF-speaker" host is therefore able to 
+			use this ontology to read, set up and execute plugins.
+			The extracted features are expressed in terms of the Audio Features Ontology (link).
+			For more information, please visit the Vamp Plugins site: http://www.vamp-plugins.org/
 	""";
 	foaf:maker "Chris Cannam";
 	foaf:maker "Chris Sutton";
@@ -32,11 +40,15 @@
 #Authors foaf
 
 #############################################
-# Part 1: Classes to describe the plugin
+# Part 1: Describin a Vamp plugin
 #############################################
 
+#########################################
+# CLASSES
+#########################################
+
 #Note: we don't include Feature concept because we rely on the Audio Feature ontology
-#Note: we additionaly define a PluginTransform concept to link the running context
+#Note: we additionaly define a Transform concept to link the running context
 
 vamp:Plugin
 	a owl:Class;
@@ -51,7 +63,7 @@
 	a owl:Class;
 	rdfs:label "Vamp Plugin Library";
 	rdfs:comment """
-			Library of Vamp Plugins
+			Library of Vamp Plugins. This may need to include rights.
 	""";
 	vs:term_status "stable";
 	.
@@ -60,7 +72,7 @@
 	a owl:Class;
 	rdfs:label "Vamp Plugin Descriptor";
 	rdfs:comment """
-			The plugin descriptor provides basic metadata of the plugin. We may remove this and link directly to the plugin instance
+			The plugin descriptor provides basic metadata of the plugin. We may remove this and link directly to the plugin instance.
 	""";
 	vs:term_status "unstable";
 	.
@@ -69,7 +81,7 @@
 	a owl:Class;
 	rdfs:label "Vamp Plugin Parameter Descriptor";
 	rdfs:comment """
-			Descriptior of a plugin parameter
+			Descriptior of a plugin parameter. Hosts require to know about the specific type and form of the parameters of a particular plugin for a correct transform setup.
 	""";
 	vs:term_status "stable";
 	.
@@ -78,8 +90,7 @@
 	a owl:Class;
 	rdfs:label "Vamp Plugin output descriptor";
 	rdfs:comment """
-		Descriptior of the plugin output. This descriptor provides necessary information to interpret correctly the output features.
-		Each plugin will be bound to one of the subclasses.
+		Descriptior of the plugin output. This descriptor provides necessary information to interpret correctly the output features. The output type will determine how to read the temporal information of the extracted feature and how to manage the burden of ouput data.
 	""";
 	vs:term_status "unstable";
 	.
@@ -87,26 +98,29 @@
 vamp:DenseOutput
 	a owl:Class;
 	rdfs:subClassOf vamp:PluginOutput;
+	rdfs:label "Dense output";
 	rdfs:comment """
-			Large binary data as output.
+			Specific output type comprising large binary data (e.g.: chromagram).
 	""";
 	vs:term_status "unstable";
 	.
 
 vamp:SparseOutput 
 	a owl:Class;
+	rdfs:label "Sparse output";
 	rdfs:subClassOf vamp:PluginOutput;
 	rdfs:comment """
-			The output defines events with no large data associated.
+			Specific output type used in sparse data outputs (e.g.: key detector).
 	""";
 	vs:term_status "unstable";
 	.
 
 vamp:TrackLevelOutput
 	a owl:Class;
+	rdfs:label "track level output";
 	rdfs:subClassOf vamp:PluginOutput;
 	rdfs:comment """
-			We obtain track metadata?
+			Specific output type that returns track level information. This sort of output will require a "hacky" interpretation of the feature timestamp as it will reflect some track metadata instead of temporal data.
 	""";
 	vs:term_status "unstable";
 	.
@@ -115,9 +129,9 @@
 	a owl:Class;
 	rdfs:label "Plugin program";
 	rdfs:comment """
-			Plugin program defines a predefined context of parameters.
+			Plugin program defines a predefined context of parameters. We may not need a concept for this and just a property linking a string representing the program name.
 	""";
-	vs:term_status "stable";
+	vs:term_status "unstable";
 	.
 
 vamp:Feature
@@ -132,32 +146,33 @@
 vamp:InputDomain
 	a owl:Class;
 	rdfs:label "Plugin input domain";
-	rdfs:comment "Plugin input domain";
+	rdfs:comment """
+			Plugins warn about the input domain they require so the host can convert properly the input data. Note that this is not necessary if the host is using a PluginAdapter to wrap plugins (see Vamp doc).
+	""";
 	vs:term_status "stable";
 	.
 
 vamp:SampleType
 	a owl:Class;
 	rdfs:label "sample type";
-	rdfs:comment "sample type for the plugin output";
+	rdfs:comment """
+			Sample type specifies the temporal information of the plugin output. This information should be confronted with the output type for a correct interpretation.
+	""";
 	vs:term_status "stable";
 	.
 
-
-
-
 ##################################################################
-# PROPERTIES. Some of them can be declared as builtins.
+# PROPERTIES. 
 ##################################################################
 
 ##### Plugin properties
 
-vamp:plugin_descriptor
+vamp:plugin_description
 	a rdf:Property;
 	a owl:ObjectProperty;
-	rdfs:label "plugin descriptor";
+	rdfs:label "plugin description";
 	rdfs:comment """
-			Links the plugin descriptor to the plugin (it may be redundant for an RDF decription to have a plugin descriptor).
+			Links the plugin descriptor to the plugin (it may be redundant for an RDF decription to have a plugin descriptor in between an actual plugin and its properties).
 	""";
 	rdfs:range vamp:PluginDescription;
 	rdfs:domain vamp:Plugin;
@@ -181,14 +196,14 @@
 	a owl:ObjectProperty;
 	rdfs:label "output descriptor";
 	rdfs:comment """
-			Links each output descriptor to the plugin.
+			Links each output type to the plugin.
 	""";
 	rdfs:range vamp:PluginOutput;
 	rdfs:domain vamp:Plugin;
 	vs:term_status "stable";
 	.
 
-##### Plugin Library properties
+##### Plugin Library properties (could include affiliation, rights...)
 
 vamp:available_plugin 
 	a rdf:Property;
@@ -202,28 +217,14 @@
 	vs:term_status "stable";
 	.
 
-##### Plugin Transform
-
-vamp:parameter
-	a rdf:Property;
-	a owl:ObjectProperty;
-	rdfs:label "parameter";
-	rdfs:comment """
-			Actual parameter used in the plugin transform to run the plugin
-	""";
-	rdfs:range vamp:Plugin;
-	rdfs:domain vamp:PluginTransform;
-	vs:term_status "stable";
-	.
-
-##### Plugin Descriptor properties
+#### Plugin Descriptor properties
 
 vamp:identifier
 	a rdf:Property;
 	a owl:DatatypeProperty;
 	rdfs:label "plugin identifier";
 	rdfs:comment """
-		Machine-readable identifier for Vamp plugin classes.
+		Machine-readable identifier for Vamp plugin classes (and Transform).
 	""";
 	rdfs:domain vamp:PluginDescription;
 	rdfs:domain vamp:PluginProgram;
@@ -248,7 +249,7 @@
 	a owl:DatatypeProperty;
 	rdfs:label "vamp API version";
 	rdfs:comment """
-			Version of the Vamp API used for the plugin.
+			Version of the Vamp API used to implement this plugin.
 	""";
 	rdfs:domain vamp:PluginDescription;
 	vs:term_status "stable";
@@ -259,7 +260,7 @@
 	a owl:DatatypeProperty;
 	rdfs:label "input domain";
 	rdfs:comment """
-			Input domain for the plugin (time or frequency).
+			Input domain allowed by the plugin (time or frequency).
 	""";
 	rdfs:domain vamp:Plugin;
 	rdfs:range vamp:InputDomain;
@@ -277,7 +278,9 @@
 	a owl:DatatypeProperty;
 	a owl:FunctionalProperty;
 	rdfs:label "max value";
-	rdfs:comment "Maximum value of the parameter";
+	rdfs:comment """
+		Maximum value of the parameter range
+	""";
 	rdfs:range vamp:ParameterDescriptor;
 	rdfs:range vamp:PluginOutput;
 	vs:term_status "unstable";
@@ -288,7 +291,9 @@
 	a owl:DatatypeProperty;
 	a owl:FunctionalProperty;
 	rdfs:label "min value";
-	rdfs:comment "Minimum value of the parameter";
+	rdfs:comment """
+		Minimum value of the parameter range
+	""";
 	rdfs:range vamp:ParameterDescriptor;
 	rdfs:range vamp:PluginOutput;
 	vs:term_status "unstable";
@@ -299,7 +304,9 @@
 	a owl:DatatypeProperty;
 	a owl:FunctionalProperty;
 	rdfs:label "default value";
-	rdfs:comment "Default value of the parameter";
+	rdfs:comment """
+		Default value of the parameter
+	""";
 	rdfs:range vamp:ParameterDescriptor;
 	vs:term_status "unstable";
 	.
@@ -310,7 +317,9 @@
 	a rdf:Property;
 	a owl:DatatypeProperty;
 	rdfs:label "fixed bin count";
-	rdfs:comment "fixed bin count";
+	rdfs:comment """
+		Fixed bin count. A boolean type.
+	""";
 	rdfs:domain vamp:PluginOutput;
 	vs:term_status "unstable";
 	.
@@ -320,7 +329,9 @@
 	a owl:DatatypeProperty;
 	a owl:FunctionalProperty;
 	rdfs:label "unit";
-	rdfs:comment "unit of the output";
+	rdfs:comment """
+		Unit of the output/parameter. A string type
+	""";
 	rdfs:domain vamp:PluginOutput;
 	rdfs:domain vamp:ParameterDescriptor;
 	vs:term_status "unstable";
@@ -330,7 +341,9 @@
 	a rdf:Property;
 	a owl:DatatypeProperty;
 	rdfs:label "sample rate";
-	rdfs:comment "sample rate of the output";
+	rdfs:comment """
+		Sample rate of the output if any. Should be read depending on SampleType and Output classes.
+	""";
 	rdfs:domain vamp:PluginOutput;
 	vs:term_status "unstable";
 	.
@@ -340,7 +353,9 @@
 	a owl:FunctionalProperty;
 	a owl:DatatypeProperty;
 	rdfs:label "quantized step";
-	rdfs:comment "quantized step (if any)";
+	rdfs:comment """
+		Quantized step (if any). We do not include isQuantized.
+	""";
 	rdfs:domain vamp:PluginOutput;
 	rdfs:domain vamp:ParameterDescriptor;
 	vs:term_status "unstable";
@@ -350,7 +365,9 @@
 	a rdf:Property;
 	a owl:DatatypeProperty;
 	rdfs:label "bin count";
-	rdfs:comment "bin count";
+	rdfs:comment """
+		Number of elements of the bin output. This information is necessary to define the output as belonging to a specific subclass of Plugin Output.
+	""";
 	rdfs:domain vamp:PluginOutput;
 	vs:term_status "unstable";
 	.
@@ -359,7 +376,9 @@
 	a rdf:Property;
 	a owl:DatatypeProperty;
 	rdfs:label "bin names";
-	rdfs:comment "bin names";
+	rdfs:comment """
+		List of bin names if available
+	""";
 	rdfs:domain vamp:PluginOutput;
 	vs:term_status "unstable";
 	.
@@ -369,7 +388,9 @@
 	a owl:DatatypeProperty;
 	a owl:FunctionalProperty;
 	rdfs:label "sample type";
-	rdfs:comment "sample type";
+	rdfs:comment """
+		The sample type specifies the temporal information of the output.
+	""";
 	rdfs:domain vamp:PluginOutput;
 	rdfs:range vamp:SampleType;
 	vs:term_status "unstable";
@@ -380,11 +401,10 @@
 	a owl:ObjectProperty;
 	rdfs:label "feature type";
 	rdfs:comment """
-			Feature Types output by the plugin
+			Feature Types output by the plugin. Links the vamp ontology to the audio features ontology.
 	""";
 	rdfs:domain vamp:PluginOutput;
-	rdfs:range rdfs:Literal;
-	#This should be substituted by af:Feature i think. Definitely Literal is not right here.
+	rdfs:range af:AudioFeature;
 	vs:term_status "unstable";
 	.
 	
@@ -416,18 +436,18 @@
 
 
 #############################################
-# Part 2: Classes to describe de execution (to move somewhere else)
+# Part 2: Classes to describe de execution. TRANSFORM
 #############################################
 
 #Note: we need to define this part of the ontology to give a minimun common standard for hosts.
-#Note: this may split up in some other ontology (cool)
+#Note: this may split up in some other ontology or become part of the DSP namespace
 
 vamp:Transform
 	a owl:Class;
-	rdfs:label "Plugin Transform";
+	rdfs:label "Transform";
 	vs:term_status "stable";
 	rdfs:comment """
-			The plugin transform defines the context of the feature extraction process. 
+			The Transform defines the environment of any audio processing computation. 
 	""";
 	.
 
@@ -436,7 +456,44 @@
 	rdfs:label "Parameter";
 	vs:term_status "unstable";
 	rdfs:comment """
-			Parameter used by the plugin transform to set up the plugin.
+			Parameter used by the plugin transform to set up the plugin. The parameter class instances should be instantiated according to the specific vamp:PluginDescriptor instance for each plugin.
+	""";
+	.
+
+vamp:Configuration
+	a owl:Class;
+	rdfs:label "Configuration";
+	vs:term_status "unstable";
+	rdfs:comment """
+			For extension (SV implementation of Transform).
+	""";
+	.
+
+vamp:TransformType
+	a owl:Class;
+	rdfs:label "Transform Type";
+	vs:term_status "unstable";
+	rdfs:comment """
+		Specifies the type of transform. May be feature extraction, effect...
+	""";
+	.
+
+##individuals of transfortype
+vamp:FeatureExtraction
+	a vamp:TransformType;
+	rdfs:label "Feature Extraction";
+	vs:term_status "unstable";
+	rdfs:comment """
+		Feature extraction transform. This may be just a subclass of Transform...
+	""";
+	.
+
+vamp:Effect
+	a vamp:TransformType;
+	rdfs:label "Effect";
+	vs:term_status "unstable";
+	rdfs:comment """
+		Effect transform. This may be just a subclass of Transform...
 	""";
 	.
 
@@ -446,15 +503,20 @@
 
 ##### Plugin Transform properties
 
-vamp:plugin
+vamp:identifier
+	rdfs:domain vamp:Transform;
+	#the ID is the plugin ID?
+	.
+
+vamp:engine
 	a rdf:Property;
 	a owl:ObjectProperty;
 	rdfs:label "plugin";
 	vs:term_status "stable";
 	rdfs:comment """
-			Specifies the plugin in execution. 
+			Specifies the plugin in execution. This is an extension to use Transform with other plugin libraries
 	""";
-	rdfs:domain vamp:PluginTransform;
+	rdfs:domain vamp:Transform;
 	rdfs:range vamp:Plugin;
 	.
 
@@ -465,12 +527,25 @@
 	rdfs:label "program";
 	vs:term_status "stable";
 	rdfs:comment """
-			Specifies the program to set the plugin in execution. 
+			Specifies the program to set the plugin in execution.  Here the plugin program matches with the one in the plugin descriptor. There is not descriptor required for the program (just a string), is it?
 	""";
 	rdfs:domain vamp:Transform;
 	rdfs:range vamp:PluginProgram;
 	.
 
+vamp:program
+	a rdf:Property;
+	a owl:ObjectProperty;
+	a owl:FunctionalProperty;
+	rdfs:label "program";
+	vs:term_status "stable";
+	rdfs:comment """
+			Extension for configuration. 
+	""";
+	rdfs:domain vamp:Transform;
+	rdfs:range vamp:Configuration;
+	.
+
 vamp:parameter
 	a rdf:Property;
 	a owl:ObjectProperty;
@@ -479,7 +554,7 @@
 	rdfs:comment """
 			Specifies the parameter to set the plugin in execution. 
 	""";
-	rdfs:domain vamp:PluginTransform;
+	rdfs:domain vamp:Transform;
 	rdfs:range vamp:Parameter;
 	.
 
@@ -492,7 +567,7 @@
 	rdfs:comment """
 			Specifies the step size for the framing. 
 	""";
-	rdfs:domain vamp:PluginTransform;
+	rdfs:domain vamp:Transform;
 	.
 
 vamp:block_size
@@ -504,7 +579,7 @@
 	rdfs:comment """
 			Specifies the block size for the framing. 
 	""";
-	rdfs:domain vamp:PluginTransform;
+	rdfs:domain vamp:Transform;
 	.
 
 vamp:sample_rate
@@ -516,19 +591,19 @@
 	rdfs:comment """
 			Specifies the sample rate if it is not constant.
 	""";
-	rdfs:domain vamp:PluginTransform;
+	rdfs:domain vamp:Transform;
 	.
 
 vamp:transform_type
 	a rdf:Property;
-	a owl:DatatypeProperty;
+	a owl:ObjectProperty;
 	a owl:FunctionalProperty;
 	rdfs:label "transform type";
 	vs:term_status "unstable";
 	rdfs:comment """
-			Specifies the transform type (they should be individuals). 
+			Specifies the transform type (we could do this by subclassin transform instead of using a property). 
 	""";
-	rdfs:domain vamp:PluginTransform;
+	rdfs:domain vamp:Transform;
 	.
 
 vamp:window_type
@@ -540,9 +615,33 @@
 	rdfs:comment """
 			Specifies the window type (they should be individuals and clearly not here). 
 	""";
-	rdfs:domain vamp:PluginTransform;
+	rdfs:domain vamp:Transform;
 	.
 
+vamp:start
+	a rdf:Property;
+	a owl:DatatypeProperty;
+	a owl:FunctionalProperty;
+	rdfs:label "start";
+	vs:term_status "unstable";
+	rdfs:comment """
+			Specifies temporal information when processing a data stream. 
+	""";
+	rdfs:domain vamp:Transform;
+	.
+
+vamp:duration
+	a rdf:Property;
+	a owl:DatatypeProperty;
+	a owl:FunctionalProperty;
+	rdfs:label "start";
+	vs:term_status "unstable";
+	rdfs:comment """
+			Specifies temporal information when processing a data stream. 
+	""";
+	rdfs:domain vamp:Transform;
+	.
+	
 ##### Parameter properties
 
 vamp:value
--- a/rdf/vamp.rdf	Thu May 29 14:17:02 2008 +0000
+++ b/rdf/vamp.rdf	Wed Jun 11 09:14:27 2008 +0000
@@ -4,7 +4,15 @@
     <dc:title>Vamp Plugins Ontology</dc:title>
     <rdfs:label>Vamp Plugins Ontology</rdfs:label>
     <rdfs:comment>
-			added comments from Cannam
+			Vamp Ontology. This ontology includes the following descriptions
+			
+				-OWL description of the Vamp API
+				-OWL description of the Transform environment necessary to set up the execution of any plugin 
+			
+			This Ontology provides semantics to describe and control Vamp plugins in RDF. Any "RDF-speaker" host is therefore able to 
+			use this ontology to read, set up and execute plugins.
+			The extracted features are expressed in terms of the Audio Features Ontology (link).
+			For more information, please visit the Vamp Plugins site: http://www.vamp-plugins.org/
 	</rdfs:comment>
     <foaf:maker>Chris Cannam</foaf:maker>
     <foaf:maker>Chris Sutton</foaf:maker>
@@ -23,59 +31,61 @@
   <owl:Class rdf:about="http://purl.org/ontology/vamp/PluginLibrary">
     <rdfs:label>Vamp Plugin Library</rdfs:label>
     <rdfs:comment>
-			Library of Vamp Plugins
+			Library of Vamp Plugins. This may need to include rights.
 	</rdfs:comment>
     <vs:term_status>stable</vs:term_status>
   </owl:Class>
   <owl:Class rdf:about="http://purl.org/ontology/vamp/PluginDescription">
     <rdfs:label>Vamp Plugin Descriptor</rdfs:label>
     <rdfs:comment>
-			The plugin descriptor provides basic metadata of the plugin. We may remove this and link directly to the plugin instance
+			The plugin descriptor provides basic metadata of the plugin. We may remove this and link directly to the plugin instance.
 	</rdfs:comment>
     <vs:term_status>unstable</vs:term_status>
   </owl:Class>
   <owl:Class rdf:about="http://purl.org/ontology/vamp/ParameterDescriptor">
     <rdfs:label>Vamp Plugin Parameter Descriptor</rdfs:label>
     <rdfs:comment>
-			Descriptior of a plugin parameter
+			Descriptior of a plugin parameter. Hosts require to know about the specific type and form of the parameters of a particular plugin for a correct transform setup.
 	</rdfs:comment>
     <vs:term_status>stable</vs:term_status>
   </owl:Class>
   <owl:Class rdf:about="http://purl.org/ontology/vamp/PluginOutput">
     <rdfs:label>Vamp Plugin output descriptor</rdfs:label>
     <rdfs:comment>
-		Descriptior of the plugin output. This descriptor provides necessary information to interpret correctly the output features.
-		Each plugin will be bound to one of the subclasses.
+		Descriptior of the plugin output. This descriptor provides necessary information to interpret correctly the output features. The output type will determine how to read the temporal information of the extracted feature and how to manage the burden of ouput data.
 	</rdfs:comment>
     <vs:term_status>unstable</vs:term_status>
   </owl:Class>
   <owl:Class rdf:about="http://purl.org/ontology/vamp/DenseOutput">
     <rdfs:subClassOf rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
+    <rdfs:label>Dense output</rdfs:label>
     <rdfs:comment>
-			Large binary data as output.
+			Specific output type comprising large binary data (e.g.: chromagram).
 	</rdfs:comment>
     <vs:term_status>unstable</vs:term_status>
   </owl:Class>
   <owl:Class rdf:about="http://purl.org/ontology/vamp/SparseOutput">
+    <rdfs:label>Sparse output</rdfs:label>
     <rdfs:subClassOf rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
     <rdfs:comment>
-			The output defines events with no large data associated.
+			Specific output type used in sparse data outputs (e.g.: key detector).
 	</rdfs:comment>
     <vs:term_status>unstable</vs:term_status>
   </owl:Class>
   <owl:Class rdf:about="http://purl.org/ontology/vamp/TrackLevelOutput">
+    <rdfs:label>track level output</rdfs:label>
     <rdfs:subClassOf rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
     <rdfs:comment>
-			We obtain track metadata?
+			Specific output type that returns track level information. This sort of output will require a "hacky" interpretation of the feature timestamp as it will reflect some track metadata instead of temporal data.
 	</rdfs:comment>
     <vs:term_status>unstable</vs:term_status>
   </owl:Class>
   <owl:Class rdf:about="http://purl.org/ontology/vamp/PluginProgram">
     <rdfs:label>Plugin program</rdfs:label>
     <rdfs:comment>
-			Plugin program defines a predefined context of parameters.
+			Plugin program defines a predefined context of parameters. We may not need a concept for this and just a property linking a string representing the program name.
 	</rdfs:comment>
-    <vs:term_status>stable</vs:term_status>
+    <vs:term_status>unstable</vs:term_status>
   </owl:Class>
   <owl:Class rdf:about="http://purl.org/ontology/vamp/Feature">
     <rdfs:label>Vamp Feature</rdfs:label>
@@ -84,19 +94,23 @@
   </owl:Class>
   <owl:Class rdf:about="http://purl.org/ontology/vamp/InputDomain">
     <rdfs:label>Plugin input domain</rdfs:label>
-    <rdfs:comment>Plugin input domain</rdfs:comment>
+    <rdfs:comment>
+			Plugins warn about the input domain they require so the host can convert properly the input data. Note that this is not necessary if the host is using a PluginAdapter to wrap plugins (see Vamp doc).
+	</rdfs:comment>
     <vs:term_status>stable</vs:term_status>
   </owl:Class>
   <owl:Class rdf:about="http://purl.org/ontology/vamp/SampleType">
     <rdfs:label>sample type</rdfs:label>
-    <rdfs:comment>sample type for the plugin output</rdfs:comment>
+    <rdfs:comment>
+			Sample type specifies the temporal information of the plugin output. This information should be confronted with the output type for a correct interpretation.
+	</rdfs:comment>
     <vs:term_status>stable</vs:term_status>
   </owl:Class>
-  <rdf:Property rdf:about="http://purl.org/ontology/vamp/plugin_descriptor">
+  <rdf:Property rdf:about="http://purl.org/ontology/vamp/plugin_description">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:label>plugin descriptor</rdfs:label>
+    <rdfs:label>plugin description</rdfs:label>
     <rdfs:comment>
-			Links the plugin descriptor to the plugin (it may be redundant for an RDF decription to have a plugin descriptor).
+			Links the plugin descriptor to the plugin (it may be redundant for an RDF decription to have a plugin descriptor in between an actual plugin and its properties).
 	</rdfs:comment>
     <rdfs:range rdf:resource="http://purl.org/ontology/vamp/PluginDescription"/>
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Plugin"/>
@@ -125,7 +139,7 @@
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
     <rdfs:label>output descriptor</rdfs:label>
     <rdfs:comment>
-			Links each output descriptor to the plugin.
+			Links each output type to the plugin.
 	</rdfs:comment>
     <rdfs:range rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Plugin"/>
@@ -141,36 +155,18 @@
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginLibrary"/>
     <vs:term_status>stable</vs:term_status>
   </rdf:Property>
-  <rdf:Property rdf:about="http://purl.org/ontology/vamp/parameter">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:label>parameter</rdfs:label>
-    <rdfs:comment>
-			Actual parameter used in the plugin transform to run the plugin
-	</rdfs:comment>
-    <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Plugin"/>
-    <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginTransform"/>
-    <vs:term_status>stable</vs:term_status>
-    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:label>parameter</rdfs:label>
-    <vs:term_status>stable</vs:term_status>
-    <rdfs:comment>
-			Specifies the parameter to set the plugin in execution. 
-	</rdfs:comment>
-    <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginTransform"/>
-    <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Parameter"/>
-  </rdf:Property>
   <rdf:Property rdf:about="http://purl.org/ontology/vamp/identifier">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
     <rdfs:label>plugin identifier</rdfs:label>
     <rdfs:comment>
-		Machine-readable identifier for Vamp plugin classes.
+		Machine-readable identifier for Vamp plugin classes (and Transform).
 	</rdfs:comment>
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginDescription"/>
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginProgram"/>
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/>
     <vs:term_status>stable</vs:term_status>
+    <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/>
   </rdf:Property>
   <rdf:Property rdf:about="http://purl.org/ontology/vamp/name">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
@@ -185,7 +181,7 @@
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
     <rdfs:label>vamp API version</rdfs:label>
     <rdfs:comment>
-			Version of the Vamp API used for the plugin.
+			Version of the Vamp API used to implement this plugin.
 	</rdfs:comment>
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginDescription"/>
     <vs:term_status>stable</vs:term_status>
@@ -194,7 +190,7 @@
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
     <rdfs:label>input domain</rdfs:label>
     <rdfs:comment>
-			Input domain for the plugin (time or frequency).
+			Input domain allowed by the plugin (time or frequency).
 	</rdfs:comment>
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Plugin"/>
     <rdfs:range rdf:resource="http://purl.org/ontology/vamp/InputDomain"/>
@@ -204,7 +200,9 @@
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
     <rdfs:label>max value</rdfs:label>
-    <rdfs:comment>Maximum value of the parameter</rdfs:comment>
+    <rdfs:comment>
+		Maximum value of the parameter range
+	</rdfs:comment>
     <rdfs:range rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/>
     <rdfs:range rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
     <vs:term_status>unstable</vs:term_status>
@@ -213,7 +211,9 @@
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
     <rdfs:label>min value</rdfs:label>
-    <rdfs:comment>Minimum value of the parameter</rdfs:comment>
+    <rdfs:comment>
+		Minimum value of the parameter range
+	</rdfs:comment>
     <rdfs:range rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/>
     <rdfs:range rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
     <vs:term_status>unstable</vs:term_status>
@@ -222,14 +222,18 @@
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
     <rdfs:label>default value</rdfs:label>
-    <rdfs:comment>Default value of the parameter</rdfs:comment>
+    <rdfs:comment>
+		Default value of the parameter
+	</rdfs:comment>
     <rdfs:range rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/>
     <vs:term_status>unstable</vs:term_status>
   </rdf:Property>
   <rdf:Property rdf:about="http://purl.org/ontology/vamp/fixed_bin_count">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
     <rdfs:label>fixed bin count</rdfs:label>
-    <rdfs:comment>fixed bin count</rdfs:comment>
+    <rdfs:comment>
+		Fixed bin count. A boolean type.
+	</rdfs:comment>
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
     <vs:term_status>unstable</vs:term_status>
   </rdf:Property>
@@ -237,7 +241,9 @@
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
     <rdfs:label>unit</rdfs:label>
-    <rdfs:comment>unit of the output</rdfs:comment>
+    <rdfs:comment>
+		Unit of the output/parameter. A string type
+	</rdfs:comment>
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/>
     <vs:term_status>unstable</vs:term_status>
@@ -245,7 +251,9 @@
   <rdf:Property rdf:about="http://purl.org/ontology/vamp/sample_rate">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
     <rdfs:label>sample rate</rdfs:label>
-    <rdfs:comment>sample rate of the output</rdfs:comment>
+    <rdfs:comment>
+		Sample rate of the output if any. Should be read depending on SampleType and Output classes.
+	</rdfs:comment>
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
     <vs:term_status>unstable</vs:term_status>
     <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
@@ -256,13 +264,15 @@
     <rdfs:comment>
 			Specifies the sample rate if it is not constant.
 	</rdfs:comment>
-    <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginTransform"/>
+    <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/>
   </rdf:Property>
   <rdf:Property rdf:about="http://purl.org/ontology/vamp/quantized_step">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
     <rdfs:label>quantized step</rdfs:label>
-    <rdfs:comment>quantized step (if any)</rdfs:comment>
+    <rdfs:comment>
+		Quantized step (if any). We do not include isQuantized.
+	</rdfs:comment>
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/>
     <vs:term_status>unstable</vs:term_status>
@@ -270,14 +280,18 @@
   <rdf:Property rdf:about="http://purl.org/ontology/vamp/bin_count">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
     <rdfs:label>bin count</rdfs:label>
-    <rdfs:comment>bin count</rdfs:comment>
+    <rdfs:comment>
+		Number of elements of the bin output. This information is necessary to define the output as belonging to a specific subclass of Plugin Output.
+	</rdfs:comment>
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
     <vs:term_status>unstable</vs:term_status>
   </rdf:Property>
   <rdf:Property rdf:about="http://purl.org/ontology/vamp/bin_names">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
     <rdfs:label>bin names</rdfs:label>
-    <rdfs:comment>bin names</rdfs:comment>
+    <rdfs:comment>
+		List of bin names if available
+	</rdfs:comment>
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
     <vs:term_status>unstable</vs:term_status>
   </rdf:Property>
@@ -285,7 +299,9 @@
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
     <rdfs:label>sample type</rdfs:label>
-    <rdfs:comment>sample type</rdfs:comment>
+    <rdfs:comment>
+		The sample type specifies the temporal information of the output.
+	</rdfs:comment>
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
     <rdfs:range rdf:resource="http://purl.org/ontology/vamp/SampleType"/>
     <vs:term_status>unstable</vs:term_status>
@@ -294,10 +310,10 @@
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
     <rdfs:label>feature type</rdfs:label>
     <rdfs:comment>
-			Feature Types output by the plugin
+			Feature Types output by the plugin. Links the vamp ontology to the audio features ontology.
 	</rdfs:comment>
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
+    <rdfs:range rdf:resource="http://purl.org/ontology/af/AudioFeature"/>
     <vs:term_status>unstable</vs:term_status>
   </rdf:Property>
   <vamp:InputDomain rdf:about="http://purl.org/ontology/vamp/time_domain"/>
@@ -306,27 +322,55 @@
   <vamp:SampleType rdf:about="http://purl.org/ontology/vamp/FixedSampleRate"/>
   <vamp:SampleType rdf:about="http://purl.org/ontology/vamp/VariableSampleRate"/>
   <owl:Class rdf:about="http://purl.org/ontology/vamp/Transform">
-    <rdfs:label>Plugin Transform</rdfs:label>
+    <rdfs:label>Transform</rdfs:label>
     <vs:term_status>stable</vs:term_status>
     <rdfs:comment>
-			The plugin transform defines the context of the feature extraction process. 
+			The Transform defines the environment of any audio processing computation. 
 	</rdfs:comment>
   </owl:Class>
   <owl:Class rdf:about="http://purl.org/ontology/vamp/Parameter">
     <rdfs:label>Parameter</rdfs:label>
     <vs:term_status>unstable</vs:term_status>
     <rdfs:comment>
-			Parameter used by the plugin transform to set up the plugin.
+			Parameter used by the plugin transform to set up the plugin. The parameter class instances should be instantiated according to the specific vamp:PluginDescriptor instance for each plugin.
 	</rdfs:comment>
   </owl:Class>
-  <rdf:Property rdf:about="http://purl.org/ontology/vamp/plugin">
+  <owl:Class rdf:about="http://purl.org/ontology/vamp/Configuration">
+    <rdfs:label>Configuration</rdfs:label>
+    <vs:term_status>unstable</vs:term_status>
+    <rdfs:comment>
+			For extension (SV implementation of Transform).
+	</rdfs:comment>
+  </owl:Class>
+  <owl:Class rdf:about="http://purl.org/ontology/vamp/TransformType">
+    <rdfs:label>Transform Type</rdfs:label>
+    <vs:term_status>unstable</vs:term_status>
+    <rdfs:comment>
+		Specifies the type of transform. May be feature extraction, effect...
+	</rdfs:comment>
+  </owl:Class>
+  <vamp:TransformType rdf:about="http://purl.org/ontology/vamp/FeatureExtraction">
+    <rdfs:label>Feature Extraction</rdfs:label>
+    <vs:term_status>unstable</vs:term_status>
+    <rdfs:comment>
+		Feature extraction transform. This may be just a subclass of Transform...
+	</rdfs:comment>
+  </vamp:TransformType>
+  <vamp:TransformType rdf:about="http://purl.org/ontology/vamp/Effect">
+    <rdfs:label>Effect</rdfs:label>
+    <vs:term_status>unstable</vs:term_status>
+    <rdfs:comment>
+		Effect transform. This may be just a subclass of Transform...
+	</rdfs:comment>
+  </vamp:TransformType>
+  <rdf:Property rdf:about="http://purl.org/ontology/vamp/engine">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
     <rdfs:label>plugin</rdfs:label>
     <vs:term_status>stable</vs:term_status>
     <rdfs:comment>
-			Specifies the plugin in execution. 
+			Specifies the plugin in execution. This is an extension to use Transform with other plugin libraries
 	</rdfs:comment>
-    <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginTransform"/>
+    <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/>
     <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Plugin"/>
   </rdf:Property>
   <rdf:Property rdf:about="http://purl.org/ontology/vamp/program">
@@ -335,10 +379,30 @@
     <rdfs:label>program</rdfs:label>
     <vs:term_status>stable</vs:term_status>
     <rdfs:comment>
-			Specifies the program to set the plugin in execution. 
+			Specifies the program to set the plugin in execution.  Here the plugin program matches with the one in the plugin descriptor. There is not descriptor required for the program (just a string), is it?
 	</rdfs:comment>
     <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/>
     <rdfs:range rdf:resource="http://purl.org/ontology/vamp/PluginProgram"/>
+    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+    <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:label>program</rdfs:label>
+    <vs:term_status>stable</vs:term_status>
+    <rdfs:comment>
+			Extension for configuration. 
+	</rdfs:comment>
+    <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/>
+    <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Configuration"/>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://purl.org/ontology/vamp/parameter">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:label>parameter</rdfs:label>
+    <vs:term_status>stable</vs:term_status>
+    <rdfs:comment>
+			Specifies the parameter to set the plugin in execution. 
+	</rdfs:comment>
+    <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/>
+    <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Parameter"/>
   </rdf:Property>
   <rdf:Property rdf:about="http://purl.org/ontology/vamp/step_size">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
@@ -348,7 +412,7 @@
     <rdfs:comment>
 			Specifies the step size for the framing. 
 	</rdfs:comment>
-    <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginTransform"/>
+    <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/>
   </rdf:Property>
   <rdf:Property rdf:about="http://purl.org/ontology/vamp/block_size">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
@@ -358,17 +422,17 @@
     <rdfs:comment>
 			Specifies the block size for the framing. 
 	</rdfs:comment>
-    <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginTransform"/>
+    <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/>
   </rdf:Property>
   <rdf:Property rdf:about="http://purl.org/ontology/vamp/transform_type">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <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:label>transform type</rdfs:label>
     <vs:term_status>unstable</vs:term_status>
     <rdfs:comment>
-			Specifies the transform type (they should be individuals). 
+			Specifies the transform type (we could do this by subclassin transform instead of using a property). 
 	</rdfs:comment>
-    <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginTransform"/>
+    <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/>
   </rdf:Property>
   <rdf:Property rdf:about="http://purl.org/ontology/vamp/window_type">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
@@ -378,7 +442,27 @@
     <rdfs:comment>
 			Specifies the window type (they should be individuals and clearly not here). 
 	</rdfs:comment>
-    <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginTransform"/>
+    <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://purl.org/ontology/vamp/start">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
+    <rdfs:label>start</rdfs:label>
+    <vs:term_status>unstable</vs:term_status>
+    <rdfs:comment>
+			Specifies temporal information when processing a data stream. 
+	</rdfs:comment>
+    <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://purl.org/ontology/vamp/duration">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
+    <rdfs:label>start</rdfs:label>
+    <vs:term_status>unstable</vs:term_status>
+    <rdfs:comment>
+			Specifies temporal information when processing a data stream. 
+	</rdfs:comment>
+    <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/>
   </rdf:Property>
   <rdf:Property rdf:about="http://purl.org/ontology/vamp/value">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>