@prefix atom: . @prefix doap: . @prefix foaf: . @prefix lv2: . @prefix midi: . @prefix patch: . @prefix rdf: . @prefix rdfs: . @prefix state: . @prefix unit: . @prefix urid: . @prefix work: . a foaf:Person ; foaf:name "Ardour Team" ; foaf:homepage . a lv2:Parameter ; rdfs:label "SF2 File" ; rdfs:range atom:Path . a doap:Project, lv2:InstrumentPlugin, lv2:Plugin ; doap:name "a-Fluid Synth" ; rdfs:comment "SF2 Synthesizer using Fluidsynth" ; doap:maintainer ; doap:license ; lv2:microVersion 2 ; lv2:minorVersion 0 ; lv2:requiredFeature urid:map, work:schedule ; lv2:extensionData work:interface, state:interface ; lv2:optionalFeature lv2:hardRTCapable; patch:writable ; lv2:port [ a lv2:InputPort, atom:AtomPort ; atom:bufferType atom:Sequence ; atom:supports patch:Message, midi:MidiEvent; lv2:designation lv2:control ; lv2:index 0 ; lv2:symbol "control" ; lv2:name "Midi In" ; ] , [ a lv2:OutputPort, atom:AtomPort ; atom:bufferType atom:Sequence ; atom:supports patch:Message; lv2:designation lv2:control ; lv2:index 1 ; lv2:symbol "notify" ; lv2:name "UI Notifications" ; ] , [ a lv2:OutputPort, lv2:AudioPort ; lv2:index 2 ; lv2:symbol "outL" ; lv2:name "Out Left" ; ] , [ a lv2:OutputPort, lv2:AudioPort ; lv2:index 3 ; lv2:symbol "outR" ; lv2:name "Output Right" ; ] .