@prefix doap: . @prefix rdf: . @prefix rdfs: . @prefix foaf: . a doap:Project ; doap:name "Raul" ; doap:homepage ; doap:bug-database ; doap:license ; doap:developer [ a foaf:Person ; foaf:name "David Robillard" ; foaf:homepage ; rdfs:seeAlso ] ; doap:programming-language "C", "C++" ; doap:repository [ a doap:SVNRepository ; doap:browse ; doap:location ] ; doap:version [ doap:revision "0.6.0" ; doap:created "2009-12-08" ; doap:file-release ] ; doap:description """ Raul (Realtime Audio Utility Library) is a lightweight C++ convenience library for realtime programming, with a bias towards audio applications on POSIX systems. """ .