@prefix dcs: . @prefix doap: . @prefix foaf: . @prefix lv2: . @prefix meta: . @prefix owl: . @prefix rdf: . @prefix rdfs: . a owl:Ontology ; doap:license ; doap:name "LV2 Meta" ; doap:shortdesc "LV2 project metadata" ; doap:created "2012-03-25" ; doap:maintainer ; rdfs:comment """ This document describes metadata relevant to the LV2 project. """ . rdf:value """ Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. """ . a doap:Project ; lv2:symbol "lv2" ; doap:name "LV2" ; doap:license ; doap:shortdesc "The LV2 Plugin Interface Project" ; doap:description "LV2 is a plugin standard for audio systems. It defines a minimal yet extensible C API for plugin code and a format for plugin bundles" ; doap:created "2006-05-10" ; doap:homepage ; doap:mailing-list ; doap:programming-language "C" ; doap:repository [ a doap:SVNRepository ; doap:location ] ; doap:developer , ; doap:helper meta:larsl , meta:gabrbedd , meta:daste , meta:kfoltman , meta:paniq ; doap:release [ doap:revision "1.0.5" ; doap:created "2012-08-05" ; dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Move all project metadata for extensions (e.g. change log) to separate files to spare hosts from loading them during discovery." ] ] ] , [ doap:revision "1.0.0" ; doap:created "2012-04-16" ; doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Initial release as a unified project. Projects can now simply depend on the pkg-config package 'lv2' for all official LV2 APIs." ] , [ rdfs:label "New extensions: atom, log, parameters, patch, port-groups, port-props, resize-port, state, time, worker." ] ] ] . a foaf:Person ; foaf:name "David Robillard" ; foaf:mbox ; rdfs:seeAlso . a foaf:Person ; foaf:name "Steve Harris" ; foaf:mbox ; rdfs:seeAlso . meta:larsl a foaf:Person ; foaf:name "Lars Luthman" ; foaf:mbox . meta:gabrbedd a foaf:Person ; foaf:name "Gabriel M. Beddingfield" ; foaf:mbox . meta:daste a foaf:Person ; foaf:name "Stefano D'Angelo" ; foaf:mbox . meta:kfoltman a foaf:Person ; foaf:name "Krzysztof Foltman" ; foaf:mbox . meta:paniq a foaf:Person ; foaf:name "Leonard Ritter" ; foaf:mbox .