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:LADSPA  skos:closeMatch  aufx:LADSPA .

<https://w3id.org/aufx/ontology/1.0>
        rdfs:comment     "Wilmering, Fazekas and Sandler, Queen Mary University of London. Source: https://github.com/muddymudskipper/aufx-o";
        rdfs:label       "Audio Effect Ontology (AUFX-O)";
        dcterms:license  <http://creativecommons.org/licenses/by-sa/4.0/> .

pu:alignment  rdf:type   owl:Ontology;
        rdfs:comment     "Mappings from the catalogue's vocabulary to AUFX-O and schema.org. Assertions of this project, not of the aligned vocabularies' authors.";
        rdfs:label       "Plugin Universe alignment";
        rdfs:seeAlso     schema:SoftwareApplication , <https://w3id.org/aufx/ontology/1.0>;
        dcterms:license  <https://creativecommons.org/publicdomain/zero/1.0/> .

pu:donateUrl  skos:closeMatch  schema:funding .

pu:audioPreview  skos:closeMatch  schema:audio .

trn:VST2  skos:closeMatch  aufx:VST .

trn:AAX  skos:closeMatch  aufx:AAX .

trn:AudioUnit  skos:closeMatch  aufx:AudioUnit .

pu:operatingSystem  skos:closeMatch  aufx:operating_system , schema:operatingSystem .

pu:architecture  skos:closeMatch  schema:processorRequirements .

pu:fileSize  skos:closeMatch  schema:fileSize .

pu:downloadUrl  skos:closeMatch  schema:downloadUrl .

pu:packageVersion  skos:closeMatch  schema:softwareVersion .

pu:Package  skos:closeMatch  aufx:SoftwareImplementation , schema:SoftwareApplication .

pu:tag  skos:closeMatch  schema:keywords .

trn:LV2  skos:closeMatch  aufx:LV2 .

lv2:maximum  skos:closeMatch  aufx:maximum_value .

lv2:minimum  skos:closeMatch  aufx:minimum_value .

lv2:default  skos:closeMatch  aufx:default_value .

lv2:name  skos:closeMatch  aufx:name .

lv2:ControlPort  skos:closeMatch  aufx:Parameter .

lv2:port  skos:closeMatch  aufx:has_parameter .

pu:category  skos:closeMatch  schema:applicationSubCategory .

trn:VST3  skos:closeMatch  aufx:VST .

trn:AudioEffect  skos:closeMatch  aufx:Effect .

trn:role  skos:closeMatch  schema:applicationSubCategory .

trn:bundleName  skos:closeMatch  aufx:name .

trn:vendor  skos:closeMatch  schema:author , aufx:publisher .

trn:PluginProfile  rdfs:comment  "A catalogue entry for a plugin. Close, not equivalent: AUFX-O's PlugIn is the software as used in a production; schema.org's SoftwareApplication is the thing a search engine lists.";
        skos:closeMatch  aufx:PlugIn , schema:SoftwareApplication .
