Mercurial > hg > vamp-plugin-sdk
comparison rdf/vamp.n3 @ 143:fcf07a78871d
* Add identifier to PluginLibrary domain
author | cannam |
---|---|
date | Fri, 20 Jun 2008 11:35:24 +0000 |
parents | cabf8e65c10f |
children | 6b80bb85083b |
comparison
equal
deleted
inserted
replaced
142:8e3a5f779d89 | 143:fcf07a78871d |
---|---|
204 rdfs:label "plugin identifier"; | 204 rdfs:label "plugin identifier"; |
205 rdfs:comment """ | 205 rdfs:comment """ |
206 Machine-readable identifier for a Vamp plugin within the scope of its library, or for a plugin descriptor within the scope of the plugin. | 206 Machine-readable identifier for a Vamp plugin within the scope of its library, or for a plugin descriptor within the scope of the plugin. |
207 """; | 207 """; |
208 rdfs:domain vamp:Plugin; | 208 rdfs:domain vamp:Plugin; |
209 rdfs:domain vamp:PluginLibrary; | |
209 rdfs:domain vamp:PluginProgram; | 210 rdfs:domain vamp:PluginProgram; |
210 rdfs:domain vamp:PluginOutput; | 211 rdfs:domain vamp:PluginOutput; |
211 rdfs:domain vamp:ParameterDescriptor; | 212 rdfs:domain vamp:ParameterDescriptor; |
212 vs:term_status "stable"; | 213 vs:term_status "stable"; |
213 . | 214 . |