@prefix atom: . @prefix doap: . @prefix foaf: . @prefix lv2: . @prefix midi: . @prefix rdf: . @prefix rdfs: . @prefix time: . a foaf:Person ; foaf:name "David Robillard" ; foaf:mbox ; rdfs:seeAlso . a lv2:Plugin , lv2:AmplifierPlugin ; doap:maintainer ; doap:name "Matriseq" ; doap:license ; lv2:optionalFeature lv2:hardRTCapable ; lv2:port [ a lv2:InputPort , atom:AtomPort ; atom:bufferType atom:Sequence ; atom:supports time:Position ; lv2:index 0 ; lv2:symbol "in" ; lv2:name "In" ] , [ a lv2:OutputPort , atom:AtomPort ; atom:bufferType atom:Sequence ; atom:supports midi:MidiEvent ; lv2:index 1 ; lv2:symbol "out" ; lv2:name "Out" ] .