Mercurial > hg > vamp-plugin-sdk
comparison rdf/vamp.n3 @ 152:3ec175bf5249
* fix typos, add a remark about descriptor naming
author | cannam |
---|---|
date | Tue, 24 Jun 2008 15:38:28 +0000 |
parents | afd60ff5ceef |
children | 2282b572c386 |
comparison
equal
deleted
inserted
replaced
151:58f4d399a85d | 152:3ec175bf5249 |
---|---|
2 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. | 2 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. |
3 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>. | 3 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>. |
4 @prefix xsd: <http://www.w3.org/2001/XMLSchema#>. | 4 @prefix xsd: <http://www.w3.org/2001/XMLSchema#>. |
5 @prefix foaf: <http://xmlns.com/foaf/0.1/>. | 5 @prefix foaf: <http://xmlns.com/foaf/0.1/>. |
6 @prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#>. | 6 @prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#>. |
7 @prefix list: <http://www.w3.org/2000/10/swap/list#>. | |
8 @prefix dc: <http://purl.org/dc/elements/1.1/>. | 7 @prefix dc: <http://purl.org/dc/elements/1.1/>. |
9 @prefix mo: <http://purl.org/ontology/mo/>. | |
10 @prefix event: <http://purl.org/NET/c4dm/event.owl#>. | 8 @prefix event: <http://purl.org/NET/c4dm/event.owl#>. |
11 @prefix af: <http://purl.org/ontology/af/>. | 9 @prefix af: <http://purl.org/ontology/af/>. |
12 @prefix tl: <http://purl.org/NET/c4dm/timeline.owl#>. | |
13 @prefix vamp: <http://purl.org/ontology/vamp/>. | 10 @prefix vamp: <http://purl.org/ontology/vamp/>. |
14 @prefix : <> . | 11 @prefix : <> . |
15 | 12 |
16 <> | 13 <> |
17 a owl:Ontology; | 14 a owl:Ontology; |
193 # PROPERTIES. | 190 # PROPERTIES. |
194 ################################################################## | 191 ################################################################## |
195 | 192 |
196 ##### Plugin properties | 193 ##### Plugin properties |
197 | 194 |
195 | |
196 ##!!! | |
197 ## cc -- | |
198 ## I think parameter_descriptor and output_descriptor should be simply | |
199 ## called parameter and output respectively, and vamp:Transform should | |
200 ## be included in the domain of vamp:output because transforms need to | |
201 ## be able to specify an output as well as a plugin. | |
202 | |
203 ##!!! lacking plugin version? | |
204 | |
198 vamp:parameter_descriptor | 205 vamp:parameter_descriptor |
199 a rdf:Property; | 206 a rdf:Property; |
200 a owl:ObjectProperty; | 207 a owl:ObjectProperty; |
201 rdfs:label "parameter descriptor"; | 208 rdfs:label "parameter descriptor"; |
202 rdfs:comment """ | 209 rdfs:comment """ |
573 """; | 580 """; |
574 rdfs:domain vamp:Transform; | 581 rdfs:domain vamp:Transform; |
575 rdfs:range vamp:PluginProgram; | 582 rdfs:range vamp:PluginProgram; |
576 . | 583 . |
577 | 584 |
578 vamp:program | 585 vamp:configuration |
579 a rdf:Property; | 586 a rdf:Property; |
580 a owl:ObjectProperty; | 587 a owl:ObjectProperty; |
581 a owl:FunctionalProperty; | 588 a owl:FunctionalProperty; |
582 rdfs:label "program"; | 589 rdfs:label "program"; |
583 vs:term_status "stable"; | 590 vs:term_status "stable"; |