You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @prefix dcs: <http://ontologi.es/doap-changeset#> .
- @prefix doap: <http://usefulinc.com/ns/doap#> .
- @prefix foaf: <http://xmlns.com/foaf/0.1/> .
- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-
- <http://kxstudio.sf.net/ns/lv2ext/programs>
- a doap:Project ;
- rdfs:seeAlso <../kx-meta/meta.ttl> ;
- doap:license <http://opensource.org/licenses/isc> ;
- doap:name "Programs" ;
- doap:homepage <http://kxstudio.sf.net/ns/lv2ext/programs> ;
- doap:created "2015-07-03" ;
- doap:shortdesc "LV2 extension for implementing plugin-side programs." ;
- doap:developer <https://falktx.com> ;
- doap:maintainer <https://falktx.com> ;
- doap:release [
- doap:revision "1.0" ;
- doap:created "2015-07-03" ;
- doap:file-release <http://kxstudio.sf.net/ns/lv2ext/kx-extensions-1.0.tar.bz2> ;
- dcs:changeset [
- dcs:item [
- rdfs:label "First stable release."
- ]
- ]
- ] .
|