Mercurial > hg > vamp-plugin-sdk
comparison rdf/generator/vamp-rdf-template-generator.cpp @ 267:93c81a6c917a
* Ensure PluginBufferingAdapter returns fresh output descriptors after
a call to initialise, setParameter or selectProgram
* Fix RDF document base prefix
author | cannam |
---|---|
date | Tue, 25 Nov 2008 12:34:45 +0000 |
parents | 91ac8f5e52ea |
children | de3e865f92c8 |
comparison
equal
deleted
inserted
replaced
266:53b0e7557c52 | 267:93c81a6c917a |
---|---|
67 @prefix owl: <http://www.w3.org/2002/07/owl#> .\n\ | 67 @prefix owl: <http://www.w3.org/2002/07/owl#> .\n\ |
68 @prefix dc: <http://purl.org/dc/elements/1.1/> .\n\ | 68 @prefix dc: <http://purl.org/dc/elements/1.1/> .\n\ |
69 @prefix af: <http://purl.org/ontology/af/> .\n\ | 69 @prefix af: <http://purl.org/ontology/af/> .\n\ |
70 @prefix foaf: <http://xmlns.com/foaf/0.1/> .\n\ | 70 @prefix foaf: <http://xmlns.com/foaf/0.1/> .\n\ |
71 @prefix cc: <http://web.resource.org/cc/> .\n\ | 71 @prefix cc: <http://web.resource.org/cc/> .\n\ |
72 @prefix : <> .\n\n"; | 72 @prefix : <#> .\n\n"; |
73 | 73 |
74 return res; | 74 return res; |
75 } | 75 } |
76 | 76 |
77 string describe_doc(string describerURI, string pluginBundleBaseURI, | 77 string describe_doc(string describerURI, string pluginBundleBaseURI, |