From 3649db06a9fa53f3dc7cf5a5115cdc0b6cfd695a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 16 Aug 2012 07:51:53 +0000 Subject: Update ontology. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4713 a436a847-0d15-0410-975c-d299462d15a1 --- ingen.ttl | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) (limited to 'ingen.ttl') diff --git a/ingen.ttl b/ingen.ttl index d9535046..94dab16a 100644 --- a/ingen.ttl +++ b/ingen.ttl @@ -1,28 +1,30 @@ @prefix doap: . -@prefix rdf: . +@prefix rdf: . @prefix rdfs: . @prefix foaf: . - a doap:Project ; - doap:name "Ingen" ; - doap:shortdesc "A modular audio processing environment." ; - doap:homepage ; - doap:bug-database ; - doap:license ; - doap:developer [ - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:homepage ; - foaf:mbox_sha1sum "253b3c58086250260bac1232d744d150274ad308" ; - rdfs:seeAlso - ] ; - doap:programming-language "C", "C++" ; - doap:repository [ - a doap:SVNRepository ; - doap:browse ; - doap:location - ] ; - doap:description """ + + a foaf:Person ; + foaf:name "David Robillard" ; + foaf:mbox ; + rdfs:seeAlso . + + + a doap:Project ; + doap:name "Ingen" ; + doap:shortdesc "A modular audio processing environment." ; + doap:homepage ; + doap:bug-database ; + doap:license ; + doap:developer ; + doap:programming-language "C" , + "C++" ; + doap:repository [ + a doap:SVNRepository ; + doap:browse ; + doap:location + ] ; + doap:description """ A modular audio processing environment, where most functionality is provided by generic plugins. Patching of audio, MIDI, and control data is supported. The engine and UI are completely separated in a network transparent way, making -- cgit v1.2.1