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#>

<http://purl.org/stuff/plugin-universe/plugin/continuous-risset-scales-be19abee>
        rdf:type         trn:PluginProfile , lv2:GeneratorPlugin;
        rdfs:comment     "NJL plugins by Nick Lamb ported to the LV2 specification";
        rdfs:label       "Continuous Risset Scales";
        rdfs:seeAlso     <https://github.com/linuxmao-org/njl-lv2>;
        lv2:port         [ rdf:type     lv2:InputPort , lv2:ControlPort;
                           lv2:default  0;
                           lv2:maximum  12;
                           lv2:minimum  -90;
                           lv2:name     "Master Gain";
                           lv2:symbol   "master_gain"
                         ];
        lv2:port         [ rdf:type     lv2:InputPort , lv2:ControlPort;
                           lv2:default  440;
                           lv2:maximum  10000;
                           lv2:minimum  10;
                           lv2:name     "Base Frequency";
                           lv2:symbol   "base_freq"
                         ];
        lv2:port         [ rdf:type     lv2:InputPort , lv2:ControlPort;
                           lv2:default  8;
                           lv2:maximum  10000;
                           lv2:minimum  -440;
                           lv2:name     "Speed";
                           lv2:symbol   "speed"
                         ];
        dcterms:created  "2026-09-10T12:50:36.469Z"^^xsd:dateTime;
        dcterms:license  "http://usefulinc.com/doap/licenses/gpl";
        pu:category      <http://purl.org/stuff/plugin-universe/category/instrument>;
        pu:licenceId     "GPL";
        pu:tag           "linux-audio" , "lv2-plugins" , "lv2-plugin" , "lv2";
        trn:format       trn:LV2;
        trn:produces     trn:Audio;
        trn:role         trn:AudioInstrument;
        trn:vendor       "James Morris";
        owl:sameAs       <http://jwm-art.net/lv2/njl/risset_scales>;
        foaf:homepage    <http://jwm-art.net/> .

<http://purl.org/stuff/plugin-universe/plugin/experiments-in-representation-lv2-a2037a9e>
        rdf:type         trn:PluginProfile , lv2:GeneratorPlugin;
        rdfs:comment     "NJL plugins by Nick Lamb ported to the LV2 specification";
        rdfs:label       "Experiments in Representation (LV2)";
        rdfs:seeAlso     <https://github.com/linuxmao-org/njl-lv2>;
        lv2:port         [ rdf:type     lv2:InputPort , lv2:ControlPort;
                           lv2:default  16;
                           lv2:maximum  23;
                           lv2:minimum  0;
                           lv2:name     "Mantissa";
                           lv2:symbol   "mantissa"
                         ];
        lv2:port         [ rdf:type     lv2:InputPort , lv2:ControlPort;
                           lv2:default  6;
                           lv2:maximum  8;
                           lv2:minimum  1;
                           lv2:name     "Exponent";
                           lv2:symbol   "exponent"
                         ];
        dcterms:created  "2026-09-10T12:50:36.469Z"^^xsd:dateTime;
        dcterms:license  "http://usefulinc.com/doap/licenses/gpl";
        pu:category      <http://purl.org/stuff/plugin-universe/category/instrument>;
        pu:licenceId     "GPL";
        pu:tag           "linux-audio" , "lv2-plugins" , "lv2-plugin" , "lv2";
        trn:accepts      trn:Audio;
        trn:format       trn:LV2;
        trn:produces     trn:Audio;
        trn:role         trn:AudioInstrument;
        trn:vendor       "James Morris";
        owl:sameAs       <http://jwm-art.net/lv2/njl/representation_experiments>;
        foaf:homepage    <http://jwm-art.net/> .

<http://purl.org/stuff/plugin-universe/plugin/integer-noise-lv2-b6a4e76e>
        rdf:type         trn:PluginProfile , lv2:GeneratorPlugin;
        rdfs:comment     "NJL plugins by Nick Lamb ported to the LV2 specification";
        rdfs:label       "Integer Noise (LV2)";
        rdfs:seeAlso     <https://github.com/linuxmao-org/njl-lv2>;
        lv2:port         [ rdf:type     lv2:InputPort , lv2:ControlPort;
                           lv2:default  8;
                           lv2:maximum  24;
                           lv2:minimum  1;
                           lv2:name     "Bits";
                           lv2:symbol   "bits"
                         ];
        dcterms:created  "2026-09-10T12:50:36.469Z"^^xsd:dateTime;
        dcterms:license  "http://usefulinc.com/doap/licenses/gpl";
        pu:category      <http://purl.org/stuff/plugin-universe/category/instrument>;
        pu:licenceId     "GPL";
        pu:tag           "linux-audio" , "lv2-plugins" , "lv2" , "lv2-plugin";
        trn:format       trn:LV2;
        trn:produces     trn:Audio;
        trn:role         trn:AudioInstrument;
        trn:vendor       "James Morris";
        owl:sameAs       <http://jwm-art.net/lv2/njl/int_noise>;
        foaf:homepage    <http://jwm-art.net/> .

<http://purl.org/stuff/plugin-universe/plugin/ieee-single-precision-noise-lv2-ae5ef20d>
        rdf:type         trn:PluginProfile , lv2:GeneratorPlugin;
        rdfs:comment     "NJL plugins by Nick Lamb ported to the LV2 specification";
        rdfs:label       "IEEE Single Precision Noise (LV2)";
        rdfs:seeAlso     <https://github.com/linuxmao-org/njl-lv2>;
        dcterms:created  "2026-09-10T12:50:36.469Z"^^xsd:dateTime;
        dcterms:license  "http://usefulinc.com/doap/licenses/gpl";
        pu:category      <http://purl.org/stuff/plugin-universe/category/instrument>;
        pu:licenceId     "GPL";
        pu:tag           "linux-audio" , "lv2" , "lv2-plugin" , "lv2-plugins";
        trn:format       trn:LV2;
        trn:produces     trn:Audio;
        trn:role         trn:AudioInstrument;
        trn:vendor       "James Morris";
        owl:sameAs       <http://jwm-art.net/lv2/njl/ieee_noise>;
        foaf:homepage    <http://jwm-art.net/> .
