PREFIX atom:    <http://lv2plug.in/ns/ext/atom#>
PREFIX aufx:    <https://w3id.org/aufx/ontology/1.0#>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX doap:    <http://usefulinc.com/ns/doap#>
PREFIX foaf:    <http://xmlns.com/foaf/0.1/>
PREFIX lv2:     <http://lv2plug.in/ns/lv2core#>
PREFIX midi:    <http://lv2plug.in/ns/ext/midi#>
PREFIX mo:      <http://purl.org/ontology/mo/>
PREFIX owl:     <http://www.w3.org/2002/07/owl#>
PREFIX prov:    <http://www.w3.org/ns/prov#>
PREFIX pu:      <http://purl.org/stuff/plugin-universe/>
PREFIX rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs:    <http://www.w3.org/2000/01/rdf-schema#>
PREFIX schema:  <https://schema.org/>
PREFIX sh:      <http://www.w3.org/ns/shacl#>
PREFIX skos:    <http://www.w3.org/2004/02/skos/core#>
PREFIX spdx:    <http://spdx.org/rdf/terms#>
PREFIX studio:  <http://purl.org/ontology/studio/main/>
PREFIX time:    <http://lv2plug.in/ns/ext/time#>
PREFIX trn:     <http://purl.org/stuff/transmissions/>
PREFIX ui:      <http://lv2plug.in/ns/extensions/ui#>
PREFIX units:   <http://lv2plug.in/ns/extensions/units#>
PREFIX void:    <http://rdfs.org/ns/void#>
PREFIX xsd:     <http://www.w3.org/2001/XMLSchema#>

trn:MIDI  rdfs:comment  "Typo for trn:Midi.";
        owl:deprecated  true .

trn:hasParameter  rdfs:comment  "Typo for trn:parameter; parameters now use lv2:port.";
        owl:deprecated  true .

trn:maximum  rdfs:comment  "Use lv2:maximum.";
        owl:deprecated  true .

trn:minimum  rdfs:comment  "Use lv2:minimum.";
        owl:deprecated  true .

trn:max  rdfs:comment   "Use lv2:maximum.";
        owl:deprecated  true .

trn:min  rdfs:comment   "Use lv2:minimum. Downspout uses trn:min and trn:minimum inconsistently; both are retired.";
        owl:deprecated  true .

trn:AudioUnitV3  rdf:type  trn:PluginFormat;
        rdfs:label  "Audio Unit v3" .

trn:PluginFormat  rdf:type  owl:Class;
        rdfs:label  "Plugin Format" .

trn:LADSPA  rdf:type  trn:PluginFormat;
        rdfs:label  "LADSPA" .

trn:VST2  rdf:type  trn:PluginFormat;
        rdfs:label  "VST2" .

trn:Standalone  rdf:type  trn:PluginFormat;
        rdfs:label  "Standalone" .

trn:AAX  rdf:type   trn:PluginFormat;
        rdfs:label  "AAX" .

trn:CLAP  rdf:type  trn:PluginFormat;
        rdfs:label  "CLAP" .

trn:AudioUnit  rdf:type  trn:PluginFormat;
        rdfs:label  "Audio Unit" .

trn:LV2  rdf:type   trn:PluginFormat;
        rdfs:label  "LV2" .

trn:VST3  rdf:type  trn:PluginFormat;
        rdfs:label  "VST3" .

trn:format  rdf:type  owl:ObjectProperty;
        rdfs:comment  "A plugin format this plugin is built for.";
        rdfs:label    "format";
        rdfs:range    trn:PluginFormat .
