RDF validation fails

Issue #21 new
duebel created an issue

"lv2:hardRtCapable" in 'lv2.cpp' should be written with a capital "T" as in http://lv2plug.in/doc/html/group__lv2core.html#ga61dfd06f1a1b318b4ec3103d890a7054

To validate I used:

$ git clone http://lv2plug.in/git/cgit.cgi/lv2.git/
$ cd lv2
$ sord_validate $(find . -name '*.ttl') path/to/generated/bundle.lv2/*.ttl

For 0 errors I also had to add

PLUGIN_URI a doap:Project ;
PLUGIN_URI a doap:Version ;

to the *.ttl. But I have not thought about what this means semantically.

Comments (1)

  1. Albert Graef repo owner

    @duebel thanks for the heads up, will try to fix that asap. Might take a bit, though, as I'm currently busy preparing the Faust conference in July!

  2. Log in to comment