Skip to content

Instantly share code, notes, and snippets.

@aamedina
Last active December 18, 2022 17:46
Show Gist options
  • Select an option

  • Save aamedina/71efafc7b5a2b368bdf4a9a39ba6f859 to your computer and use it in GitHub Desktop.

Select an option

Save aamedina/71efafc7b5a2b368bdf4a9a39ba6f859 to your computer and use it in GitHub Desktop.
lv2 specs as Clojure / EDN data
^{:net.wikipunk.rdf/ns-prefix-map
{"ui" "http://lv2plug.in/ns/extensions/ui#",
"owl" "http://www.w3.org/2002/07/owl#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"xsd" "http://www.w3.org/2001/XMLSchema#",
"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#",
"units" "http://lv2plug.in/ns/extensions/units#",
"atom" "http://lv2plug.in/ns/ext/atom#"},
:vann/preferredNamespacePrefix "atom",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/atom#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/atom.lv2/atom.ttl"}
[#java.net.URI["http://lv2plug.in/ns/ext/atom"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/extensions/units"]]
[#java.net.URI["http://lv2plug.in/ns/ext/atom"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/extensions/ui"]]
[#java.net.URI["http://lv2plug.in/ns/ext/atom"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/lv2core"]]
[#java.net.URI["http://lv2plug.in/ns/ext/atom"]
:rdfs/comment
"A generic value container and several data types."]
[#java.net.URI["http://lv2plug.in/ns/ext/atom"] :rdfs/label "LV2 Atom"]
[#java.net.URI["http://lv2plug.in/ns/ext/atom"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/atom.lv2/atom.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/atom"] :rdf/type :owl/Ontology]
[:atom/URI :rdfs/comment "A URI string."]
[:atom/URI :rdfs/label "URI"]
[:atom/URI :owl/onDatatype :xsd/anyURI]
[:atom/URI :rdfs/subClassOf :atom/String]
[:atom/URI :rdf/type :rdfs/Datatype]
[:atom/URI :rdf/type :rdfs/Class]
[:atom/Literal :atom/cType "LV2_Atom_Literal"]
[:atom/Literal
:rdfs/comment
"A UTF-8 string literal with optional datatype or language."]
[:atom/Literal :rdfs/label "Literal"]
[:atom/Literal :rdfs/subClassOf :atom/Atom]
[:atom/Literal :rdf/type :rdfs/Class]
[:atom/Double :owl/onDatatype :xsd/double]
[:atom/Double :atom/cType "LV2_Atom_Double"]
[:atom/Double :rdfs/comment "A native `double`."]
[:atom/Double :rdfs/label "Double"]
[:atom/Double :rdfs/subClassOf :atom/Number]
[:atom/Double :rdf/type :rdfs/Datatype]
[:atom/Double :rdf/type :rdfs/Class]
[:atom/Bool :owl/onDatatype :xsd/boolean]
[:atom/Bool :atom/cType "LV2_Atom_Bool"]
[:atom/Bool
:rdfs/comment
"An atom:Int where 0 is false and any other value is true."]
[:atom/Bool :rdfs/label "Bool"]
[:atom/Bool :rdfs/subClassOf :atom/Atom]
[:atom/Bool :rdf/type :rdfs/Datatype]
[:atom/Bool :rdf/type :rdfs/Class]
[:atom/childType :rdfs/comment "The type of children in a container."]
[:atom/childType :rdfs/label "child type"]
[:atom/childType :rdf/type :owl/ObjectProperty]
[:atom/childType :rdf/type :rdf/Property]
[:atom/Property :atom/cType "LV2_Atom_Property"]
[:atom/Property :rdfs/comment "A property of an atom:Object."]
[:atom/Property :rdfs/label "Property"]
[:atom/Property :rdfs/subClassOf :atom/Atom]
[:atom/Property :rdf/type :rdfs/Class]
[:atom/Resource :atom/cType "LV2_Atom_Object"]
[:atom/Resource :owl/deprecated true]
[:atom/Resource
:rdfs/comment
"A named collection of properties with a URI."]
[:atom/Resource :rdfs/label "Resource"]
[:atom/Resource :rdfs/subClassOf :atom/Object]
[:atom/Resource :rdf/type :rdfs/Class]
[:atom/AtomPort :rdfs/comment "A port which contains an atom:Atom."]
[:atom/AtomPort :rdfs/label "Atom Port"]
[:atom/AtomPort :rdfs/subClassOf :lv2/Port]
[:atom/AtomPort :rdf/type :rdfs/Class]
[:atom/Object :atom/cType "LV2_Atom_Object"]
[:atom/Object :rdfs/comment "A collection of properties."]
[:atom/Object :rdfs/label "Object"]
[:atom/Object :rdfs/subClassOf :atom/Atom]
[:atom/Object :rdf/type :rdfs/Class]
[:atom/URID :atom/cType "LV2_Atom_URID"]
[:atom/URID :rdfs/comment "An unsigned 32-bit integer ID for a URI."]
[:atom/URID :rdfs/label "URID"]
[:atom/URID :rdfs/subClassOf :atom/Atom]
[:atom/URID :rdf/type :rdfs/Class]
[:atom/Tuple
:rdfs/comment
"A sequence of atoms with varying type and size."]
[:atom/Tuple :rdfs/label "Tuple"]
[:atom/Tuple :rdfs/subClassOf :atom/Atom]
[:atom/Tuple :rdf/type :rdfs/Class]
[:atom/cType :rdfs/range :lv2/Symbol]
[:atom/cType :rdfs/domain :rdfs/Class]
[:atom/cType
:rdfs/comment
"The C type that describes the binary representation of an Atom type."]
[:atom/cType :rdfs/label "C type"]
[:atom/cType :rdf/type :owl/FunctionalProperty]
[:atom/cType :rdf/type :owl/DatatypeProperty]
[:atom/cType :rdf/type :rdf/Property]
[:atom/beatTime :rdfs/comment "A time stamp in beats."]
[:atom/beatTime :rdfs/label "beat time"]
[:atom/beatTime :rdfs/range :xsd/decimal]
[:atom/beatTime :rdf/type :owl/FunctionalProperty]
[:atom/beatTime :rdf/type :owl/DatatypeProperty]
[:atom/beatTime :rdf/type :rdf/Property]
[:atom/Sequence :rdfs/comment "A sequence of events."]
[:atom/Sequence :atom/cType "LV2_Atom_Sequence"]
[:atom/Sequence :rdfs/label "Sequence"]
[:atom/Sequence :rdfs/subClassOf :atom/Atom]
[:atom/Sequence :rdf/type :rdfs/Class]
[:atom/Blank :atom/cType "LV2_Atom_Object"]
[:atom/Blank :owl/deprecated true]
[:atom/Blank
:rdfs/comment
"An anonymous collection of properties without a URI."]
[:atom/Blank :rdfs/label "Blank"]
[:atom/Blank :rdfs/subClassOf :atom/Object]
[:atom/Blank :rdf/type :rdfs/Class]
[:atom/Path :rdfs/comment "A local file path."]
[:atom/Path :rdfs/label "Path"]
[:atom/Path :owl/onDatatype :atom/URI]
[:atom/Path :rdfs/subClassOf :atom/URI]
[:atom/Path :rdf/type :rdfs/Datatype]
[:atom/Path :rdf/type :rdfs/Class]
[:atom/Chunk :owl/onDatatype :xsd/base64Binary]
[:atom/Chunk :rdfs/comment "A chunk of memory with undefined contents."]
[:atom/Chunk :rdfs/label "Chunk"]
[:atom/Chunk :rdfs/subClassOf :atom/Atom]
[:atom/Chunk :rdf/type :rdfs/Datatype]
[:atom/Chunk :rdf/type :rdfs/Class]
[:atom/Vector :atom/cType "LV2_Atom_Vector"]
[:atom/Vector
:rdfs/comment
"A homogeneous sequence of atom bodies with equivalent type and size."]
[:atom/Vector :rdfs/label "Vector"]
[:atom/Vector :rdfs/subClassOf :atom/Atom]
[:atom/Vector :rdf/type :rdfs/Class]
[:atom/bufferType
:rdfs/comment
"An atom type that a port may be connected to."]
[:atom/bufferType :rdfs/label "buffer type"]
[:atom/bufferType :rdfs/range :rdfs/Class]
[:atom/bufferType :rdfs/domain :atom/AtomPort]
[:atom/bufferType :rdf/type :owl/ObjectProperty]
[:atom/bufferType :rdf/type :rdf/Property]
[:atom/Long :owl/onDatatype :xsd/long]
[:atom/Long :atom/cType "LV2_Atom_Long"]
[:atom/Long :rdfs/comment "A native `int64_t`."]
[:atom/Long :rdfs/label "Long"]
[:atom/Long :rdfs/subClassOf :atom/Number]
[:atom/Long :rdf/type :rdfs/Datatype]
[:atom/Long :rdf/type :rdfs/Class]
[:atom/Atom :atom/cType "LV2_Atom"]
[:atom/Atom :rdfs/comment "Abstract base class for all atoms."]
[:atom/Atom :rdfs/label "Atom"]
[:atom/Atom :rdf/type :rdfs/Class]
[:atom/Int :owl/onDatatype :xsd/int]
[:atom/Int :atom/cType "LV2_Atom_Int"]
[:atom/Int :rdfs/comment "A native `int32_t`."]
[:atom/Int :rdfs/label "Int"]
[:atom/Int :rdfs/subClassOf :atom/Number]
[:atom/Int :rdf/type :rdfs/Datatype]
[:atom/Int :rdf/type :rdfs/Class]
[:atom/atomTransfer
:rdfs/comment
"A port protocol for transferring atoms."]
[:atom/atomTransfer :rdfs/label "atom transfer"]
[:atom/atomTransfer :rdf/type :ui/PortProtocol]
[:atom/eventTransfer
:rdfs/comment
"A port protocol for transferring events."]
[:atom/eventTransfer :rdfs/label "event transfer"]
[:atom/eventTransfer :rdf/type :ui/PortProtocol]
[:atom/frameTime :rdfs/comment "A time stamp in audio frames."]
[:atom/frameTime :rdfs/label "frame time"]
[:atom/frameTime :rdfs/range :xsd/decimal]
[:atom/frameTime :rdf/type :owl/FunctionalProperty]
[:atom/frameTime :rdf/type :owl/DatatypeProperty]
[:atom/frameTime :rdf/type :rdf/Property]
[:atom/String :owl/onDatatype :xsd/string]
[:atom/String :atom/cType "LV2_Atom_String"]
[:atom/String :rdfs/comment "A UTF-8 string."]
[:atom/String :rdfs/label "String"]
[:atom/String :rdfs/subClassOf :atom/Atom]
[:atom/String :rdf/type :rdfs/Datatype]
[:atom/String :rdf/type :rdfs/Class]
[:atom/Number :rdfs/comment "Base class for numeric types."]
[:atom/Number :rdfs/label "Number"]
[:atom/Number :rdfs/subClassOf :atom/Atom]
[:atom/Number :rdf/type :rdfs/Class]
[:atom/Float :owl/onDatatype :xsd/float]
[:atom/Float :atom/cType "LV2_Atom_Float"]
[:atom/Float :rdfs/comment "A native `float`."]
[:atom/Float :rdfs/label "Float"]
[:atom/Float :rdfs/subClassOf :atom/Number]
[:atom/Float :rdf/type :rdfs/Datatype]
[:atom/Float :rdf/type :rdfs/Class]
[:atom/Event
:rdfs/comment
"An atom with a time stamp prefix in a sequence."]
[:atom/Event :atom/cType "LV2_Atom_Event"]
[:atom/Event :rdfs/label "Event"]
[:atom/Event :rdf/type :rdfs/Class]
[:atom/Sound :atom/cType "LV2_Atom_Vector"]
[:atom/Sound
:rdfs/comment
"A atom:Vector of atom:Float which represents an audio waveform."]
[:atom/Sound :rdfs/label "Sound"]
[:atom/Sound :rdfs/subClassOf :atom/Vector]
[:atom/Sound :rdf/type :rdfs/Class]
[:atom/supports :rdfs/range :rdfs/Class]
[:atom/supports :rdfs/comment "A supported atom type."]
[:atom/supports :rdfs/label "supports"]
[:atom/supports :rdf/type :owl/ObjectProperty]
[:atom/supports :rdf/type :rdf/Property]
^{:net.wikipunk.rdf/ns-prefix-map
{"bufsz" "http://lv2plug.in/ns/ext/buf-size#",
"opts" "http://lv2plug.in/ns/ext/options#",
"owl" "http://www.w3.org/2002/07/owl#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"xsd" "http://www.w3.org/2001/XMLSchema#",
"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#"},
:vann/preferredNamespacePrefix "bufsz",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/buf-size#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/buf-size.lv2/buf-size.ttl"}
[:bufsz/sequenceSize :rdfs/range :xsd/nonNegativeInteger]
[:bufsz/sequenceSize
:rdfs/comment
"The maximum size of a sequence, in bytes."]
[:bufsz/sequenceSize :rdfs/label "sequence size"]
[:bufsz/sequenceSize :rdf/type :opts/Option]
[:bufsz/sequenceSize :rdf/type :owl/DatatypeProperty]
[:bufsz/sequenceSize :rdf/type :rdf/Property]
[:bufsz/powerOf2BlockLength
:rdfs/comment
"Block length is a power of 2."]
[:bufsz/powerOf2BlockLength :rdfs/label "power of 2 block length"]
[:bufsz/powerOf2BlockLength :rdf/type :lv2/Feature]
[#java.net.URI["http://lv2plug.in/ns/ext/buf-size"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/ext/options"]]
[#java.net.URI["http://lv2plug.in/ns/ext/buf-size"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/lv2core"]]
[#java.net.URI["http://lv2plug.in/ns/ext/buf-size"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/buf-size.lv2/buf-size.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/buf-size"]
:rdfs/comment
"Access to, and restrictions on, buffer sizes."]
[#java.net.URI["http://lv2plug.in/ns/ext/buf-size"]
:rdfs/label
"LV2 Buf Size"]
[#java.net.URI["http://lv2plug.in/ns/ext/buf-size"]
:rdf/type
:owl/Ontology]
[:bufsz/fixedBlockLength :rdfs/comment "Block length never changes."]
[:bufsz/fixedBlockLength :rdfs/label "fixed block length"]
[:bufsz/fixedBlockLength :rdf/type :lv2/Feature]
[:bufsz/boundedBlockLength
:rdfs/comment
"Block length has lower and upper bounds."]
[:bufsz/boundedBlockLength :rdfs/label "bounded block length"]
[:bufsz/boundedBlockLength :rdf/type :lv2/Feature]
[:bufsz/maxBlockLength :rdfs/range :xsd/nonNegativeInteger]
[:bufsz/maxBlockLength :rdfs/comment "Block length has an upper bound."]
[:bufsz/maxBlockLength :rdfs/label "maximum block length"]
[:bufsz/maxBlockLength :rdf/type :opts/Option]
[:bufsz/maxBlockLength :rdf/type :owl/DatatypeProperty]
[:bufsz/maxBlockLength :rdf/type :rdf/Property]
[:bufsz/minBlockLength :rdfs/range :xsd/nonNegativeInteger]
[:bufsz/minBlockLength :rdfs/comment "Block length has a lower bound."]
[:bufsz/minBlockLength :rdfs/label "minimum block length"]
[:bufsz/minBlockLength :rdf/type :opts/Option]
[:bufsz/minBlockLength :rdf/type :owl/DatatypeProperty]
[:bufsz/minBlockLength :rdf/type :rdf/Property]
[:bufsz/coarseBlockLength
:rdfs/comment
"Plugin prefers coarse block length without buffer splitting."]
[:bufsz/coarseBlockLength :rdfs/label "coarse block length"]
[:bufsz/coarseBlockLength :rdf/type :lv2/Feature]
[:bufsz/nominalBlockLength :rdfs/range :xsd/nonNegativeInteger]
[:bufsz/nominalBlockLength
:rdfs/comment
"Typical block length that will most often be processed."]
[:bufsz/nominalBlockLength :rdfs/label "nominal block length"]
[:bufsz/nominalBlockLength :rdf/type :opts/Option]
[:bufsz/nominalBlockLength :rdf/type :owl/DatatypeProperty]
[:bufsz/nominalBlockLength :rdf/type :rdf/Property]
^{:net.wikipunk.rdf/ns-prefix-map
{"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#",
"da" "http://lv2plug.in/ns/ext/data-access#"},
:vann/preferredNamespacePrefix "da",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/data-access#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/data-access.lv2/data-access.ttl"}
[#java.net.URI["http://lv2plug.in/ns/ext/data-access"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/data-access.lv2/data-access.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/data-access"]
:rdfs/comment
"A feature that provides access to plugin extension data."]
[#java.net.URI["http://lv2plug.in/ns/ext/data-access"]
:rdfs/label
"data access"]
[#java.net.URI["http://lv2plug.in/ns/ext/data-access"]
:rdf/type
:lv2/Feature]
^{:net.wikipunk.rdf/ns-prefix-map
{"owl" "http://www.w3.org/2002/07/owl#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"xsd" "http://www.w3.org/2001/XMLSchema#",
"dman" "http://lv2plug.in/ns/ext/dynmanifest#",
"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#"},
:vann/preferredNamespacePrefix "dman",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/dynmanifest#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/dynmanifest.lv2/dynmanifest.ttl"}
[:dman/DynManifest :rdfs/comment "Dynamic manifest for an LV2 binary."]
[:dman/DynManifest :rdfs/subClassOf "548b7c68af1b31ee833550516f79e58b"]
[:dman/DynManifest :rdfs/label "Dynamic Manifest"]
[:dman/DynManifest :rdf/type :rdfs/Class]
[#java.net.URI["http://lv2plug.in/ns/ext/dynmanifest"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/dynmanifest.lv2/dynmanifest.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/dynmanifest"]
:rdfs/comment
"Support for dynamic manifest data generation."]
[#java.net.URI["http://lv2plug.in/ns/ext/dynmanifest"]
:rdfs/label
"LV2 Dyn Manifest"]
[#java.net.URI["http://lv2plug.in/ns/ext/dynmanifest"]
:rdf/type
:owl/Ontology]
["548b7c68af1b31ee833550516f79e58b"
:rdfs/comment
"A DynManifest MUST have at least one lv2:binary."]
["548b7c68af1b31ee833550516f79e58b" :owl/minCardinality 1]
["548b7c68af1b31ee833550516f79e58b" :owl/onProperty :lv2/binary]
["548b7c68af1b31ee833550516f79e58b" :rdf/type :owl/Restriction]
^{:net.wikipunk.rdf/ns-prefix-map
{"ev" "http://lv2plug.in/ns/ext/event#",
"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#",
"owl" "http://www.w3.org/2002/07/owl#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#"},
:vann/preferredNamespacePrefix "ev",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/event#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/event.lv2/event.ttl"}
[:ev/supportsEvent
:rdfs/comment
"An event type supported by this port."]
[:ev/supportsEvent :rdfs/label "supports event type"]
[:ev/supportsEvent :rdfs/range :rdfs/Class]
[:ev/supportsEvent :rdfs/domain :ev/EventPort]
[:ev/supportsEvent :rdf/type :owl/ObjectProperty]
[:ev/supportsEvent :rdf/type :rdf/Property]
[:ev/Event :rdfs/comment "A single generic time-stamped event."]
[:ev/Event :rdfs/label "Event"]
[:ev/Event :rdf/type :rdfs/Class]
[:ev/supportsTimeStamp
:rdfs/comment
"A time stamp type supported by this input port."]
[:ev/supportsTimeStamp :rdfs/label "supports time stamp type"]
[:ev/supportsTimeStamp :rdfs/range :rdfs/Class]
[:ev/supportsTimeStamp :rdfs/domain :lv2/InputPort]
[:ev/supportsTimeStamp :rdfs/domain :ev/EventPort]
[:ev/supportsTimeStamp :rdf/type :owl/ObjectProperty]
[:ev/supportsTimeStamp :rdf/type :rdf/Property]
[:ev/FrameStamp
:rdfs/comment
"The default time stamp unit for an event."]
[:ev/FrameStamp :rdfs/label "Audio Frame Time Stamp"]
[:ev/FrameStamp :rdfs/subClassOf :ev/TimeStamp]
[:ev/FrameStamp :rdf/type :rdfs/Class]
[#java.net.URI["http://lv2plug.in/ns/ext/event"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/lv2core"]]
[#java.net.URI["http://lv2plug.in/ns/ext/event"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/event.lv2/event.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/event"]
:rdfs/comment
"A port-based real-time generic event interface."]
[#java.net.URI["http://lv2plug.in/ns/ext/event"]
:rdfs/label
"LV2 Event"]
[#java.net.URI["http://lv2plug.in/ns/ext/event"] :owl/deprecated true]
[#java.net.URI["http://lv2plug.in/ns/ext/event"]
:rdf/type
:owl/Ontology]
[:ev/TimeStamp :rdfs/comment "The time stamp of an Event."]
[:ev/TimeStamp :rdfs/label "Event Time Stamp"]
[:ev/TimeStamp :rdf/type :rdfs/Class]
[:ev/inheritsTimeStamp
:rdfs/comment
"Output port inherits time stamp types from an input port."]
[:ev/inheritsTimeStamp :rdfs/label "inherits time stamp type"]
[:ev/inheritsTimeStamp :rdfs/range :lv2/Port]
[:ev/inheritsTimeStamp :rdfs/domain :lv2/OutputPort]
[:ev/inheritsTimeStamp :rdfs/domain :ev/EventPort]
[:ev/inheritsTimeStamp :rdf/type :owl/ObjectProperty]
[:ev/inheritsTimeStamp :rdf/type :rdf/Property]
[:ev/inheritsEvent
:rdfs/comment
"Output port inherits event types from an input port."]
[:ev/inheritsEvent :rdfs/label "inherits event type"]
[:ev/inheritsEvent :rdfs/range :lv2/Port]
[:ev/inheritsEvent :rdfs/domain :lv2/OutputPort]
[:ev/inheritsEvent :rdfs/domain :ev/EventPort]
[:ev/inheritsEvent :rdf/type :owl/ObjectProperty]
[:ev/inheritsEvent :rdf/type :rdf/Property]
[:ev/generic :rdfs/comment "Port works with generic events."]
[:ev/generic :rdfs/label "generic event port"]
[:ev/generic :rdf/type :lv2/PortProperty]
[:ev/EventPort :rdfs/comment "An LV2 event port."]
[:ev/EventPort :rdfs/subClassOf :lv2/Port]
[:ev/EventPort :rdfs/label "Event Port"]
[:ev/EventPort :rdf/type :rdfs/Class]
[:ev/generatesTimeStamp
:rdfs/comment
"A time stamp type generated by this input port."]
[:ev/generatesTimeStamp :rdfs/label "generates time stamp type"]
[:ev/generatesTimeStamp :rdfs/range :rdfs/Class]
[:ev/generatesTimeStamp :rdfs/domain :lv2/OutputPort]
[:ev/generatesTimeStamp :rdfs/domain :ev/EventPort]
[:ev/generatesTimeStamp :rdf/type :owl/ObjectProperty]
[:ev/generatesTimeStamp :rdf/type :rdf/Property]
^{:net.wikipunk.rdf/ns-prefix-map
{"ia" "http://lv2plug.in/ns/ext/instance-access#",
"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#"},
:vann/preferredNamespacePrefix "ia",
:vann/preferredNamespaceUri
"http://lv2plug.in/ns/ext/instance-access#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/instance-access.lv2/instance-access.ttl"}
[#java.net.URI["http://lv2plug.in/ns/ext/instance-access"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/instance-access.lv2/instance-access.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/instance-access"]
:rdfs/comment
"A feature that provides access to a plugin instance."]
[#java.net.URI["http://lv2plug.in/ns/ext/instance-access"]
:rdfs/label
"instance access"]
[#java.net.URI["http://lv2plug.in/ns/ext/instance-access"]
:rdf/type
:lv2/Feature]
^{:net.wikipunk.rdf/ns-prefix-map
{"log" "http://lv2plug.in/ns/ext/log#",
"owl" "http://www.w3.org/2002/07/owl#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"xsd" "http://www.w3.org/2001/XMLSchema#",
"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#"},
:vann/preferredNamespacePrefix "log",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/log#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/log.lv2/log.ttl"}
[:log/Note :rdfs/comment "An informative message."]
[:log/Note :rdfs/subClassOf :log/Entry]
[:log/Note :rdfs/label "Note"]
[:log/Note :rdf/type :rdfs/Class]
[:log/Trace :rdfs/comment "A debugging trace message."]
[:log/Trace :rdfs/subClassOf :log/Entry]
[:log/Trace :rdfs/label "Trace"]
[:log/Trace :rdf/type :rdfs/Class]
[:log/log :rdfs/comment "Logging feature."]
[:log/log :rdfs/label "log"]
[:log/log :rdf/type :lv2/Feature]
[#java.net.URI["http://lv2plug.in/ns/ext/log"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/lv2core"]]
[#java.net.URI["http://lv2plug.in/ns/ext/log"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/log.lv2/log.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/log"]
:rdfs/comment
"A feature for writing log messages."]
[#java.net.URI["http://lv2plug.in/ns/ext/log"] :rdfs/label "LV2 Log"]
[#java.net.URI["http://lv2plug.in/ns/ext/log"] :rdf/type :owl/Ontology]
[:log/Error :rdfs/comment "An error message."]
[:log/Error :rdfs/subClassOf :log/Entry]
[:log/Error :rdfs/label "Error"]
[:log/Error :rdf/type :rdfs/Class]
[:log/Entry :rdfs/comment "A log entry."]
[:log/Entry :rdfs/label "Entry"]
[:log/Entry :rdf/type :rdfs/Class]
[:log/Warning :rdfs/comment "A warning message."]
[:log/Warning :rdfs/subClassOf :log/Entry]
[:log/Warning :rdfs/label "Warning"]
[:log/Warning :rdf/type :rdfs/Class]
^{:net.wikipunk.rdf/ns-prefix-map
{"doap" "http://usefulinc.com/ns/doap#",
"owl" "http://www.w3.org/2002/07/owl#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"xsd" "http://www.w3.org/2001/XMLSchema#",
"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#"},
:vann/preferredNamespacePrefix "lv2",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/lv2core#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/core.lv2/lv2core.ttl"}
[:lv2/extensionData
:rdfs/comment
"Extension data provided by a plugin or other binary."]
[:lv2/extensionData :rdfs/label "extension data"]
[:lv2/extensionData :rdfs/range :lv2/ExtensionData]
[:lv2/extensionData :rdf/type :owl/ObjectProperty]
[:lv2/extensionData :rdf/type :rdf/Property]
[:lv2/maximum :rdfs/comment "The maximum value for this control."]
[:lv2/maximum :rdfs/label "maximum"]
[:lv2/maximum :rdf/type :owl/FunctionalProperty]
[:lv2/maximum :rdf/type :owl/DatatypeProperty]
[:lv2/maximum :rdf/type :rdf/Property]
[:lv2/hardRTCapable
:rdfs/comment
"Plugin is capable of running in a hard real-time environment."]
[:lv2/hardRTCapable :rdfs/label "hard real-time capable"]
[:lv2/hardRTCapable :rdf/type :lv2/Feature]
[:lv2/MIDIPlugin
:rdfs/comment
"A plugin that primarily processes MIDI messages."]
[:lv2/MIDIPlugin :rdfs/label "MIDI Plugin"]
[:lv2/MIDIPlugin :rdfs/subClassOf :lv2/Plugin]
[:lv2/MIDIPlugin :rdf/type :owl/Class]
[:lv2/MIDIPlugin :rdf/type :rdfs/Class]
[:lv2/requiredFeature
:rdfs/comment
"A required feature that must be available to run."]
[:lv2/requiredFeature :rdfs/label "required feature"]
[:lv2/requiredFeature :rdfs/range :lv2/Feature]
[:lv2/requiredFeature :rdf/type :owl/ObjectProperty]
[:lv2/requiredFeature :rdf/type :rdf/Property]
[:lv2/port :rdfs/comment "A port (input or output) on this plugin."]
[:lv2/port :rdfs/label "port"]
[:lv2/port :rdfs/range :lv2/PortBase]
[:lv2/port :rdfs/domain :lv2/PluginBase]
[:lv2/port :rdf/type :owl/ObjectProperty]
[:lv2/port :rdf/type :rdf/Property]
[:lv2/latency :rdfs/comment "The latency introduced, in frames."]
[:lv2/latency :rdfs/label "latency"]
[:lv2/latency :rdfs/range :xsd/nonNegativeInteger]
[:lv2/latency :rdf/type :owl/DatatypeProperty]
[:lv2/latency :rdf/type :rdf/Property]
[:lv2/EnvelopePlugin
:rdfs/comment
"A plugin that applies an envelope to its input."]
[:lv2/EnvelopePlugin :rdfs/label "Envelope Plugin"]
[:lv2/EnvelopePlugin :rdfs/subClassOf :lv2/DynamicsPlugin]
[:lv2/EnvelopePlugin :rdf/type :owl/Class]
[:lv2/EnvelopePlugin :rdf/type :rdfs/Class]
[:lv2/SpectralPlugin
:rdfs/comment
"A plugin that alters the spectral properties of audio."]
[:lv2/SpectralPlugin :rdfs/label "Spectral Plugin"]
[:lv2/SpectralPlugin :rdfs/subClassOf :lv2/Plugin]
[:lv2/SpectralPlugin :rdf/type :owl/Class]
[:lv2/SpectralPlugin :rdf/type :rdfs/Class]
[:lv2/index :rdfs/comment "A non-negative zero-based 32-bit index."]
[:lv2/index :rdfs/label "index"]
[:lv2/index :rdfs/range :xsd/unsignedInt]
[:lv2/index :rdf/type :owl/FunctionalProperty]
[:lv2/index :rdf/type :owl/DatatypeProperty]
[:lv2/index :rdf/type :rdf/Property]
[:lv2/Port :rdfs/subClassOf "d3815a023def910f13b9e77adba51eeb"]
[:lv2/Port :rdfs/subClassOf :lv2/PortBase]
[:lv2/Port :rdfs/comment "An LV2 plugin port."]
[:lv2/Port :rdfs/label "Port"]
[:lv2/Port :rdf/type :owl/Class]
[:lv2/Port :rdf/type :rdfs/Class]
[:lv2/prototype
:rdfs/comment
"The prototype to inherit properties from."]
[:lv2/prototype :rdfs/label "prototype"]
[:lv2/prototype :rdf/type :owl/ObjectProperty]
[:lv2/prototype :rdf/type :rdf/Property]
[:lv2/SpatialPlugin
:rdfs/comment
"A plugin that manipulates the position of audio in space."]
[:lv2/SpatialPlugin :rdfs/label "Spatial Plugin"]
[:lv2/SpatialPlugin :rdfs/subClassOf :lv2/Plugin]
[:lv2/SpatialPlugin :rdf/type :owl/Class]
[:lv2/SpatialPlugin :rdf/type :rdfs/Class]
[:lv2/microVersion :rdfs/comment "The micro version of this resource."]
[:lv2/microVersion :rdfs/label "micro version"]
[:lv2/microVersion :rdfs/range :xsd/nonNegativeInteger]
[:lv2/microVersion :rdf/type :owl/DatatypeProperty]
[:lv2/microVersion :rdf/type :rdf/Property]
[:lv2/ScalePoint
:rdfs/comment
"A single `float` Point for control inputs."]
[:lv2/ScalePoint :rdfs/label "Scale Point"]
[:lv2/ScalePoint :rdfs/subClassOf :lv2/Point]
[:lv2/ScalePoint :rdf/type :owl/Class]
[:lv2/ScalePoint :rdf/type :rdfs/Class]
[:lv2/InputPort
:rdfs/comment
"A port connected to constant data which is read during `run()`."]
[:lv2/InputPort :rdfs/label "Input Port"]
[:lv2/InputPort :rdfs/subClassOf :lv2/Port]
[:lv2/InputPort :rdf/type :owl/Class]
[:lv2/InputPort :rdf/type :rdfs/Class]
[:lv2/control :rdfs/comment "The primary control channel."]
[:lv2/control :rdfs/label "control"]
[:lv2/control :rdf/type :lv2/Channel]
[:lv2/Symbol
:rdfs/comment
"A short restricted name used as a strong identifier."]
[:lv2/Symbol :rdfs/label "Symbol"]
[:lv2/Symbol :owl/withRestrictions "a989a46c32ed25f8cf30afa7e5d3bd66"]
[:lv2/Symbol :owl/onDatatype :xsd/string]
[:lv2/Symbol :rdf/type :rdfs/Datatype]
[:lv2/ExtensionData
:rdfs/comment
"Additional data defined by an extension."]
[:lv2/ExtensionData :rdfs/label "Extension Data"]
[:lv2/ExtensionData :rdf/type :owl/Class]
[:lv2/ExtensionData :rdf/type :rdfs/Class]
[:lv2/SimulatorPlugin
:rdfs/comment
"A plugin that aims to emulate some environmental effect or musical equipment."]
[:lv2/SimulatorPlugin :rdfs/label "Simulator Plugin"]
[:lv2/SimulatorPlugin :rdfs/subClassOf :lv2/Plugin]
[:lv2/SimulatorPlugin :rdf/type :owl/Class]
[:lv2/SimulatorPlugin :rdf/type :rdfs/Class]
["0f42ba469ecd25638977907e74167f90"
:xsd/pattern
"[_a-zA-Z][_a-zA-Z0-9]*"]
[:lv2/shortName
:rdfs/comment
"A short display name for labeling in a user interface."]
[:lv2/shortName :rdfs/range :xsd/string]
[:lv2/shortName :rdfs/label "short name"]
[:lv2/shortName :rdf/type :owl/DatatypeProperty]
[:lv2/shortName :rdf/type :rdf/Property]
[:lv2/OutputPort
:rdfs/comment
"A port connected to data which is written during `run()`."]
[:lv2/OutputPort :rdfs/label "Output Port"]
[:lv2/OutputPort :rdfs/subClassOf :lv2/Port]
[:lv2/OutputPort :rdf/type :owl/Class]
[:lv2/OutputPort :rdf/type :rdfs/Class]
[:lv2/Channel
:rdfs/comment
"An individual channel, such as left or right."]
[:lv2/Channel :rdfs/label "Channel"]
[:lv2/Channel :rdfs/subClassOf :lv2/Designation]
[:lv2/Channel :rdf/type :owl/Class]
[:lv2/Channel :rdf/type :rdfs/Class]
[:lv2/ConstantPlugin
:rdfs/comment
"A plugin that emits constant values."]
[:lv2/ConstantPlugin :rdfs/label "Constant Plugin"]
[:lv2/ConstantPlugin :rdfs/subClassOf :lv2/GeneratorPlugin]
[:lv2/ConstantPlugin :rdf/type :owl/Class]
[:lv2/ConstantPlugin :rdf/type :rdfs/Class]
[:lv2/PluginBase :rdfs/comment "Base class for a plugin-like resource."]
[:lv2/PluginBase :rdfs/label "Plugin Base"]
[:lv2/PluginBase :rdf/type :owl/Class]
[:lv2/PluginBase :rdf/type :rdfs/Class]
[:lv2/GatePlugin
:rdfs/comment
"A plugin that attenuates signals below some threshold."]
[:lv2/GatePlugin :rdfs/label "Gate Plugin"]
[:lv2/GatePlugin :rdfs/subClassOf :lv2/DynamicsPlugin]
[:lv2/GatePlugin :rdf/type :owl/Class]
[:lv2/GatePlugin :rdf/type :rdfs/Class]
[:lv2/freeWheeling
:rdfs/comment
"Whether processing is currently free-wheeling."]
[:lv2/freeWheeling :rdfs/range :xsd/boolean]
[:lv2/freeWheeling :rdfs/label "free-wheeling"]
[:lv2/freeWheeling :rdf/type :owl/DatatypeProperty]
[:lv2/freeWheeling :rdf/type :rdf/Property]
[:lv2/LowpassPlugin
:rdfs/comment
"A filter that attenuates frequencies above some cutoff."]
[:lv2/LowpassPlugin :rdfs/label "Lowpass Filter Plugin"]
[:lv2/LowpassPlugin :rdfs/subClassOf :lv2/FilterPlugin]
[:lv2/LowpassPlugin :rdf/type :owl/Class]
[:lv2/LowpassPlugin :rdf/type :rdfs/Class]
[:lv2/default :rdfs/comment "The default value for this control."]
[:lv2/default :rdfs/label "default"]
[:lv2/default :rdf/type :owl/FunctionalProperty]
[:lv2/default :rdf/type :owl/DatatypeProperty]
[:lv2/default :rdf/type :rdf/Property]
[:lv2/MixerPlugin
:rdfs/comment
"A plugin that mixes some number of inputs into some number of outputs."]
[:lv2/MixerPlugin :rdfs/label "Mixer Plugin"]
[:lv2/MixerPlugin :rdfs/subClassOf :lv2/UtilityPlugin]
[:lv2/MixerPlugin :rdf/type :owl/Class]
[:lv2/MixerPlugin :rdf/type :rdfs/Class]
[:lv2/Designation
:rdfs/comment
"A designation which defines the meaning of some data."]
[:lv2/Designation :rdfs/label "Designation"]
[:lv2/Designation :rdfs/subClassOf :rdf/Property]
[:lv2/Designation :rdf/type :owl/Class]
[:lv2/Designation :rdf/type :rdfs/Class]
[:lv2/ParaEQPlugin
:rdfs/comment
"A plugin that adjusts the balance between configurable frequency components."]
[:lv2/ParaEQPlugin :rdfs/label "Parametric EQ Plugin"]
[:lv2/ParaEQPlugin :rdfs/subClassOf :lv2/EQPlugin]
[:lv2/ParaEQPlugin :rdf/type :owl/Class]
[:lv2/ParaEQPlugin :rdf/type :rdfs/Class]
[:lv2/InstrumentPlugin
:rdfs/comment
"A plugin intended to be played as a musical instrument."]
[:lv2/InstrumentPlugin :rdfs/label "Instrument Plugin"]
[:lv2/InstrumentPlugin :rdfs/subClassOf :lv2/GeneratorPlugin]
[:lv2/InstrumentPlugin :rdf/type :owl/Class]
[:lv2/InstrumentPlugin :rdf/type :rdfs/Class]
["0ed00f533e338f817313d728e49725c4"
:rdfs/comment
"All ports on a plugin MUST be fully specified lv2:Port instances."]
["0ed00f533e338f817313d728e49725c4" :owl/allValuesFrom :lv2/Port]
["0ed00f533e338f817313d728e49725c4" :owl/onProperty :lv2/port]
["0ed00f533e338f817313d728e49725c4" :rdf/type :owl/Restriction]
[:lv2/BandpassPlugin
:rdfs/comment
"A filter that attenuates frequencies outside of some band."]
[:lv2/BandpassPlugin :rdfs/label "Bandpass Filter Plugin"]
[:lv2/BandpassPlugin :rdfs/subClassOf :lv2/FilterPlugin]
[:lv2/BandpassPlugin :rdf/type :owl/Class]
[:lv2/BandpassPlugin :rdf/type :rdfs/Class]
[:lv2/Plugin :rdfs/subClassOf "0ed00f533e338f817313d728e49725c4"]
[:lv2/Plugin :rdfs/subClassOf "4c296350e75c7d71d517fcbe0e191e00"]
[:lv2/Plugin :rdfs/comment "An LV2 plugin."]
[:lv2/Plugin :rdfs/label "Plugin"]
[:lv2/Plugin :rdfs/subClassOf :lv2/PluginBase]
[:lv2/Plugin :rdf/type :owl/Class]
[:lv2/Plugin :rdf/type :rdfs/Class]
[:lv2/inPlaceBroken
:rdfs/comment
"Plugin requires separate locations for input and output."]
[:lv2/inPlaceBroken :rdfs/label "in-place broken"]
[:lv2/inPlaceBroken :rdf/type :lv2/Feature]
[:lv2/CVPort
:rdfs/comment
"A port connected to an array of float control values."]
[:lv2/CVPort :rdfs/label "CV Port"]
[:lv2/CVPort :rdfs/subClassOf :lv2/Port]
[:lv2/CVPort :rdf/type :owl/Class]
[:lv2/CVPort :rdf/type :rdfs/Class]
[:lv2/appliesTo :rdfs/comment "The plugin this resource is related to."]
[:lv2/appliesTo :rdfs/label "applies to"]
[:lv2/appliesTo :rdfs/range :lv2/Plugin]
[:lv2/appliesTo :rdf/type :owl/ObjectProperty]
[:lv2/appliesTo :rdf/type :rdf/Property]
[:lv2/FunctionPlugin
:rdfs/comment
"A plugin whose output is a mathematical function of its input."]
[:lv2/FunctionPlugin :rdfs/label "Function Plugin"]
[:lv2/FunctionPlugin :rdfs/subClassOf :lv2/UtilityPlugin]
[:lv2/FunctionPlugin :rdf/type :owl/Class]
[:lv2/FunctionPlugin :rdf/type :rdfs/Class]
[:lv2/PhaserPlugin
:rdfs/comment
"An effect that periodically sweeps a filter over its input."]
[:lv2/PhaserPlugin :rdfs/label "Phaser Plugin"]
[:lv2/PhaserPlugin :rdfs/subClassOf :lv2/ModulatorPlugin]
[:lv2/PhaserPlugin :rdf/type :owl/Class]
[:lv2/PhaserPlugin :rdf/type :rdfs/Class]
[:lv2/FilterPlugin
:rdfs/comment
"An effect that manipulates the frequency spectrum of its input."]
[:lv2/FilterPlugin :rdfs/label "Filter Plugin"]
[:lv2/FilterPlugin :rdfs/subClassOf :lv2/Plugin]
[:lv2/FilterPlugin :rdf/type :owl/Class]
[:lv2/FilterPlugin :rdf/type :rdfs/Class]
[:lv2/GeneratorPlugin
:rdfs/comment
"A plugin that generates new sound internally."]
[:lv2/GeneratorPlugin :rdfs/label "Generator Plugin"]
[:lv2/GeneratorPlugin :rdfs/subClassOf :lv2/Plugin]
[:lv2/GeneratorPlugin :rdf/type :owl/Class]
[:lv2/GeneratorPlugin :rdf/type :rdfs/Class]
[:lv2/EQPlugin
:rdfs/comment
"A plugin that adjusts the balance between frequency components."]
[:lv2/EQPlugin :rdfs/label "EQ Plugin"]
[:lv2/EQPlugin :rdfs/subClassOf :lv2/FilterPlugin]
[:lv2/EQPlugin :rdf/type :owl/Class]
[:lv2/EQPlugin :rdf/type :rdfs/Class]
[:lv2/project :rdfs/comment "The project this is a part of."]
[:lv2/project :rdfs/label "project"]
[:lv2/project :rdfs/range :doap/Project]
[:lv2/project :rdf/type :owl/ObjectProperty]
[:lv2/project :rdf/type :rdf/Property]
[:lv2/Point :rdfs/comment "An interesting point in a value range."]
[:lv2/Point :rdfs/label "Point"]
[:lv2/Point :rdf/type :owl/Class]
[:lv2/Point :rdf/type :rdfs/Class]
[:lv2/ReverbPlugin
:rdfs/comment
"An effect that adds reverberation to its input."]
[:lv2/ReverbPlugin :rdfs/label "Reverb Plugin"]
[:lv2/ReverbPlugin :rdfs/subClassOf :lv2/DelayPlugin]
[:lv2/ReverbPlugin :rdfs/subClassOf :lv2/SimulatorPlugin]
[:lv2/ReverbPlugin :rdfs/subClassOf :lv2/Plugin]
[:lv2/ReverbPlugin :rdf/type :owl/Class]
[:lv2/ReverbPlugin :rdf/type :rdfs/Class]
[:lv2/CombPlugin
:rdfs/comment
"A filter that adds a delayed version of its input to itself."]
[:lv2/CombPlugin :rdfs/label "Comb Filter Plugin"]
[:lv2/CombPlugin :rdfs/subClassOf :lv2/FilterPlugin]
[:lv2/CombPlugin :rdf/type :owl/Class]
[:lv2/CombPlugin :rdf/type :rdfs/Class]
[:lv2/reportsLatency
:rdfs/comment
"Control port value is the plugin latency in frames."]
[:lv2/reportsLatency :rdfs/label "reports latency"]
[:lv2/reportsLatency :owl/deprecated true]
[:lv2/reportsLatency :rdf/type :lv2/PortProperty]
[:lv2/connectionOptional
:rdfs/comment
"The property that this port may be connected to NULL."]
[:lv2/connectionOptional :rdfs/label "connection optional"]
[:lv2/connectionOptional :rdf/type :lv2/PortProperty]
[:lv2/enabled
:rdfs/comment
"Whether processing is currently enabled (not bypassed)."]
[:lv2/enabled :rdfs/range :xsd/int]
[:lv2/enabled :rdfs/label "enabled"]
[:lv2/enabled :rdf/type :owl/DatatypeProperty]
[:lv2/enabled :rdf/type :rdf/Property]
[:lv2/binary :rdfs/comment "The binary of this resource."]
[:lv2/binary :rdfs/label "binary"]
[:lv2/binary :rdfs/range :owl/Thing]
[:lv2/binary :rdf/type :owl/ObjectProperty]
[:lv2/binary :rdf/type :rdf/Property]
[:lv2/ControlPort :rdfs/comment "A port connected to a single `float`."]
[:lv2/ControlPort :rdfs/label "Control Port"]
[:lv2/ControlPort :rdfs/subClassOf :lv2/Port]
[:lv2/ControlPort :rdf/type :owl/Class]
[:lv2/ControlPort :rdf/type :rdfs/Class]
[:lv2/AmplifierPlugin
:rdfs/comment
"A plugin that primarily changes the volume of its input."]
[:lv2/AmplifierPlugin :rdfs/label "Amplifier Plugin"]
[:lv2/AmplifierPlugin :rdfs/subClassOf :lv2/DynamicsPlugin]
[:lv2/AmplifierPlugin :rdf/type :owl/Class]
[:lv2/AmplifierPlugin :rdf/type :rdfs/Class]
[:lv2/integer
:rdfs/comment
"Control port values are treated as integers."]
[:lv2/integer :rdfs/label "integer"]
[:lv2/integer :rdf/type :lv2/PortProperty]
[:lv2/PortProperty
:rdfs/comment
"A particular property that a port has."]
[:lv2/PortProperty :rdfs/label "Port Property"]
[:lv2/PortProperty :rdf/type :owl/Class]
[:lv2/PortProperty :rdf/type :rdfs/Class]
[:lv2/AllpassPlugin
:rdfs/comment
"A filter that changes the phase relationship between frequency components."]
[:lv2/AllpassPlugin :rdfs/label "Allpass Filter Plugin"]
[:lv2/AllpassPlugin :rdfs/subClassOf :lv2/FilterPlugin]
[:lv2/AllpassPlugin :rdf/type :owl/Class]
[:lv2/AllpassPlugin :rdf/type :rdfs/Class]
[:lv2/ConverterPlugin
:rdfs/comment
"A plugin that converts its input into a different form."]
[:lv2/ConverterPlugin :rdfs/label "Converter Plugin"]
[:lv2/ConverterPlugin :rdfs/subClassOf :lv2/UtilityPlugin]
[:lv2/ConverterPlugin :rdf/type :owl/Class]
[:lv2/ConverterPlugin :rdf/type :rdfs/Class]
[:lv2/HighpassPlugin
:rdfs/comment
"A filter that attenuates frequencies below some cutoff."]
[:lv2/HighpassPlugin :rdfs/label "Highpass Filter Plugin"]
[:lv2/HighpassPlugin :rdfs/subClassOf :lv2/FilterPlugin]
[:lv2/HighpassPlugin :rdf/type :owl/Class]
[:lv2/HighpassPlugin :rdf/type :rdfs/Class]
[:lv2/WaveshaperPlugin
:rdfs/comment
"An effect that alters the shape of input waveforms."]
[:lv2/WaveshaperPlugin :rdfs/label "Waveshaper Plugin"]
[:lv2/WaveshaperPlugin :rdfs/subClassOf :lv2/DistortionPlugin]
[:lv2/WaveshaperPlugin :rdf/type :owl/Class]
[:lv2/WaveshaperPlugin :rdf/type :rdfs/Class]
[:lv2/optionalFeature
:rdfs/comment
"An optional feature that is supported if available."]
[:lv2/optionalFeature :rdfs/label "optional feature"]
[:lv2/optionalFeature :rdfs/range :lv2/Feature]
[:lv2/optionalFeature :rdf/type :owl/ObjectProperty]
[:lv2/optionalFeature :rdf/type :rdf/Property]
[:lv2/documentation
:rdfs/seeAlso
#java.net.URI["http://www.w3.org/TR/xhtml-basic/"]]
[:lv2/documentation :rdfs/comment "Extended documentation."]
[:lv2/documentation :rdfs/label "documentation"]
[:lv2/documentation :rdfs/range :rdfs/Literal]
[:lv2/documentation :rdf/type :owl/AnnotationProperty]
[:lv2/documentation :rdf/type :rdf/Property]
[:lv2/isSideChain
:rdfs/comment
"Signal for port should not be considered a main input or output."]
[:lv2/isSideChain :rdfs/label "is side-chain"]
[:lv2/isSideChain :rdf/type :lv2/PortProperty]
[:lv2/toggled
:rdfs/comment
"Control port value is considered a boolean toggle."]
[:lv2/toggled :rdfs/label "toggled"]
[:lv2/toggled :rdf/type :lv2/PortProperty]
[:lv2/Feature
:rdfs/comment
"An additional feature which may be used or required."]
[:lv2/Feature :rdfs/label "Feature"]
[:lv2/Feature :rdf/type :owl/Class]
[:lv2/Feature :rdf/type :rdfs/Class]
[:lv2/LimiterPlugin
:rdfs/comment
"A plugin that limits its input to some maximum level."]
[:lv2/LimiterPlugin :rdfs/label "Limiter Plugin"]
[:lv2/LimiterPlugin :rdfs/subClassOf :lv2/DynamicsPlugin]
[:lv2/LimiterPlugin :rdf/type :owl/Class]
[:lv2/LimiterPlugin :rdf/type :rdfs/Class]
[:lv2/AudioPort
:rdfs/comment
"A port connected to an array of float audio samples."]
[:lv2/AudioPort :rdfs/label "Audio Port"]
[:lv2/AudioPort :rdfs/subClassOf :lv2/Port]
[:lv2/AudioPort :rdf/type :owl/Class]
[:lv2/AudioPort :rdf/type :rdfs/Class]
["4c296350e75c7d71d517fcbe0e191e00"
:rdfs/comment
"A plugin MUST have at least one untranslated doap:name."]
["4c296350e75c7d71d517fcbe0e191e00"
:owl/someValuesFrom
:rdf/PlainLiteral]
["4c296350e75c7d71d517fcbe0e191e00" :owl/onProperty :doap/name]
["4c296350e75c7d71d517fcbe0e191e00" :rdf/type :owl/Restriction]
[:lv2/Parameter :rdfs/comment "A property that is a plugin parameter."]
[:lv2/Parameter :rdfs/label "Parameter"]
[:lv2/Parameter :rdfs/subClassOf :rdf/Property]
[:lv2/Parameter :rdfs/subClassOf :lv2/Designation]
[:lv2/Parameter :rdf/type :owl/Class]
[:lv2/Parameter :rdf/type :rdfs/Class]
[:lv2/minimum :rdfs/comment "The minimum value for this control."]
[:lv2/minimum :rdfs/label "minimum"]
[:lv2/minimum :rdf/type :owl/FunctionalProperty]
[:lv2/minimum :rdf/type :owl/DatatypeProperty]
[:lv2/minimum :rdf/type :rdf/Property]
[:lv2/minorVersion :rdfs/comment "The minor version of this resource."]
[:lv2/minorVersion :rdfs/label "minor version"]
[:lv2/minorVersion :rdfs/range :xsd/nonNegativeInteger]
[:lv2/minorVersion :rdf/type :owl/DatatypeProperty]
[:lv2/minorVersion :rdf/type :rdf/Property]
["a989a46c32ed25f8cf30afa7e5d3bd66" :rdf/rest :rdf/nil]
["a989a46c32ed25f8cf30afa7e5d3bd66"
:rdf/first
"0f42ba469ecd25638977907e74167f90"]
[:lv2/ModulatorPlugin
:rdfs/comment
"An effect that modulats its input as an effect."]
[:lv2/ModulatorPlugin :rdfs/label "Modulator Plugin"]
[:lv2/ModulatorPlugin :rdfs/subClassOf :lv2/Plugin]
[:lv2/ModulatorPlugin :rdf/type :owl/Class]
[:lv2/ModulatorPlugin :rdf/type :rdfs/Class]
["d3815a023def910f13b9e77adba51eeb"
:rdfs/comment
"A port MUST have at least one lv2:name."]
["d3815a023def910f13b9e77adba51eeb" :owl/minCardinality 1]
["d3815a023def910f13b9e77adba51eeb" :owl/onProperty :lv2/name]
["d3815a023def910f13b9e77adba51eeb" :rdf/type :owl/Restriction]
[:lv2/name
:rdfs/comment
"A display name for labeling in a user interface."]
[:lv2/name :rdfs/range :xsd/string]
[:lv2/name :rdfs/label "name"]
[:lv2/name :rdf/type :owl/DatatypeProperty]
[:lv2/name :rdf/type :rdf/Property]
[:lv2/enumeration
:rdfs/comment
"Control port scale points represent all useful values."]
[:lv2/enumeration :rdfs/label "enumeration"]
[:lv2/enumeration :rdf/type :lv2/PortProperty]
[:lv2/symbol
:rdfs/comment
"The symbol that identifies this resource in the context of its parent."]
[:lv2/symbol :rdfs/range :rdf/PlainLiteral]
[:lv2/symbol :rdfs/range :lv2/Symbol]
[:lv2/symbol :rdfs/label "symbol"]
[:lv2/symbol :rdf/type :owl/FunctionalProperty]
[:lv2/symbol :rdf/type :owl/DatatypeProperty]
[:lv2/symbol :rdf/type :rdf/Property]
[:lv2/Specification :rdfs/comment "An LV2 specifiation."]
[:lv2/Specification :rdfs/label "Specification"]
[:lv2/Specification :rdfs/subClassOf :doap/Project]
[:lv2/Specification :rdf/type :owl/Class]
[:lv2/Specification :rdf/type :rdfs/Class]
[:lv2/sampleRate
:rdfs/comment
"Control port bounds are interpreted as multiples of the sample rate."]
[:lv2/sampleRate :rdfs/label "sample rate"]
[:lv2/sampleRate :rdf/type :lv2/PortProperty]
[:lv2/designation
:rdfs/comment
"The designation that defines the meaning of this input or output."]
[:lv2/designation :rdfs/label "designation"]
[:lv2/designation :rdfs/range :rdf/Property]
[:lv2/designation :rdf/type :owl/FunctionalProperty]
[:lv2/designation :rdf/type :owl/ObjectProperty]
[:lv2/designation :rdf/type :rdf/Property]
[:lv2/DistortionPlugin
:rdfs/comment
"A plugin that adds distortion to its input."]
[:lv2/DistortionPlugin :rdfs/label "Distortion Plugin"]
[:lv2/DistortionPlugin :rdfs/subClassOf :lv2/Plugin]
[:lv2/DistortionPlugin :rdf/type :owl/Class]
[:lv2/DistortionPlugin :rdf/type :rdfs/Class]
[:lv2/UtilityPlugin
:rdfs/comment
"A utility plugin that is not a typical audio effect or generator."]
[:lv2/UtilityPlugin :rdfs/label "Utility Plugin"]
[:lv2/UtilityPlugin :rdfs/subClassOf :lv2/Plugin]
[:lv2/UtilityPlugin :rdf/type :owl/Class]
[:lv2/UtilityPlugin :rdf/type :rdfs/Class]
[:lv2/ChorusPlugin
:rdfs/comment
"An effect that mixes significantly delayed copies of its input."]
[:lv2/ChorusPlugin :rdfs/label "Chorus Plugin"]
[:lv2/ChorusPlugin :rdfs/subClassOf :lv2/ModulatorPlugin]
[:lv2/ChorusPlugin :rdf/type :owl/Class]
[:lv2/ChorusPlugin :rdf/type :rdfs/Class]
[:lv2/CompressorPlugin
:rdfs/comment
"A plugin that reduces the dynamic range of its input."]
[:lv2/CompressorPlugin :rdfs/label "Compressor Plugin"]
[:lv2/CompressorPlugin :rdfs/subClassOf :lv2/DynamicsPlugin]
[:lv2/CompressorPlugin :rdf/type :owl/Class]
[:lv2/CompressorPlugin :rdf/type :rdfs/Class]
[:lv2/scalePoint :rdfs/comment "A scale point of a port or parameter."]
[:lv2/scalePoint :rdfs/label "scale point"]
[:lv2/scalePoint :rdfs/range :lv2/ScalePoint]
[:lv2/scalePoint :rdf/type :owl/ObjectProperty]
[:lv2/scalePoint :rdf/type :rdf/Property]
[:lv2/DynamicsPlugin
:rdfs/comment
"A plugin that alters the envelope or dynamic range of its input."]
[:lv2/DynamicsPlugin :rdfs/label "Dynamics Plugin"]
[:lv2/DynamicsPlugin :rdfs/subClassOf :lv2/Plugin]
[:lv2/DynamicsPlugin :rdf/type :owl/Class]
[:lv2/DynamicsPlugin :rdf/type :rdfs/Class]
[:lv2/Markdown :rdfs/comment "A string in Markdown syntax."]
[:lv2/Markdown :rdfs/label "Markdown"]
[:lv2/Markdown :owl/onDatatype :xsd/string]
[:lv2/Markdown :rdf/type :rdfs/Datatype]
[:lv2/OscillatorPlugin
:rdfs/comment
"A plugin that generates output with an oscillator."]
[:lv2/OscillatorPlugin :rdfs/label "Oscillator Plugin"]
[:lv2/OscillatorPlugin :rdfs/subClassOf :lv2/GeneratorPlugin]
[:lv2/OscillatorPlugin :rdf/type :owl/Class]
[:lv2/OscillatorPlugin :rdf/type :rdfs/Class]
[:lv2/ExpanderPlugin
:rdfs/comment
"A plugin that expands the dynamic range of its input."]
[:lv2/ExpanderPlugin :rdfs/label "Expander Plugin"]
[:lv2/ExpanderPlugin :rdfs/subClassOf :lv2/DynamicsPlugin]
[:lv2/ExpanderPlugin :rdf/type :owl/Class]
[:lv2/ExpanderPlugin :rdf/type :rdfs/Class]
["10ddae9c7cc9924ac713e014fa6ff9e2"
:rdfs/comment
"A port MUST have exactly one lv2:symbol."]
["10ddae9c7cc9924ac713e014fa6ff9e2" :owl/cardinality 1]
["10ddae9c7cc9924ac713e014fa6ff9e2" :owl/onProperty :lv2/symbol]
["10ddae9c7cc9924ac713e014fa6ff9e2" :rdf/type :owl/Restriction]
[:lv2/AnalyserPlugin
:rdfs/comment
"A plugin that analyses its input and emits some useful information."]
[:lv2/AnalyserPlugin :rdfs/label "Analyser Plugin"]
[:lv2/AnalyserPlugin :rdfs/subClassOf :lv2/UtilityPlugin]
[:lv2/AnalyserPlugin :rdf/type :owl/Class]
[:lv2/AnalyserPlugin :rdf/type :rdfs/Class]
[:lv2/DelayPlugin
:rdfs/comment
"An effect that intentionally delays its input as an effect."]
[:lv2/DelayPlugin :rdfs/label "Delay Plugin"]
[:lv2/DelayPlugin :rdfs/subClassOf :lv2/Plugin]
[:lv2/DelayPlugin :rdf/type :owl/Class]
[:lv2/DelayPlugin :rdf/type :rdfs/Class]
[:lv2/FlangerPlugin
:rdfs/comment
"An effect that mixes slightly delayed copies of its input."]
[:lv2/FlangerPlugin :rdfs/label "Flanger Plugin"]
[:lv2/FlangerPlugin :rdfs/subClassOf :lv2/ModulatorPlugin]
[:lv2/FlangerPlugin :rdf/type :owl/Class]
[:lv2/FlangerPlugin :rdf/type :rdfs/Class]
[:lv2/MultiEQPlugin
:rdfs/comment
"A plugin that adjusts the balance between a fixed set of frequency components."]
[:lv2/MultiEQPlugin :rdfs/label "Multiband EQ Plugin"]
[:lv2/MultiEQPlugin :rdfs/subClassOf :lv2/EQPlugin]
[:lv2/MultiEQPlugin :rdf/type :owl/Class]
[:lv2/MultiEQPlugin :rdf/type :rdfs/Class]
[:lv2/isLive :rdfs/comment "Plugin has a real-time dependency."]
[:lv2/isLive :rdfs/label "is live"]
[:lv2/isLive :rdf/type :lv2/Feature]
[:lv2/portProperty
:rdfs/comment
"A property of this port hosts may find useful."]
[:lv2/portProperty :rdfs/label "port property"]
[:lv2/portProperty :rdfs/range :lv2/PortProperty]
[:lv2/portProperty :rdfs/domain :lv2/Port]
[:lv2/portProperty :rdf/type :owl/ObjectProperty]
[:lv2/portProperty :rdf/type :rdf/Property]
[#java.net.URI["http://lv2plug.in/ns/lv2core"]
:owl/imports
#java.net.URI["http://usefulinc.com/ns/doap#"]]
[#java.net.URI["http://lv2plug.in/ns/lv2core"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/core.lv2/lv2core.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/lv2core"]
:rdfs/comment
"An extensible open standard for audio plugins."]
[#java.net.URI["http://lv2plug.in/ns/lv2core"] :rdfs/label "LV2"]
[#java.net.URI["http://lv2plug.in/ns/lv2core"] :rdf/type :owl/Ontology]
[:lv2/PortBase :rdfs/subClassOf "10ddae9c7cc9924ac713e014fa6ff9e2"]
[:lv2/PortBase :rdfs/comment "Base class for a port-like resource."]
[:lv2/PortBase :rdfs/label "Port Base"]
[:lv2/PortBase :rdf/type :owl/Class]
[:lv2/PortBase :rdf/type :rdfs/Class]
[:lv2/PitchPlugin
:rdfs/comment
"A plugin that shifts the pitch of its input."]
[:lv2/PitchPlugin :rdfs/label "Pitch Shifter Plugin"]
[:lv2/PitchPlugin :rdfs/subClassOf :lv2/SpectralPlugin]
[:lv2/PitchPlugin :rdf/type :owl/Class]
[:lv2/PitchPlugin :rdf/type :rdfs/Class]
^{:net.wikipunk.rdf/ns-prefix-map
{"ev" "http://lv2plug.in/ns/ext/event#",
"midi" "http://lv2plug.in/ns/ext/midi#",
"owl" "http://www.w3.org/2002/07/owl#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"xsd" "http://www.w3.org/2001/XMLSchema#",
"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#",
"atom" "http://lv2plug.in/ns/ext/atom#"},
:vann/preferredNamespacePrefix "midi",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/midi#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/midi.lv2/midi.ttl"}
[:midi/statusMask
:rdfs/comment
"The status byte for a message of this type on channel 1."]
[:midi/statusMask :rdfs/range :midi/HexByte]
[:midi/statusMask :rdfs/label "status mask"]
[:midi/statusMask :rdf/type :owl/FunctionalProperty]
[:midi/statusMask :rdf/type :owl/DatatypeProperty]
[:midi/statusMask :rdf/type :rdf/Property]
[:midi/benderValue
:rdfs/comment
"MIDI pitch bender message (-8192 to 8192)."]
[:midi/benderValue :rdfs/range :xsd/short]
[:midi/benderValue :rdfs/label "bender value"]
[:midi/benderValue :rdf/type :owl/FunctionalProperty]
[:midi/benderValue :rdf/type :owl/DatatypeProperty]
[:midi/benderValue :rdf/type :rdf/Property]
[:midi/channel :rdfs/comment "The channel number of a MIDI message."]
[:midi/channel :rdfs/range :xsd/unsignedByte]
[:midi/channel :rdfs/label "MIDI channel"]
[:midi/channel :rdf/type :owl/FunctionalProperty]
[:midi/channel :rdf/type :owl/DatatypeProperty]
[:midi/channel :rdf/type :rdf/Property]
["6e420d2b561c7c98dff40cd79813a61c" :midi/property :midi/noteNumber]
["6e420d2b561c7c98dff40cd79813a61c" :midi/byteNumber 0]
[#java.net.URI["http://lv2plug.in/ns/ext/midi"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/midi.lv2/midi.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/midi"]
:rdfs/comment
"A normalised definition of raw MIDI."]
[#java.net.URI["http://lv2plug.in/ns/ext/midi"] :rdfs/label "LV2 MIDI"]
[#java.net.URI["http://lv2plug.in/ns/ext/midi"] :rdf/type :owl/Ontology]
[:midi/programNumber
:rdfs/comment
"The numeric ID of a program (0 to 127)."]
[:midi/programNumber :rdfs/range :xsd/byte]
[:midi/programNumber :rdfs/label "program number"]
[:midi/programNumber :rdf/type :owl/FunctionalProperty]
[:midi/programNumber :rdf/type :owl/DatatypeProperty]
[:midi/programNumber :rdf/type :rdf/Property]
[:midi/MidiEvent :rdfs/comment "A single raw MIDI message."]
[:midi/MidiEvent :rdfs/label "MIDI Message"]
[:midi/MidiEvent :owl/onDatatype :xsd/hexBinary]
[:midi/MidiEvent :rdfs/subClassOf :atom/Atom]
[:midi/MidiEvent :rdfs/subClassOf :ev/Event]
[:midi/MidiEvent :rdf/type :rdfs/Datatype]
[:midi/MidiEvent :rdf/type :rdfs/Class]
[:midi/controllerNumber
:rdfs/comment
"The numeric ID of a controller (0 to 127)."]
[:midi/controllerNumber :rdfs/range :xsd/byte]
[:midi/controllerNumber :rdfs/label "MIDI controller number"]
[:midi/controllerNumber :rdf/type :owl/FunctionalProperty]
[:midi/controllerNumber :rdf/type :owl/DatatypeProperty]
[:midi/controllerNumber :rdf/type :rdf/Property]
["3836bb132b7504d9ec280406f07e85f6" :rdf/rest :rdf/nil]
["3836bb132b7504d9ec280406f07e85f6"
:rdf/first
"6f0671902925f09b4b7b5bad3155aaef"]
["ac4ffbac031c8bd4d80ebf9d066efa37"
:midi/property
:midi/controllerNumber]
["ac4ffbac031c8bd4d80ebf9d066efa37" :midi/byteNumber 0]
[:midi/ChannelPressure :midi/chunk "bee9a164df048b8de4b2e088ec28af00"]
[:midi/ChannelPressure :midi/statusMask [-48]]
[:midi/ChannelPressure :rdfs/comment "MIDI channel pressure message."]
[:midi/ChannelPressure :rdfs/label "Channel Pressure"]
[:midi/ChannelPressure :rdfs/subClassOf :midi/VoiceMessage]
[:midi/ChannelPressure :rdf/type :rdfs/Class]
[:midi/SystemRealtime :rdfs/comment "MIDI system realtime message."]
[:midi/SystemRealtime :rdfs/label "System Realtime"]
[:midi/SystemRealtime :rdfs/subClassOf :midi/SystemMessage]
[:midi/SystemRealtime :rdf/type :rdfs/Class]
["3d538bee937f097dd82cc7590340231b" :midi/property :midi/noteNumber]
["3d538bee937f097dd82cc7590340231b" :midi/byteNumber 0]
[:midi/SystemCommon :rdfs/comment "MIDI system common message."]
[:midi/SystemCommon :rdfs/label "System Common"]
[:midi/SystemCommon :rdfs/subClassOf :midi/SystemMessage]
[:midi/SystemCommon :rdf/type :rdfs/Class]
[:midi/velocity
:rdfs/comment
"The velocity of a note message (0 to 127)."]
[:midi/velocity :rdfs/range :midi/HexByte]
[:midi/velocity :rdfs/label "velocity"]
[:midi/velocity :rdf/type :owl/FunctionalProperty]
[:midi/velocity :rdf/type :owl/DatatypeProperty]
[:midi/velocity :rdf/type :rdf/Property]
[:midi/songNumber :rdfs/comment "The numeric ID of a song (0 to 127)."]
[:midi/songNumber :rdfs/range :xsd/byte]
[:midi/songNumber :rdfs/label "song number"]
[:midi/songNumber :rdf/type :owl/FunctionalProperty]
[:midi/songNumber :rdf/type :owl/DatatypeProperty]
[:midi/songNumber :rdf/type :rdf/Property]
[:midi/Clock :midi/status [-8]]
[:midi/Clock :rdfs/comment "MIDI clock message."]
[:midi/Clock :rdfs/label "Clock"]
[:midi/Clock :rdfs/subClassOf :midi/SystemRealtime]
[:midi/Clock :rdf/type :rdfs/Class]
["3ed5a5ead4ecb4ac8c0e182974a59603" :midi/property :midi/pressure]
["3ed5a5ead4ecb4ac8c0e182974a59603" :midi/byteNumber 1]
[:midi/property :rdfs/comment "The property this chunk represents."]
[:midi/property :rdfs/range :rdf/Property]
[:midi/property :rdfs/domain :midi/Chunk]
[:midi/property :rdfs/label "property"]
[:midi/property :rdf/type :owl/FunctionalProperty]
[:midi/property :rdf/type :owl/ObjectProperty]
[:midi/property :rdf/type :rdf/Property]
[:midi/Reset :midi/status [-1]]
[:midi/Reset :rdfs/comment "MIDI reset message."]
[:midi/Reset :rdfs/label "Reset"]
[:midi/Reset :rdfs/subClassOf :midi/SystemRealtime]
[:midi/Reset :rdf/type :rdfs/Class]
[:midi/SystemExclusive :midi/status [-16]]
[:midi/SystemExclusive :rdfs/comment "MIDI system exclusive message."]
[:midi/SystemExclusive :rdfs/label "System Exclusive"]
[:midi/SystemExclusive :rdfs/subClassOf :midi/SystemMessage]
[:midi/SystemExclusive :rdf/type :rdfs/Class]
[:midi/controllerValue
:rdfs/comment
"The value of a controller (0 to 127)."]
[:midi/controllerValue :rdfs/range :xsd/byte]
[:midi/controllerValue :rdfs/label "MIDI controller value"]
[:midi/controllerValue :rdf/type :owl/FunctionalProperty]
[:midi/controllerValue :rdf/type :owl/DatatypeProperty]
[:midi/controllerValue :rdf/type :rdf/Property]
[:midi/ProgramChange :midi/chunk "f61ea1e887a67b85ad1c57fc9cff5a10"]
[:midi/ProgramChange :midi/statusMask [-64]]
[:midi/ProgramChange :rdfs/comment "MIDI program change message."]
[:midi/ProgramChange :rdfs/label "Program Change"]
[:midi/ProgramChange :rdfs/subClassOf :midi/VoiceMessage]
[:midi/ProgramChange :rdf/type :rdfs/Class]
[:midi/SongPosition :midi/chunk "80c2354b7f7f15145d99f31f0c658de6"]
[:midi/SongPosition :midi/status [-14]]
[:midi/SongPosition :rdfs/comment "MIDI song position pointer message."]
[:midi/SongPosition :rdfs/label "Song Position"]
[:midi/SongPosition :rdfs/subClassOf :midi/SystemCommon]
[:midi/SongPosition :rdf/type :rdfs/Class]
["15794568dd900bfbce8221a6c0e9a76a" :midi/property :midi/benderValue]
["15794568dd900bfbce8221a6c0e9a76a" :midi/byteNumber 1]
["15794568dd900bfbce8221a6c0e9a76a" :midi/byteNumber 0]
[:midi/SongSelect :midi/status [-13]]
[:midi/SongSelect :rdfs/comment "MIDI song select message."]
[:midi/SongSelect :rdfs/label "Song Select"]
[:midi/SongSelect :rdfs/subClassOf :midi/SystemCommon]
[:midi/SongSelect :rdf/type :rdfs/Class]
[:midi/status
:rdfs/comment
"The exact status byte for a message of this type."]
[:midi/status :rdfs/range :midi/HexByte]
[:midi/status :rdfs/label "status byte"]
[:midi/status :rdf/type :owl/FunctionalProperty]
[:midi/status :rdf/type :owl/DatatypeProperty]
[:midi/status :rdf/type :rdf/Property]
["80c2354b7f7f15145d99f31f0c658de6" :midi/property :midi/songPosition]
["80c2354b7f7f15145d99f31f0c658de6" :midi/byteNumber 1]
["80c2354b7f7f15145d99f31f0c658de6" :midi/byteNumber 0]
["f61ea1e887a67b85ad1c57fc9cff5a10" :midi/property :midi/programNumber]
["f61ea1e887a67b85ad1c57fc9cff5a10" :midi/byteNumber 0]
["690447b102256e78c2efa85c9d4cc2a0"
:midi/property
:midi/controllerValue]
["690447b102256e78c2efa85c9d4cc2a0" :midi/byteNumber 1]
[:midi/Stop :midi/status [-4]]
[:midi/Stop :rdfs/comment "MIDI stop message."]
[:midi/Stop :rdfs/label "Stop"]
[:midi/Stop :rdfs/subClassOf :midi/SystemRealtime]
[:midi/Stop :rdf/type :rdfs/Class]
[:midi/HexByte
:rdfs/comment
"A hexadecimal byte, which has a value <= FF."]
[:midi/HexByte :rdfs/label "Hex Byte"]
[:midi/HexByte :owl/withRestrictions "3836bb132b7504d9ec280406f07e85f6"]
[:midi/HexByte :owl/onDatatype :xsd/hexBinary]
[:midi/HexByte :rdf/type :rdfs/Datatype]
[:midi/NoteOn :midi/chunk "bdea16ca2bfc26c7045b02ab8c948f4b"]
[:midi/NoteOn :midi/chunk "6e420d2b561c7c98dff40cd79813a61c"]
[:midi/NoteOn :midi/statusMask [-112]]
[:midi/NoteOn :rdfs/comment "MIDI note on message."]
[:midi/NoteOn :rdfs/label "Note On"]
[:midi/NoteOn :rdfs/subClassOf :midi/VoiceMessage]
[:midi/NoteOn :rdf/type :rdfs/Class]
[:midi/Chunk
:rdfs/comment
"A sequence of contiguous bytes in a MIDI message."]
[:midi/Chunk :rdfs/label "Chunk"]
[:midi/Chunk :rdf/type :rdfs/Class]
[:midi/Start :midi/status [-6]]
[:midi/Start :rdfs/comment "MIDI start message."]
[:midi/Start :rdfs/label "Start"]
[:midi/Start :rdfs/subClassOf :midi/SystemRealtime]
[:midi/Start :rdf/type :rdfs/Class]
[:midi/Bender :midi/chunk "15794568dd900bfbce8221a6c0e9a76a"]
[:midi/Bender :midi/statusMask [-32]]
[:midi/Bender :rdfs/comment "MIDI bender message."]
[:midi/Bender :rdfs/label "Bender"]
[:midi/Bender :rdfs/subClassOf :midi/VoiceMessage]
[:midi/Bender :rdf/type :rdfs/Class]
[:midi/pressure :rdfs/comment "Key pressure (0 to 127)."]
[:midi/pressure :rdfs/range :xsd/byte]
[:midi/pressure :rdfs/label "key pressure"]
[:midi/pressure :rdf/type :owl/FunctionalProperty]
[:midi/pressure :rdf/type :owl/DatatypeProperty]
[:midi/pressure :rdf/type :rdf/Property]
[:midi/chunk :rdfs/comment "A chunk of a MIDI message."]
[:midi/chunk :rdfs/label "MIDI chunk"]
[:midi/chunk :rdfs/range :midi/Chunk]
[:midi/chunk :rdf/type :owl/ObjectProperty]
[:midi/chunk :rdf/type :rdf/Property]
[:midi/VoiceMessage :midi/statusMask [-16]]
[:midi/VoiceMessage :rdfs/comment "MIDI voice message."]
[:midi/VoiceMessage :rdfs/label "Voice Message"]
[:midi/VoiceMessage :rdfs/subClassOf :midi/MidiEvent]
[:midi/VoiceMessage :rdf/type :rdfs/Class]
["bee9a164df048b8de4b2e088ec28af00" :midi/property :midi/pressure]
["bee9a164df048b8de4b2e088ec28af00" :midi/byteNumber 0]
["6f0671902925f09b4b7b5bad3155aaef" :xsd/maxInclusive "FF"]
[:midi/NoteOff :midi/chunk "785caa56475b3242140038425e05a20f"]
[:midi/NoteOff :midi/chunk "3d538bee937f097dd82cc7590340231b"]
[:midi/NoteOff :midi/statusMask [-128]]
[:midi/NoteOff :rdfs/comment "MIDI note off message."]
[:midi/NoteOff :rdfs/label "Note Off"]
[:midi/NoteOff :rdfs/subClassOf :midi/VoiceMessage]
[:midi/NoteOff :rdf/type :rdfs/Class]
[:midi/noteNumber :rdfs/comment "The numeric ID of a note (0 to 127)."]
[:midi/noteNumber :rdfs/range :xsd/byte]
[:midi/noteNumber :rdfs/label "note number"]
[:midi/noteNumber :rdf/type :owl/FunctionalProperty]
[:midi/noteNumber :rdf/type :owl/DatatypeProperty]
[:midi/noteNumber :rdf/type :rdf/Property]
[:midi/QuarterFrame :midi/status [-15]]
[:midi/QuarterFrame :rdfs/comment "MIDI quarter frame message."]
[:midi/QuarterFrame :rdfs/label "Quarter Frame"]
[:midi/QuarterFrame :rdfs/subClassOf :midi/SystemCommon]
[:midi/QuarterFrame :rdf/type :rdfs/Class]
[:midi/binding :rdfs/comment "The MIDI event to bind a parameter to."]
[:midi/binding :rdfs/label "binding"]
[:midi/binding :rdfs/range :midi/MidiEvent]
[:midi/binding :rdf/type :owl/ObjectProperty]
[:midi/binding :rdf/type :rdf/Property]
[:midi/Aftertouch :midi/chunk "3ed5a5ead4ecb4ac8c0e182974a59603"]
[:midi/Aftertouch :midi/chunk "8e287adde864efe05877f484d032fd73"]
[:midi/Aftertouch :midi/statusMask [-96]]
[:midi/Aftertouch :rdfs/comment "MIDI aftertouch message."]
[:midi/Aftertouch :rdfs/label "Aftertouch"]
[:midi/Aftertouch :rdfs/subClassOf :midi/VoiceMessage]
[:midi/Aftertouch :rdf/type :rdfs/Class]
[:midi/ActiveSense :midi/status [-2]]
[:midi/ActiveSense :rdfs/comment "MIDI active sense message."]
[:midi/ActiveSense :rdfs/label "Active Sense"]
[:midi/ActiveSense :rdfs/subClassOf :midi/SystemRealtime]
[:midi/ActiveSense :rdf/type :rdfs/Class]
["bdea16ca2bfc26c7045b02ab8c948f4b" :midi/property :midi/velocity]
["bdea16ca2bfc26c7045b02ab8c948f4b" :midi/byteNumber 1]
["785caa56475b3242140038425e05a20f" :midi/property :midi/velocity]
["785caa56475b3242140038425e05a20f" :midi/byteNumber 1]
[:midi/TuneRequest :midi/status [-10]]
[:midi/TuneRequest :rdfs/comment "MIDI tune request message."]
[:midi/TuneRequest :rdfs/label "Tune Request"]
[:midi/TuneRequest :rdfs/subClassOf :midi/SystemCommon]
[:midi/TuneRequest :rdf/type :rdfs/Class]
[:midi/SystemMessage :midi/statusMask [-16]]
[:midi/SystemMessage :rdfs/comment "MIDI system message."]
[:midi/SystemMessage :rdfs/label "System Message"]
[:midi/SystemMessage :rdfs/subClassOf :midi/MidiEvent]
[:midi/SystemMessage :rdf/type :rdfs/Class]
[:midi/songPosition
:rdfs/comment
"Song position in MIDI beats (16th notes) (-8192 to 8192)."]
[:midi/songPosition :rdfs/range :xsd/short]
[:midi/songPosition :rdfs/label "song position"]
[:midi/songPosition :rdf/type :owl/FunctionalProperty]
[:midi/songPosition :rdf/type :owl/DatatypeProperty]
[:midi/songPosition :rdf/type :rdf/Property]
[:midi/Controller :midi/chunk "690447b102256e78c2efa85c9d4cc2a0"]
[:midi/Controller :midi/chunk "ac4ffbac031c8bd4d80ebf9d066efa37"]
[:midi/Controller :midi/statusMask [-80]]
[:midi/Controller :rdfs/comment "MIDI controller change message."]
[:midi/Controller :rdfs/label "Controller"]
[:midi/Controller :rdfs/subClassOf :midi/VoiceMessage]
[:midi/Controller :rdf/type :rdfs/Class]
["8e287adde864efe05877f484d032fd73" :midi/property :midi/noteNumber]
["8e287adde864efe05877f484d032fd73" :midi/byteNumber 0]
[:midi/Continue :midi/status [-5]]
[:midi/Continue :rdfs/comment "MIDI continue message."]
[:midi/Continue :rdfs/label "Continue"]
[:midi/Continue :rdfs/subClassOf :midi/SystemRealtime]
[:midi/Continue :rdf/type :rdfs/Class]
[:midi/byteNumber
:rdfs/comment
"The 0-based index of a byte which is part of this chunk."]
[:midi/byteNumber :rdfs/range :xsd/unsignedByte]
[:midi/byteNumber :rdfs/domain :midi/Chunk]
[:midi/byteNumber :rdfs/label "byte number"]
[:midi/byteNumber :rdf/type :owl/DatatypeProperty]
[:midi/byteNumber :rdf/type :rdf/Property]
^{:net.wikipunk.rdf/ns-prefix-map
{"owl" "http://www.w3.org/2002/07/owl#",
"foaf" "http://xmlns.com/foaf/0.1/",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"opts" "http://lv2plug.in/ns/ext/options#",
"lv2" "http://lv2plug.in/ns/lv2core#",
"doap" "http://usefulinc.com/ns/doap#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#",
"xsd" "http://www.w3.org/2001/XMLSchema#",
"morph" "http://lv2plug.in/ns/ext/morph#"},
:vann/preferredNamespacePrefix "morph",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/morph#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/morph.lv2/morph.ttl"}
[#java.net.URI["http://lv2plug.in/ns/ext/morph"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/lv2core"]]
[#java.net.URI["http://lv2plug.in/ns/ext/morph"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/morph.lv2/morph.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/morph"]
:rdfs/comment
"Ports that can dynamically change type."]
[#java.net.URI["http://lv2plug.in/ns/ext/morph"]
:rdfs/label
"LV2 Morph"]
[#java.net.URI["http://lv2plug.in/ns/ext/morph"]
:rdf/type
:owl/Ontology]
[:morph/MorphPort
:rdfs/comment
"A port which can be switched to another type."]
[:morph/MorphPort :rdfs/label "Morph Port"]
[:morph/MorphPort :rdfs/subClassOf :lv2/Port]
[:morph/MorphPort :rdf/type :owl/Class]
[:morph/MorphPort :rdf/type :rdfs/Class]
[:morph/supportsType
:rdfs/comment
"A type that a port supports being switched to."]
[:morph/supportsType :rdfs/label "supports type"]
[:morph/supportsType :rdfs/domain :morph/MorphPort]
[:morph/supportsType :rdf/type :owl/ObjectProperty]
[:morph/supportsType :rdf/type :rdf/Property]
[:morph/AutoMorphPort
:rdfs/comment
"A port that can change its type based on that of another."]
[:morph/AutoMorphPort :rdfs/label "Auto Morph Port"]
[:morph/AutoMorphPort :rdfs/subClassOf :lv2/Port]
[:morph/AutoMorphPort :rdf/type :owl/Class]
[:morph/AutoMorphPort :rdf/type :rdfs/Class]
[:morph/currentType
:rdfs/comment
"The currently active type of the port."]
[:morph/currentType :rdfs/label "current type"]
[:morph/currentType :rdfs/domain :morph/MorphPort]
[:morph/currentType :rdf/type :owl/ObjectProperty]
[:morph/currentType :rdf/type :opts/Option]
[:morph/currentType :rdf/type :rdf/Property]
^{:net.wikipunk.rdf/ns-prefix-map
{"opts" "http://lv2plug.in/ns/ext/options#",
"owl" "http://www.w3.org/2002/07/owl#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"xsd" "http://www.w3.org/2001/XMLSchema#",
"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#"},
:vann/preferredNamespacePrefix "opts",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/options#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/options.lv2/options.ttl"}
[:opts/supportedOption
:rdfs/comment
"An option supported or by the instance."]
[:opts/supportedOption :rdfs/label "supported option"]
[:opts/supportedOption :rdfs/range :rdf/Property]
[:opts/supportedOption :rdf/type :owl/ObjectProperty]
[:opts/supportedOption :rdf/type :rdf/Property]
[:opts/requiredOption
:rdfs/comment
"An option required by the instance to function at all."]
[:opts/requiredOption :rdfs/label "required option"]
[:opts/requiredOption :rdfs/range :rdf/Property]
[:opts/requiredOption :rdf/type :owl/ObjectProperty]
[:opts/requiredOption :rdf/type :rdf/Property]
[:opts/options
:rdfs/comment
"The feature used to provide options to an instance."]
[:opts/options :rdfs/label "options"]
[:opts/options :rdf/type :lv2/Feature]
[:opts/Option
:rdfs/comment
"A value for a static option passed to an instance."]
[:opts/Option :rdfs/subClassOf :rdf/Property]
[:opts/Option :rdfs/label "Option"]
[:opts/Option :rdf/type :rdfs/Class]
[:opts/interface
:rdfs/comment
"An interface for dynamically setting and getting options."]
[:opts/interface :rdfs/label "interface"]
[:opts/interface :rdf/type :lv2/ExtensionData]
[#java.net.URI["http://lv2plug.in/ns/ext/options"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/lv2core"]]
[#java.net.URI["http://lv2plug.in/ns/ext/options"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/options.lv2/options.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/options"]
:rdfs/comment
"Runtime options for LV2 plugins and UIs."]
[#java.net.URI["http://lv2plug.in/ns/ext/options"]
:rdfs/label
"LV2 Options"]
[#java.net.URI["http://lv2plug.in/ns/ext/options"]
:rdf/type
:owl/Ontology]
^{:net.wikipunk.rdf/ns-prefix-map
{"owl" "http://www.w3.org/2002/07/owl#",
"param" "http://lv2plug.in/ns/ext/parameters#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"pg" "http://lv2plug.in/ns/ext/port-groups#",
"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#",
"units" "http://lv2plug.in/ns/extensions/units#",
"atom" "http://lv2plug.in/ns/ext/atom#"},
:vann/preferredNamespacePrefix "param",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/parameters#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/parameters.lv2/parameters.ttl"}
[:param/delay :rdfs/comment "The duration of an envelope delay stage."]
[:param/delay :rdfs/label "delay"]
[:param/delay :rdfs/range :atom/Float]
[:param/delay :rdf/type :lv2/Parameter]
["d44e7aaa773135d5b4ef39f5c6cb672c" :lv2/designation :param/resonance]
["82426b39d2ca4313c86a609150ebc704" :lv2/designation :param/attack]
["82426b39d2ca4313c86a609150ebc704" :lv2/index 1]
[:param/dryLevel
:rdfs/comment
"The level of the unprocessed component of a signal."]
[:param/dryLevel :rdfs/label "dry level"]
[:param/dryLevel :rdf/type :lv2/Parameter]
["995c799ec1cb3dd65426415c2543f673" :lv2/designation :param/hold]
["995c799ec1cb3dd65426415c2543f673" :lv2/index 2]
["f9eb24894423f05df018b91282956312" :lv2/designation :param/waveform]
[:param/OscillatorControls
:pg/element
"311f4d647a08d688de963f25141f8567"]
[:param/OscillatorControls
:pg/element
"f9eb24894423f05df018b91282956312"]
[:param/OscillatorControls
:pg/element
"de3c659c41219f0ae9463dca13dc5729"]
[:param/OscillatorControls
:pg/element
"0dbd334344cb3f9e38c2d9c3645f4394"]
[:param/OscillatorControls
:rdfs/comment
"Typical controls for an oscillator."]
[:param/OscillatorControls :rdfs/label "Oscillator Controls"]
[:param/OscillatorControls :rdfs/subClassOf :param/ControlGroup]
[:param/OscillatorControls :rdf/type :rdfs/Class]
[:param/amplitude
:rdfs/comment
"An amplitude as a factor, where 0 is silent and 1 is unity."]
[:param/amplitude :rdfs/label "amplitude"]
[:param/amplitude :rdfs/range :atom/Float]
[:param/amplitude :rdf/type :lv2/Parameter]
[:param/pulseWidth
:rdfs/comment
"The width of a pulse of a rectangular waveform."]
[:param/pulseWidth :rdfs/label "pulse width"]
[:param/pulseWidth :rdfs/range :atom/Float]
[:param/pulseWidth :rdf/type :lv2/Parameter]
["ae4f7acfbdf4a8641be52904e927fe3a" :lv2/designation :param/threshold]
[:param/cutoffFrequency
:rdfs/comment
"The cutoff frequency, typically in Hz, for a filter."]
[:param/cutoffFrequency :rdfs/label "cutoff frequency"]
[:param/cutoffFrequency :rdfs/range :atom/Float]
[:param/cutoffFrequency :rdf/type :lv2/Parameter]
[:param/CompressorControls
:pg/element
"771a4d745a401bfad8c0cf81ff73c5b5"]
[:param/CompressorControls
:pg/element
"ae4f7acfbdf4a8641be52904e927fe3a"]
[:param/CompressorControls
:rdfs/comment
"Typical controls for a compressor."]
[:param/CompressorControls :rdfs/label "Compressor Controls"]
[:param/CompressorControls :rdfs/subClassOf :param/ControlGroup]
[:param/CompressorControls :rdf/type :rdfs/Class]
[:param/EnvelopeControls :pg/element "721d15f0a6609bc467f0a8612747d5d9"]
[:param/EnvelopeControls :pg/element "039084f512cb4c4f99851730f8ff1966"]
[:param/EnvelopeControls :rdf/type :rdfs/Class]
[:param/EnvelopeControls
:rdfs/comment
"Typical controls for a DAHDSR envelope."]
[:param/EnvelopeControls :pg/element "c4025794d447e7115a4ce871911c7938"]
[:param/EnvelopeControls :pg/element "00923da404da30579fa635e480c14a0a"]
[:param/EnvelopeControls :rdfs/subClassOf :param/ControlGroup]
[:param/EnvelopeControls :pg/element "82426b39d2ca4313c86a609150ebc704"]
[:param/EnvelopeControls :rdfs/label "Envelope Controls"]
[:param/EnvelopeControls :pg/element "995c799ec1cb3dd65426415c2543f673"]
[:param/ratio :rdfs/comment "Compression ratio."]
[:param/ratio :rdfs/label "ratio"]
[:param/ratio :rdfs/range :atom/Float]
[:param/ratio :rdf/type :lv2/Parameter]
["de3c659c41219f0ae9463dca13dc5729" :lv2/designation :param/amplitude]
["0dbd334344cb3f9e38c2d9c3645f4394" :lv2/designation :param/frequency]
[:param/gain :rdfs/comment "Gain in decibels."]
[:param/gain :rdfs/label "gain"]
[:param/gain :units/unit :units/db]
[:param/gain :lv2/maximum 20]
[:param/gain :lv2/minimum -20]
[:param/gain :lv2/default 0]
[:param/gain :rdfs/range :atom/Float]
[:param/gain :rdf/type :lv2/Parameter]
["50a7bbcc6f21a1d619c9c78d75fdd54e"
:lv2/designation
:param/cutoffFrequency]
[:param/hold :rdfs/comment "The duration of an envelope hold stage."]
[:param/hold :rdfs/label "hold"]
[:param/hold :rdfs/range :atom/Float]
[:param/hold :rdf/type :lv2/Parameter]
[:param/decay :rdfs/comment "The duration of an envelope decay stage."]
[:param/decay :rdfs/label "decay"]
[:param/decay :rdfs/range :atom/Float]
[:param/decay :rdf/type :lv2/Parameter]
["c4025794d447e7115a4ce871911c7938" :lv2/designation :param/delay]
["c4025794d447e7115a4ce871911c7938" :lv2/index 0]
["311f4d647a08d688de963f25141f8567" :lv2/designation :param/pulseWidth]
["00923da404da30579fa635e480c14a0a" :lv2/designation :param/decay]
["00923da404da30579fa635e480c14a0a" :lv2/index 3]
[:param/frequency :rdfs/comment "A frequency, typically in Hz."]
[:param/frequency :rdfs/label "frequency"]
[:param/frequency :rdfs/range :atom/Float]
[:param/frequency :rdf/type :lv2/Parameter]
[:param/ControlGroup
:rdfs/comment
"A group representing a set of associated controls."]
[:param/ControlGroup :rdfs/label "Control Group"]
[:param/ControlGroup :rdfs/subClassOf :pg/Group]
[:param/ControlGroup :rdf/type :rdfs/Class]
[:param/wetDryRatio
:rdfs/comment
"The ratio between processed and bypassed levels in the output."]
[:param/wetDryRatio :rdfs/label "wet/dry ratio"]
[:param/wetDryRatio :rdf/type :lv2/Parameter]
[:param/FilterControls :pg/element "d44e7aaa773135d5b4ef39f5c6cb672c"]
[:param/FilterControls :pg/element "50a7bbcc6f21a1d619c9c78d75fdd54e"]
[:param/FilterControls :rdfs/comment "Typical controls for a filter."]
[:param/FilterControls :rdfs/label "Filter Controls"]
[:param/FilterControls :rdfs/subClassOf :param/ControlGroup]
[:param/FilterControls :rdf/type :rdfs/Class]
[:param/waveform
:rdfs/comment
"The waveform \"fader\" for oscillators or modulators that have several."]
[:param/waveform :rdfs/label "waveform"]
[:param/waveform :rdfs/range :atom/Float]
[:param/waveform :rdf/type :lv2/Parameter]
[:param/bypass
:rdfs/comment
"A boolean parameter that disables processing if true."]
[:param/bypass :rdfs/label "bypass"]
[:param/bypass :rdf/type :lv2/Parameter]
[:param/resonance :rdfs/comment "The resonance of a filter."]
[:param/resonance :rdfs/label "resonance"]
[:param/resonance :rdfs/range :atom/Float]
[:param/resonance :rdf/type :lv2/Parameter]
["039084f512cb4c4f99851730f8ff1966" :lv2/designation :param/sustain]
["039084f512cb4c4f99851730f8ff1966" :lv2/index 4]
[:param/wetLevel
:rdfs/comment
"The level of the processed component of a signal."]
[:param/wetLevel :rdfs/label "wet level"]
[:param/wetLevel :rdf/type :lv2/Parameter]
["721d15f0a6609bc467f0a8612747d5d9" :lv2/designation :param/release]
["721d15f0a6609bc467f0a8612747d5d9" :lv2/index 5]
[:param/sustain
:rdfs/comment
"The level of an envelope sustain stage as a factor."]
[:param/sustain :rdfs/range :atom/Float]
[:param/sustain :rdfs/label "sustain"]
[:param/sustain :rdf/type :lv2/Parameter]
[:param/release
:rdfs/comment
"The duration of an envelope release stage."]
[:param/release :rdfs/label "release"]
[:param/release :rdfs/range :atom/Float]
[:param/release :rdf/type :lv2/Parameter]
[:param/threshold :rdfs/comment "Compression threshold."]
[:param/threshold :rdfs/label "threshold"]
[:param/threshold :rdfs/range :atom/Float]
[:param/threshold :rdf/type :lv2/Parameter]
[:param/sampleRate :rdfs/comment "A sample rate in Hz."]
[:param/sampleRate :rdfs/label "sample rate"]
[:param/sampleRate :rdf/type :lv2/Parameter]
[:param/attack
:rdfs/comment
"The duration of an envelope attack stage."]
[:param/attack :rdfs/label "attack"]
[:param/attack :rdfs/range :atom/Float]
[:param/attack :rdf/type :lv2/Parameter]
["771a4d745a401bfad8c0cf81ff73c5b5" :lv2/designation :param/ratio]
[#java.net.URI["http://lv2plug.in/ns/ext/parameters"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/lv2core"]]
[#java.net.URI["http://lv2plug.in/ns/ext/parameters"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/ext/port-groups"]]
[#java.net.URI["http://lv2plug.in/ns/ext/parameters"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/ext/atom"]]
[#java.net.URI["http://lv2plug.in/ns/ext/parameters"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/parameters.lv2/parameters.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/parameters"]
:rdfs/comment
"Common parameters for audio processing."]
[#java.net.URI["http://lv2plug.in/ns/ext/parameters"]
:rdfs/label
"LV2 Parameters"]
[#java.net.URI["http://lv2plug.in/ns/ext/parameters"]
:rdf/type
:owl/Ontology]
^{:net.wikipunk.rdf/ns-prefix-map
{"patch" "http://lv2plug.in/ns/ext/patch#",
"owl" "http://www.w3.org/2002/07/owl#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"xsd" "http://www.w3.org/2001/XMLSchema#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#",
"foaf" "http://xmlns.com/foaf/0.1/"},
:vann/preferredNamespacePrefix "patch",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/patch#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/patch.lv2/patch.ttl"}
["ca780a0418739ef71243c7f3baff166a" :owl/onProperty :patch/subject]
["ca780a0418739ef71243c7f3baff166a" :owl/minCardinality 1]
["ca780a0418739ef71243c7f3baff166a" :rdf/type :owl/Restriction]
[:patch/Copy
:rdfs/comment
"A request to copy the patch:subject to the patch:destination."]
[:patch/Copy :rdfs/subClassOf "64c7774943074e62e96953dd370db477"]
[:patch/Copy :rdfs/subClassOf "ca780a0418739ef71243c7f3baff166a"]
[:patch/Copy :rdfs/label "Copy"]
[:patch/Copy :rdfs/subClassOf :patch/Request]
[:patch/Copy :rdf/type :rdfs/Class]
[#java.net.URI["http://lv2plug.in/ns/ext/patch"]
:rdfs/comment
"A protocol for accessing and manipulating properties."]
[#java.net.URI["http://lv2plug.in/ns/ext/patch"]
:rdfs/label
"LV2 Patch"]
[#java.net.URI["http://lv2plug.in/ns/ext/patch"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/patch.lv2/patch.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/patch"]
:rdf/type
:owl/Ontology]
[:patch/subject :rdfs/comment "The subject this message applies to."]
[:patch/subject :rdfs/label "subject"]
[:patch/subject :rdfs/domain :patch/Message]
[:patch/subject :rdf/type :owl/FunctionalProperty]
[:patch/subject :rdf/type :owl/ObjectProperty]
[:patch/subject :rdf/type :rdf/Property]
[:patch/Patch
:rdfs/comment
"A request to add and/or remove properties of the patch:subject."]
[:patch/Patch :rdfs/label "Patch"]
[:patch/Patch :rdfs/subClassOf "320217c3affd76838eb9b6642bed9c47"]
[:patch/Patch :rdfs/subClassOf "f9b84d05d63f89d98e8828dee8fa4587"]
[:patch/Patch :rdfs/subClassOf "b69584fc44d317f5a2aee2aff4f59422"]
[:patch/Patch :rdfs/subClassOf :patch/Request]
[:patch/Patch :rdf/type :rdfs/Class]
[:patch/readable
:rdfs/comment
"A property that can be read with a patch:Get message."]
[:patch/readable :rdfs/range :rdf/Property]
[:patch/readable :rdfs/label "readable"]
[:patch/readable :rdf/type :owl/ObjectProperty]
[:patch/readable :rdf/type :rdf/Property]
[:patch/wildcard :rdfs/comment "A wildcard that matches any resource."]
[:patch/wildcard :rdfs/label "wildcard"]
[:patch/wildcard :rdf/type :owl/Thing]
["6bdd49cfe1c44d220e4a04ef1555ef05" :owl/onProperty :patch/property]
["6bdd49cfe1c44d220e4a04ef1555ef05" :owl/cardinality 1]
["6bdd49cfe1c44d220e4a04ef1555ef05" :rdf/type :owl/Restriction]
[:patch/request :rdfs/comment "The request this is a response to."]
[:patch/request :rdfs/range :patch/Request]
[:patch/request :rdfs/domain :patch/Response]
[:patch/request :rdfs/label "request"]
[:patch/request :rdf/type :owl/FunctionalProperty]
[:patch/request :rdf/type :owl/ObjectProperty]
[:patch/request :rdf/type :rdf/Property]
[:patch/Error
:rdfs/comment
"A response indicating an error processing a request."]
[:patch/Error :rdfs/label "Error"]
[:patch/Error :rdfs/subClassOf :patch/Response]
[:patch/Error :rdf/type :rdfs/Class]
[:patch/body :rdfs/comment "The body of a message."]
[:patch/body :rdfs/label "body"]
[:patch/body :rdfs/domain :patch/Message]
[:patch/body :rdf/type :owl/FunctionalProperty]
[:patch/body :rdf/type :owl/ObjectProperty]
[:patch/body :rdf/type :rdf/Property]
[:patch/Message :rdfs/comment "A patch message."]
[:patch/Message :rdfs/label "Patch Message"]
[:patch/Message :rdf/type :rdfs/Class]
[:patch/add :rdfs/comment "The properties to add to the subject."]
[:patch/add :rdfs/label "add"]
[:patch/add :rdfs/range :rdfs/Resource]
[:patch/add :rdfs/domain :patch/Patch]
[:patch/add :rdf/type :owl/FunctionalProperty]
[:patch/add :rdf/type :owl/ObjectProperty]
[:patch/add :rdf/type :rdf/Property]
[:patch/Insert
:rdfs/comment
"A request to insert a patch:body into the patch:subject."]
[:patch/Insert :rdfs/subClassOf "9ef4ff202265917ffac430323d35bf71"]
[:patch/Insert :rdfs/label "Insert"]
[:patch/Insert :rdfs/subClassOf :patch/Request]
[:patch/Insert :rdf/type :rdfs/Class]
[:patch/property
:rdfs/comment
"The property for a patch:Set or patch:Get message."]
[:patch/property :rdfs/range :rdf/Property]
[:patch/property :rdfs/domain :patch/Message]
[:patch/property :rdfs/label "property"]
[:patch/property :rdf/type :owl/ObjectProperty]
[:patch/property :rdf/type :rdf/Property]
["64c7774943074e62e96953dd370db477" :owl/onProperty :patch/destination]
["64c7774943074e62e96953dd370db477" :owl/cardinality 1]
["64c7774943074e62e96953dd370db477" :rdf/type :owl/Restriction]
[:patch/Delete
:rdfs/comment
"Request that the patch:subject or subjects be deleted."]
[:patch/Delete :rdfs/label "Delete"]
[:patch/Delete :rdfs/subClassOf :patch/Request]
[:patch/Delete :rdf/type :rdfs/Class]
[:patch/Put
:rdfs/comment
"A request to put the patch:body as the patch:subject."]
[:patch/Put :rdfs/subClassOf "ee64b5d40ad070fc6f122483fd6b85b9"]
[:patch/Put :rdfs/label "Put"]
[:patch/Put :rdfs/subClassOf :patch/Request]
[:patch/Put :rdf/type :rdfs/Class]
[:patch/remove
:rdfs/comment
"The properties to remove from the subject."]
[:patch/remove :rdfs/range :rdfs/Resource]
[:patch/remove :rdfs/domain :patch/Patch]
[:patch/remove :rdfs/label "remove"]
[:patch/remove :rdf/type :owl/FunctionalProperty]
[:patch/remove :rdf/type :owl/ObjectProperty]
[:patch/remove :rdf/type :rdf/Property]
[:patch/context
:rdfs/comment
"The context of properties in this message."]
[:patch/context :rdfs/label "context"]
[:patch/context :rdfs/domain :patch/Message]
[:patch/context :rdf/type :owl/ObjectProperty]
[:patch/context :rdf/type :rdf/Property]
[:patch/destination
:rdfs/comment
"The destination to move the patch:subject to."]
[:patch/destination :rdfs/label "destination"]
[:patch/destination :rdfs/domain :patch/Message]
[:patch/destination :rdf/type :owl/FunctionalProperty]
[:patch/destination :rdf/type :owl/ObjectProperty]
[:patch/destination :rdf/type :rdf/Property]
["b69584fc44d317f5a2aee2aff4f59422" :owl/onProperty :patch/subject]
["b69584fc44d317f5a2aee2aff4f59422" :owl/minCardinality 1]
["b69584fc44d317f5a2aee2aff4f59422" :rdf/type :owl/Restriction]
["568cf653c6f558039eb200b86eb7e27f" :owl/onProperty :patch/destination]
["568cf653c6f558039eb200b86eb7e27f" :owl/cardinality 1]
["568cf653c6f558039eb200b86eb7e27f" :rdf/type :owl/Restriction]
[:patch/Set
:rdfs/comment
"A compact request to set a property to a value."]
[:patch/Set :rdfs/subClassOf "396caa4ac66247799303f3e9df08e30b"]
[:patch/Set :rdfs/subClassOf "6bdd49cfe1c44d220e4a04ef1555ef05"]
[:patch/Set :rdfs/subClassOf :patch/Request]
[:patch/Set :rdfs/label "Set"]
[:patch/Set :rdf/type :rdfs/Class]
["320217c3affd76838eb9b6642bed9c47" :owl/onProperty :patch/remove]
["320217c3affd76838eb9b6642bed9c47" :owl/cardinality 1]
["320217c3affd76838eb9b6642bed9c47" :rdf/type :owl/Restriction]
[:patch/accept :rdfs/comment "An accepted type for a response."]
[:patch/accept :rdfs/range :rdfs/Class]
[:patch/accept :rdfs/domain :patch/Request]
[:patch/accept :rdfs/label "accept"]
[:patch/accept :rdf/type :owl/ObjectProperty]
[:patch/accept :rdf/type :rdf/Property]
[:patch/sequenceNumber
:rdfs/comment
"The sequence number of a request or response."]
[:patch/sequenceNumber :rdfs/range :xsd/int]
[:patch/sequenceNumber :rdfs/domain :patch/Message]
[:patch/sequenceNumber :rdfs/label "sequence number"]
[:patch/sequenceNumber :rdf/type :owl/FunctionalProperty]
[:patch/sequenceNumber :rdf/type :owl/DatatypeProperty]
[:patch/sequenceNumber :rdf/type :rdf/Property]
[:patch/Ack
:rdfs/comment
"An acknowledgement that a request was successful."]
[:patch/Ack :rdfs/label "Ack"]
[:patch/Ack :rdfs/subClassOf :patch/Response]
[:patch/Ack :rdf/type :rdfs/Class]
[:patch/Request :rdfs/comment "A patch request message."]
[:patch/Request :rdfs/subClassOf :patch/Message]
[:patch/Request :rdfs/label "Request"]
[:patch/Request :rdf/type :rdfs/Class]
[:patch/Move
:rdfs/comment
"A request to move the patch:subject to the patch:destination."]
[:patch/Move :rdfs/subClassOf "568cf653c6f558039eb200b86eb7e27f"]
[:patch/Move :rdfs/subClassOf "24d1cf11ef7ff6ebf43d50d8138a9a7a"]
[:patch/Move :rdfs/label "Move"]
[:patch/Move :rdfs/subClassOf :patch/Request]
[:patch/Move :rdf/type :rdfs/Class]
["f9b84d05d63f89d98e8828dee8fa4587" :owl/onProperty :patch/add]
["f9b84d05d63f89d98e8828dee8fa4587" :owl/cardinality 1]
["f9b84d05d63f89d98e8828dee8fa4587" :rdf/type :owl/Restriction]
[:patch/value
:rdfs/comment
"The value of a property in a patch:Set message."]
[:patch/value :rdfs/domain :patch/Set]
[:patch/value :rdfs/label "value"]
[:patch/value :rdf/type :rdf/Property]
["396caa4ac66247799303f3e9df08e30b" :owl/onProperty :patch/value]
["396caa4ac66247799303f3e9df08e30b" :owl/cardinality 1]
["396caa4ac66247799303f3e9df08e30b" :rdf/type :owl/Restriction]
[:patch/Response :rdfs/comment "A response to a patch:Request."]
[:patch/Response :rdfs/label "Response"]
[:patch/Response :rdfs/subClassOf :patch/Message]
[:patch/Response :rdf/type :rdfs/Class]
[:patch/writable
:rdfs/comment
"A property that can be set with a patch:Set or patch:Patch message."]
[:patch/writable :rdfs/range :rdf/Property]
[:patch/writable :rdfs/label "writable"]
[:patch/writable :rdf/type :owl/ObjectProperty]
[:patch/writable :rdf/type :rdf/Property]
["ee64b5d40ad070fc6f122483fd6b85b9" :owl/onProperty :patch/subject]
["ee64b5d40ad070fc6f122483fd6b85b9" :owl/cardinality 1]
["ee64b5d40ad070fc6f122483fd6b85b9" :rdf/type :owl/Restriction]
["9ef4ff202265917ffac430323d35bf71" :owl/onProperty :patch/subject]
["9ef4ff202265917ffac430323d35bf71" :owl/cardinality 1]
["9ef4ff202265917ffac430323d35bf71" :rdf/type :owl/Restriction]
[:patch/Get
:rdfs/comment
"A request for a description of the patch:subject."]
[:patch/Get :rdfs/label "Get"]
[:patch/Get :rdfs/subClassOf :patch/Request]
[:patch/Get :rdf/type :rdfs/Class]
["24d1cf11ef7ff6ebf43d50d8138a9a7a" :owl/onProperty :patch/subject]
["24d1cf11ef7ff6ebf43d50d8138a9a7a" :owl/cardinality 1]
["24d1cf11ef7ff6ebf43d50d8138a9a7a" :rdf/type :owl/Restriction]
^{:net.wikipunk.rdf/ns-prefix-map
{"owl" "http://www.w3.org/2002/07/owl#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"pg" "http://lv2plug.in/ns/ext/port-groups#",
"xsd" "http://www.w3.org/2001/XMLSchema#",
"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#"},
:vann/preferredNamespacePrefix "pg",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/port-groups#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/port-groups.lv2/port-groups.ttl"}
["a871f782e441357b35f03c0c85c78d19" :lv2/designation :pg/right]
["a871f782e441357b35f03c0c85c78d19" :lv2/index 1]
["d5d7444e0cadc93424c450013003fd12" :lv2/designation :pg/ACN0]
["d5d7444e0cadc93424c450013003fd12" :lv2/index 0]
["511ad97c59438c3ad4f9f4c942abe3d7" :lv2/designation :pg/ACN1]
["511ad97c59438c3ad4f9f4c942abe3d7" :lv2/index 1]
["9eeb0c87b9afd08436299a951cb16317" :lv2/designation :pg/sideLeft]
["9eeb0c87b9afd08436299a951cb16317" :lv2/index 3]
[:pg/side :rdfs/comment "The side channel of a mid-side audio group."]
[:pg/side :rdfs/label "side"]
[:pg/side :rdf/type :lv2/Channel]
["72c9328760c8e5b495261a2eb21edb17" :lv2/designation :pg/ACN15]
["72c9328760c8e5b495261a2eb21edb17" :lv2/index 10]
["8a5b99a3f9b9f0060fc59e5fe1dc4d30" :lv2/designation :pg/ACN3]
["8a5b99a3f9b9f0060fc59e5fe1dc4d30" :lv2/index 3]
[:pg/ACN2 :rdfs/comment "Ambisonic channel 2 (Z): degree 1, index 0."]
[:pg/ACN2 :rdfs/label "ACN2"]
[:pg/ACN2 :pg/harmonicIndex 0]
[:pg/ACN2 :pg/harmonicDegree 1]
[:pg/ACN2 :pg/letterCode "Z"]
[:pg/ACN2 :rdf/type :lv2/Channel]
["be1e454328b75e39890290e856cbd1ac" :lv2/designation :pg/right]
["be1e454328b75e39890290e856cbd1ac" :lv2/index 2]
["b2a358f68998fbb62b43252020280660"
:lv2/designation
:pg/lowFrequencyEffects]
["b2a358f68998fbb62b43252020280660" :lv2/index 5]
["c6da372c7014a78c20631d03443caaf6" :lv2/designation :pg/rearRight]
["c6da372c7014a78c20631d03443caaf6" :lv2/index 6]
["fc2abd492d0f1fc69d6b8e99355473cb" :lv2/designation :pg/ACN4]
["fc2abd492d0f1fc69d6b8e99355473cb" :lv2/index 3]
["66b169b7a8a3d2268f1d061232a5e7db" :lv2/designation :pg/left]
["66b169b7a8a3d2268f1d061232a5e7db" :lv2/index 0]
["ed65b5b418f43e5f38d266e2f3a25009" :lv2/designation :pg/right]
["ed65b5b418f43e5f38d266e2f3a25009" :lv2/index 2]
[:pg/SevenPointOneGroup :pg/element "c6da372c7014a78c20631d03443caaf6"]
[:pg/SevenPointOneGroup :pg/element "7cd71207064f5c21161d935a78732a4b"]
[:pg/SevenPointOneGroup :rdfs/label "7.1 Surround"]
[:pg/SevenPointOneGroup :pg/element "a808d0ecdf209c6294657efd9a97cfc4"]
[:pg/SevenPointOneGroup :pg/element "9eeb0c87b9afd08436299a951cb16317"]
[:pg/SevenPointOneGroup :pg/element "9f9c40d6b461aac6e91af3f062b83f05"]
[:pg/SevenPointOneGroup
:rdfs/comment
"A 7.1 discrete surround sound group."]
[:pg/SevenPointOneGroup :pg/element "f05962b30ea17d220652c4cd5bbde4c2"]
[:pg/SevenPointOneGroup :rdf/type :rdfs/Class]
[:pg/SevenPointOneGroup :pg/element "28846f7c98339ee73baac80ba492316a"]
[:pg/SevenPointOneGroup :rdfs/subClassOf :pg/DiscreteGroup]
[:pg/SevenPointOneGroup :pg/element "b8c85c4c8a4c8d8ad762cdb25cd56dc9"]
[:pg/letterCode
:rdfs/comment
"The YuMa letter code for an Ambisonic channel."]
[:pg/letterCode :rdfs/label "ambisonic letter code"]
[:pg/letterCode :rdfs/range :rdf/PlainLiteral]
[:pg/letterCode :rdfs/domain :lv2/Channel]
[:pg/letterCode :rdf/type :owl/DatatypeProperty]
[:pg/letterCode :rdf/type :rdf/Property]
[:pg/sideLeft
:rdfs/comment
"The side-left channel of a 6.1 or 7.1 surround sound group."]
[:pg/sideLeft :rdfs/label "side left"]
[:pg/sideLeft :rdf/type :lv2/Channel]
[:pg/sideRight
:rdfs/comment
"The side-right channel of a 6.1 or 7.1 surround sound group."]
[:pg/sideRight :rdfs/label "side right"]
[:pg/sideRight :rdf/type :lv2/Channel]
["a80797ec14c945a226b4c60bc3785d48" :lv2/designation :pg/ACN15]
["a80797ec14c945a226b4c60bc3785d48" :lv2/index 7]
["24feb38fb69f5dad560555bffc59bb80" :lv2/designation :pg/ACN2]
["24feb38fb69f5dad560555bffc59bb80" :lv2/index 2]
["edf7633096b0951802c5a66b41a80941" :lv2/designation :pg/ACN13]
["edf7633096b0951802c5a66b41a80941" :lv2/index 13]
["cc6186b8233ac9405d1bab9482a64caf"
:lv2/designation
:pg/lowFrequencyEffects]
["cc6186b8233ac9405d1bab9482a64caf" :lv2/index 6]
["f1c6ef855c5cffc37a537a6f4ddef679" :lv2/designation :pg/ACN8]
["f1c6ef855c5cffc37a537a6f4ddef679" :lv2/index 4]
["eee7280fbb920ba2d226a0ab91f9dfae" :lv2/designation :pg/ACN5]
["eee7280fbb920ba2d226a0ab91f9dfae" :lv2/index 5]
[:pg/SixPointOneGroup :pg/element "bdbfae6f06dc7464e4fd90a034d6fbdb"]
[:pg/SixPointOneGroup :rdfs/subClassOf :pg/DiscreteGroup]
[:pg/SixPointOneGroup :rdfs/label "6.1 Surround"]
[:pg/SixPointOneGroup :pg/element "cc6186b8233ac9405d1bab9482a64caf"]
[:pg/SixPointOneGroup :rdf/type :rdfs/Class]
[:pg/SixPointOneGroup
:rdfs/comment
"A 6.1 discrete surround sound group."]
[:pg/SixPointOneGroup :pg/element "78711ceb176f5e74f6f1513da1a9ad43"]
[:pg/SixPointOneGroup :pg/element "0f6db3f93fc2212f33edc0c31e95b885"]
[:pg/SixPointOneGroup :pg/element "beca7bd5873a1d12daf8bc44365f8f3e"]
[:pg/SixPointOneGroup :pg/element "0533281d6180d205e030eaef22ddec68"]
[:pg/SixPointOneGroup :pg/element "f6f06230e4011a9167153012a29e8df2"]
["1d76677224671de55a8d091eafeb8c2b" :lv2/designation :pg/left]
["1d76677224671de55a8d091eafeb8c2b" :lv2/index 0]
["5f36b21d0273d701d82f5b46ce57be74" :lv2/designation :pg/ACN6]
["5f36b21d0273d701d82f5b46ce57be74" :lv2/index 6]
[:pg/harmonicDegree
:rdfs/comment
"The degree coefficient (l) of the spherical harmonic for an Ambisonic channel."]
[:pg/harmonicDegree :rdfs/label "harmonic degree"]
[:pg/harmonicDegree :rdfs/range :xsd/integer]
[:pg/harmonicDegree :rdfs/domain :lv2/Channel]
[:pg/harmonicDegree :rdf/type :owl/DatatypeProperty]
[:pg/harmonicDegree :rdf/type :rdf/Property]
["c85c064900ec44ba75ad159a0bb02a10" :lv2/designation :pg/ACN2]
["c85c064900ec44ba75ad159a0bb02a10" :lv2/index 2]
["b8c85c4c8a4c8d8ad762cdb25cd56dc9"
:lv2/designation
:pg/lowFrequencyEffects]
["b8c85c4c8a4c8d8ad762cdb25cd56dc9" :lv2/index 7]
["04b1d55067bafb610dce7fda0c0771a1" :lv2/designation :pg/ACN3]
["04b1d55067bafb610dce7fda0c0771a1" :lv2/index 3]
["297a0098cdd9fb64df6dac399bf89b2c" :lv2/designation :pg/ACN1]
["297a0098cdd9fb64df6dac399bf89b2c" :lv2/index 1]
["84040ce01680b166d87c30b40bc9ee9a" :lv2/designation :pg/ACN6]
["84040ce01680b166d87c30b40bc9ee9a" :lv2/index 6]
["46deff4e37fcc918a56ae2affe477e91" :lv2/designation :pg/right]
["46deff4e37fcc918a56ae2affe477e91" :lv2/index 4]
[:pg/ACN5 :rdfs/comment "Ambisonic channel 5 (T): degree 2, index -1."]
[:pg/ACN5 :rdfs/label "ACN5"]
[:pg/ACN5 :pg/harmonicIndex -1]
[:pg/ACN5 :pg/harmonicDegree 2]
[:pg/ACN5 :pg/letterCode "T"]
[:pg/ACN5 :rdf/type :lv2/Channel]
["d3ebc1298ccabf31577ed48b80cececc" :lv2/designation :pg/ACN8]
["d3ebc1298ccabf31577ed48b80cececc" :lv2/index 8]
["180301b525190875c9d2fd6c93b67e34" :lv2/designation :pg/ACN15]
["180301b525190875c9d2fd6c93b67e34" :lv2/index 6]
["da2b61da31992de1e8e1e3070d810d59" :lv2/designation :pg/ACN4]
["da2b61da31992de1e8e1e3070d810d59" :lv2/index 4]
[:pg/mainOutput
:rdfs/comment
"Output group that is the primary output of the plugin."]
[:pg/mainOutput :rdfs/label "main output"]
[:pg/mainOutput :rdfs/range :pg/OutputGroup]
[:pg/mainOutput :rdfs/domain :lv2/Plugin]
[:pg/mainOutput :rdf/type :owl/FunctionalProperty]
[:pg/mainOutput :rdf/type :owl/ObjectProperty]
[:pg/mainOutput :rdf/type :rdf/Property]
["47f9f823efe6eaa3d32ca3ff45278573"
:rdfs/comment
"An element MUST have exactly one lv2:designation."]
["47f9f823efe6eaa3d32ca3ff45278573" :owl/cardinality 1]
["47f9f823efe6eaa3d32ca3ff45278573" :owl/onProperty :lv2/designation]
["47f9f823efe6eaa3d32ca3ff45278573" :rdf/type :owl/Restriction]
["78d440a4967776a8473bd3442963dd96" :lv2/designation :pg/ACN9]
["78d440a4967776a8473bd3442963dd96" :lv2/index 9]
["0533281d6180d205e030eaef22ddec68" :lv2/designation :pg/right]
["0533281d6180d205e030eaef22ddec68" :lv2/index 2]
["e45e5828d6a86a6b1dc7bce4f12d747c" :lv2/designation :pg/ACN0]
["e45e5828d6a86a6b1dc7bce4f12d747c" :lv2/index 0]
["2cdb624bb400ab4ea81fd65d5fa67fdb" :lv2/designation :pg/right]
["2cdb624bb400ab4ea81fd65d5fa67fdb" :lv2/index 1]
[:pg/ACN12 :rdfs/comment "Ambisonic channel 12 (K): degree 3, index 0."]
[:pg/ACN12 :rdfs/label "ACN12"]
[:pg/ACN12 :pg/harmonicIndex 0]
[:pg/ACN12 :pg/harmonicDegree 3]
[:pg/ACN12 :pg/letterCode "K"]
[:pg/ACN12 :rdf/type :lv2/Channel]
[:pg/ThreePointZeroGroup :pg/element "fd51c68334a7dba8edb3babfd81ac91a"]
[:pg/ThreePointZeroGroup :pg/element "2cdb624bb400ab4ea81fd65d5fa67fdb"]
[:pg/ThreePointZeroGroup :pg/element "cbacdaa9f772c1cdd72717ce41b455a8"]
[:pg/ThreePointZeroGroup
:rdfs/comment
"A 3.0 discrete surround sound group."]
[:pg/ThreePointZeroGroup :rdfs/label "3.0 Surround"]
[:pg/ThreePointZeroGroup :rdfs/subClassOf :pg/DiscreteGroup]
[:pg/ThreePointZeroGroup :rdf/type :rdfs/Class]
["2c18e342c27fa96f6ed8e12ea5c89d78" :lv2/designation :pg/centerRight]
["2c18e342c27fa96f6ed8e12ea5c89d78" :lv2/index 3]
["e6cb0be1d8f6233363a4ab6782f3711b" :lv2/designation :pg/ACN4]
["e6cb0be1d8f6233363a4ab6782f3711b" :lv2/index 3]
["b550118901e362e77b6bdf986ccb60a4" :lv2/designation :pg/ACN3]
["b550118901e362e77b6bdf986ccb60a4" :lv2/index 3]
[:pg/MidSideGroup :pg/element "d3d0e24b4fa119792fee84167843dc80"]
[:pg/MidSideGroup :pg/element "e82f192f27d31dc1cf8ab7767f736503"]
[:pg/MidSideGroup
:rdfs/comment
"A 2-channel mid-side stereo audio group."]
[:pg/MidSideGroup :rdfs/label "Mid-Side Stereo"]
[:pg/MidSideGroup :rdfs/subClassOf :pg/DiscreteGroup]
[:pg/MidSideGroup :rdf/type :rdfs/Class]
["52e0fad5a91af59232dd7459a23ccd8c" :lv2/designation :pg/rearRight]
["52e0fad5a91af59232dd7459a23ccd8c" :lv2/index 4]
["809e3c85b841bd5682fdbcfd46998988" :lv2/designation :pg/ACN8]
["809e3c85b841bd5682fdbcfd46998988" :lv2/index 5]
[:pg/lowFrequencyEffects
:rdfs/comment
"The LFE channel of a *.1 surround sound group."]
[:pg/lowFrequencyEffects :rdfs/label "low-frequency effects"]
[:pg/lowFrequencyEffects :rdf/type :lv2/Channel]
["2054142f5671104752b6fb9d5b6c4ad2" :lv2/designation :pg/ACN0]
["2054142f5671104752b6fb9d5b6c4ad2" :lv2/index 0]
[:pg/ACN0 :rdfs/comment "Ambisonic channel 0 (W): degree 0, index 0."]
[:pg/ACN0 :rdfs/label "ACN0"]
[:pg/ACN0 :pg/harmonicIndex 0]
[:pg/ACN0 :pg/harmonicDegree 0]
[:pg/ACN0 :pg/letterCode "W"]
[:pg/ACN0 :rdf/type :lv2/Channel]
["38ff4d9d1320d7e2acb6594ed6cf2dba" :lv2/designation :pg/ACN0]
["38ff4d9d1320d7e2acb6594ed6cf2dba" :lv2/index 0]
[:pg/AmbisonicBH3P0Group
:rdfs/comment
"Ambisonic B stream of horizontal order 3 and peripheral order 0."]
[:pg/AmbisonicBH3P0Group :pg/element "979d675d420fe4c76ef342092891b0cd"]
[:pg/AmbisonicBH3P0Group :pg/element "2054142f5671104752b6fb9d5b6c4ad2"]
[:pg/AmbisonicBH3P0Group :pg/element "e6cb0be1d8f6233363a4ab6782f3711b"]
[:pg/AmbisonicBH3P0Group :rdf/type :rdfs/Class]
[:pg/AmbisonicBH3P0Group :pg/element "1206d72129d02dfec03b47bc2b586072"]
[:pg/AmbisonicBH3P0Group :pg/element "af3f0a2fcbdbbdbc92ec0f80fd07fc58"]
[:pg/AmbisonicBH3P0Group :pg/element "93fd2df44374e3e9d36f462d159b3e0a"]
[:pg/AmbisonicBH3P0Group :rdfs/label "Ambisonic BH3P0"]
[:pg/AmbisonicBH3P0Group :rdfs/subClassOf :pg/AmbisonicGroup]
[:pg/AmbisonicBH3P0Group :pg/element "180301b525190875c9d2fd6c93b67e34"]
["6acdd8c8a50546a9c53e3e8fe2667918" :lv2/designation :pg/ACN2]
["6acdd8c8a50546a9c53e3e8fe2667918" :lv2/index 2]
["9faccabd7a4667c86fac7cf157908ac9" :lv2/designation :pg/ACN1]
["9faccabd7a4667c86fac7cf157908ac9" :lv2/index 1]
["6643b392fe10c6b77b8ffb4c96883939" :lv2/designation :pg/ACN3]
["6643b392fe10c6b77b8ffb4c96883939" :lv2/index 3]
[:pg/AmbisonicBH3P1Group :pg/element "fc58b36ffce0fa44f9a701b847f7b9c6"]
[:pg/AmbisonicBH3P1Group :pg/element "a414d0558581992cdbb6bfcbd2ed870e"]
[:pg/AmbisonicBH3P1Group :rdfs/label "Ambisonic BH3P1"]
[:pg/AmbisonicBH3P1Group :pg/element "71ed56321b2c69112a05ed55c8ab7a7d"]
[:pg/AmbisonicBH3P1Group
:rdfs/comment
"Ambisonic B stream of horizontal order 3 and peripheral order 1."]
[:pg/AmbisonicBH3P1Group :pg/element "b550118901e362e77b6bdf986ccb60a4"]
[:pg/AmbisonicBH3P1Group :pg/element "2d3e2928f5d308de7dff2f952541ecd9"]
[:pg/AmbisonicBH3P1Group :pg/element "297a0098cdd9fb64df6dac399bf89b2c"]
[:pg/AmbisonicBH3P1Group :rdfs/subClassOf :pg/AmbisonicGroup]
[:pg/AmbisonicBH3P1Group :pg/element "809e3c85b841bd5682fdbcfd46998988"]
[:pg/AmbisonicBH3P1Group :pg/element "a80797ec14c945a226b4c60bc3785d48"]
[:pg/AmbisonicBH3P1Group :rdf/type :rdfs/Class]
["2f3d1b9d9bd066cdf79276bc3e92f57a" :lv2/designation :pg/rearLeft]
["2f3d1b9d9bd066cdf79276bc3e92f57a" :lv2/index 3]
["09949990b3d9533b98797591575b9117" :lv2/designation :pg/center]
["09949990b3d9533b98797591575b9117" :lv2/index 0]
[:pg/ACN8 :rdfs/comment "Ambisonic channel 8 (U): degree 2, index 2."]
[:pg/ACN8 :rdfs/label "ACN8"]
[:pg/ACN8 :pg/harmonicIndex 2]
[:pg/ACN8 :pg/harmonicDegree 2]
[:pg/ACN8 :pg/letterCode "U"]
[:pg/ACN8 :rdf/type :lv2/Channel]
["be3e9fff7163ff2ecc39243178392355" :lv2/designation :pg/ACN5]
["be3e9fff7163ff2ecc39243178392355" :lv2/index 5]
[:pg/sideChainOf
:rdfs/comment
"Port or group is a side chain of another."]
[:pg/sideChainOf :rdfs/label "side-chain of"]
[:pg/sideChainOf :rdf/type :owl/ObjectProperty]
[:pg/sideChainOf :rdf/type :rdf/Property]
[:pg/element :rdfs/comment "An element within a port group."]
[:pg/element :rdfs/label "element"]
[:pg/element :rdfs/range :pg/Element]
[:pg/element :rdf/type :owl/ObjectProperty]
[:pg/element :rdf/type :rdf/Property]
[:pg/Element
:rdfs/comment
"An element of a group, with a designation and optional index."]
[:pg/Element :rdfs/subClassOf "47f9f823efe6eaa3d32ca3ff45278573"]
[:pg/Element :rdfs/comment "An ordered element of a group."]
[:pg/Element :rdfs/label "Element"]
[:pg/Element :rdf/type :rdfs/Class]
["b6162f8a1cc11a43da5e2c4bbe845bb6" :lv2/designation :pg/ACN1]
["b6162f8a1cc11a43da5e2c4bbe845bb6" :lv2/index 1]
[:pg/MonoGroup :pg/element "09949990b3d9533b98797591575b9117"]
[:pg/MonoGroup :rdfs/comment "A single channel audio group."]
[:pg/MonoGroup :rdfs/label "Mono"]
[:pg/MonoGroup :rdfs/subClassOf :pg/DiscreteGroup]
[:pg/MonoGroup :rdf/type :rdfs/Class]
[:pg/ACN15 :rdfs/comment "Ambisonic channel 15 (P): degree 3, index 3."]
[:pg/ACN15 :rdfs/label "ACN15"]
[:pg/ACN15 :pg/harmonicIndex 3]
[:pg/ACN15 :pg/harmonicDegree 3]
[:pg/ACN15 :pg/letterCode "P"]
[:pg/ACN15 :rdf/type :lv2/Channel]
["022468407fe49410a8ef2ee94616b9aa" :lv2/designation :pg/ACN2]
["022468407fe49410a8ef2ee94616b9aa" :lv2/index 2]
["3389088d8e3ec1849d8076b16c5f2a12" :lv2/designation :pg/ACN1]
["3389088d8e3ec1849d8076b16c5f2a12" :lv2/index 1]
["1d27cf942fb5983c128f9ec8b1e0673f" :lv2/designation :pg/center]
["1d27cf942fb5983c128f9ec8b1e0673f" :lv2/index 2]
["d8b29d735e761f0a9c37e097d2e71fd9" :lv2/designation :pg/ACN1]
["d8b29d735e761f0a9c37e097d2e71fd9" :lv2/index 1]
[:pg/OutputGroup
:rdfs/comment
"A group which contains exclusively outputs."]
[:pg/OutputGroup :rdfs/label "Output Group"]
[:pg/OutputGroup :rdfs/subClassOf :pg/Group]
[:pg/OutputGroup :rdf/type :rdfs/Class]
[:pg/SevenPointOneWideGroup
:pg/element
"6a584ff6e816906404e40777eee8e140"]
[:pg/SevenPointOneWideGroup
:pg/element
"188579c225e83ce7046218a7b82cb81f"]
[:pg/SevenPointOneWideGroup
:pg/element
"1d27cf942fb5983c128f9ec8b1e0673f"]
[:pg/SevenPointOneWideGroup :rdfs/label "7.1 Surround (Wide)"]
[:pg/SevenPointOneWideGroup :rdfs/subClassOf :pg/DiscreteGroup]
[:pg/SevenPointOneWideGroup :rdf/type :rdfs/Class]
[:pg/SevenPointOneWideGroup
:pg/element
"c26569566bfac2cd92f8a09b0cd6d7f0"]
[:pg/SevenPointOneWideGroup
:pg/element
"aa9244e705eb41a6d541b5d9179651ea"]
[:pg/SevenPointOneWideGroup
:pg/element
"2c18e342c27fa96f6ed8e12ea5c89d78"]
[:pg/SevenPointOneWideGroup
:pg/element
"66b169b7a8a3d2268f1d061232a5e7db"]
[:pg/SevenPointOneWideGroup
:rdfs/comment
"A 7.1 wide discrete surround sound group."]
[:pg/SevenPointOneWideGroup
:pg/element
"46deff4e37fcc918a56ae2affe477e91"]
["d3d0e24b4fa119792fee84167843dc80" :lv2/designation :pg/side]
["d3d0e24b4fa119792fee84167843dc80" :lv2/index 1]
[#java.net.URI["http://lv2plug.in/ns/ext/port-groups"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/lv2core"]]
[#java.net.URI["http://lv2plug.in/ns/ext/port-groups"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/port-groups.lv2/port-groups.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/port-groups"]
:rdfs/comment
"Multi-channel groups of LV2 ports."]
[#java.net.URI["http://lv2plug.in/ns/ext/port-groups"]
:rdfs/label
"LV2 Port Groups"]
[#java.net.URI["http://lv2plug.in/ns/ext/port-groups"]
:rdf/type
:owl/Ontology]
[:pg/rearLeft
:rdfs/comment
"The rear-left channel of a surround sound group."]
[:pg/rearLeft :rdfs/label "rear left"]
[:pg/rearLeft :rdf/type :lv2/Channel]
[:pg/right :rdfs/comment "The right channel of a stereo audio group."]
[:pg/right :rdfs/label "right"]
[:pg/right :rdf/type :lv2/Channel]
["9f9c40d6b461aac6e91af3f062b83f05" :lv2/designation :pg/rearLeft]
["9f9c40d6b461aac6e91af3f062b83f05" :lv2/index 5]
[:pg/ACN3 :rdfs/comment "Ambisonic channel 3 (X): degree 1, index 1."]
[:pg/ACN3 :rdfs/label "ACN3"]
[:pg/ACN3 :pg/harmonicIndex 1]
[:pg/ACN3 :pg/harmonicDegree 1]
[:pg/ACN3 :pg/letterCode "X"]
[:pg/ACN3 :rdf/type :lv2/Channel]
["71ed56321b2c69112a05ed55c8ab7a7d" :lv2/designation :pg/ACN9]
["71ed56321b2c69112a05ed55c8ab7a7d" :lv2/index 6]
["188579c225e83ce7046218a7b82cb81f" :lv2/designation :pg/rearLeft]
["188579c225e83ce7046218a7b82cb81f" :lv2/index 5]
["fc58b36ffce0fa44f9a701b847f7b9c6" :lv2/designation :pg/ACN0]
["fc58b36ffce0fa44f9a701b847f7b9c6" :lv2/index 0]
["7cd71207064f5c21161d935a78732a4b" :lv2/designation :pg/sideRight]
["7cd71207064f5c21161d935a78732a4b" :lv2/index 4]
["7d96e2085336204edf6f16692c1b3c96" :lv2/designation :pg/ACN0]
["7d96e2085336204edf6f16692c1b3c96" :lv2/index 0]
[:pg/Group
:rdfs/comment
"A set of ports that are logically grouped together."]
[:pg/Group :rdfs/subClassOf "fe880b627ff0f925157aa26e518410df"]
[:pg/Group :rdfs/label "Port Group"]
[:pg/Group :rdf/type :rdfs/Class]
["04da8c496fc122c552829c3d424cfd31" :lv2/designation :pg/rearCenter]
["04da8c496fc122c552829c3d424cfd31" :lv2/index 3]
[:pg/FourPointZeroGroup :pg/element "04da8c496fc122c552829c3d424cfd31"]
[:pg/FourPointZeroGroup :pg/element "be1e454328b75e39890290e856cbd1ac"]
[:pg/FourPointZeroGroup :pg/element "215fd98a25f6079133c5bc216e587728"]
[:pg/FourPointZeroGroup :pg/element "1d76677224671de55a8d091eafeb8c2b"]
[:pg/FourPointZeroGroup
:rdfs/comment
"A 4.0 (Quadraphonic) discrete surround sound group."]
[:pg/FourPointZeroGroup :rdfs/label "4.0 Surround"]
[:pg/FourPointZeroGroup :rdfs/subClassOf :pg/DiscreteGroup]
[:pg/FourPointZeroGroup :rdf/type :rdfs/Class]
[:pg/ACN10
:rdfs/comment
"Ambisonic channel 10 (O): degree 3, index -2."]
[:pg/ACN10 :rdfs/label "ACN10"]
[:pg/ACN10 :pg/harmonicIndex -2]
[:pg/ACN10 :pg/harmonicDegree 3]
[:pg/ACN10 :pg/letterCode "O"]
[:pg/ACN10 :rdf/type :lv2/Channel]
["93fd2df44374e3e9d36f462d159b3e0a" :lv2/designation :pg/ACN3]
["93fd2df44374e3e9d36f462d159b3e0a" :lv2/index 2]
[:pg/AmbisonicBH2P0Group :pg/element "f1c6ef855c5cffc37a537a6f4ddef679"]
[:pg/AmbisonicBH2P0Group :pg/element "fc2abd492d0f1fc69d6b8e99355473cb"]
[:pg/AmbisonicBH2P0Group :pg/element "e1d981bd800d2503583a7b1525d4b6b3"]
[:pg/AmbisonicBH2P0Group :pg/element "3389088d8e3ec1849d8076b16c5f2a12"]
[:pg/AmbisonicBH2P0Group :pg/element "faf5b1845c39c746014810b4d7de0d92"]
[:pg/AmbisonicBH2P0Group
:rdfs/comment
"Ambisonic B stream of horizontal order 2 and peripheral order 0."]
[:pg/AmbisonicBH2P0Group :rdfs/label "Ambisonic BH2P0"]
[:pg/AmbisonicBH2P0Group :rdfs/subClassOf :pg/AmbisonicGroup]
[:pg/AmbisonicBH2P0Group :rdf/type :rdfs/Class]
["f6f06230e4011a9167153012a29e8df2" :lv2/designation :pg/left]
["f6f06230e4011a9167153012a29e8df2" :lv2/index 0]
[:pg/centerRight
:rdfs/comment
"The center-right channel of a 7.1 wide surround sound group."]
[:pg/centerRight :rdfs/label "center right"]
[:pg/centerRight :rdf/type :lv2/Channel]
["be01525ea51938c4c6097127474cc66b" :lv2/designation :pg/center]
["be01525ea51938c4c6097127474cc66b" :lv2/index 1]
[:pg/StereoGroup :pg/element "a871f782e441357b35f03c0c85c78d19"]
[:pg/StereoGroup :pg/element "792c08472a3e1d0015e237a2f395df4b"]
[:pg/StereoGroup
:rdfs/comment
"A 2-channel discrete stereo audio group."]
[:pg/StereoGroup :rdfs/label "Stereo"]
[:pg/StereoGroup :rdfs/subClassOf :pg/DiscreteGroup]
[:pg/StereoGroup :rdf/type :rdfs/Class]
["61ff466fbcf02e61c185fda1f8d7d6d7" :lv2/designation :pg/ACN4]
["61ff466fbcf02e61c185fda1f8d7d6d7" :lv2/index 4]
["40ed0026b7ce21c22aef532fcdbc0dc5" :lv2/designation :pg/ACN0]
["40ed0026b7ce21c22aef532fcdbc0dc5" :lv2/index 0]
[:pg/AmbisonicBH2P1Group :pg/element "aef6f367e9c2db8871f7c926f657e47b"]
[:pg/AmbisonicBH2P1Group :pg/element "24feb38fb69f5dad560555bffc59bb80"]
[:pg/AmbisonicBH2P1Group :pg/element "4baaf9d781775c1c2a537e1b7d3384be"]
[:pg/AmbisonicBH2P1Group
:rdfs/comment
"Ambisonic B stream of horizontal order 2 and peripheral order 1."]
[:pg/AmbisonicBH2P1Group :rdf/type :rdfs/Class]
[:pg/AmbisonicBH2P1Group :pg/element "40ed0026b7ce21c22aef532fcdbc0dc5"]
[:pg/AmbisonicBH2P1Group :rdfs/subClassOf :pg/AmbisonicGroup]
[:pg/AmbisonicBH2P1Group :rdfs/label "Ambisonic BH2P1"]
[:pg/AmbisonicBH2P1Group :pg/element "61ff466fbcf02e61c185fda1f8d7d6d7"]
[:pg/AmbisonicBH2P1Group :pg/element "92f3d4bb2099c72de674f5745342cbb8"]
[:pg/subGroupOf :rdfs/comment "Group is a child of another group."]
[:pg/subGroupOf :rdfs/label "sub-group of"]
[:pg/subGroupOf :rdfs/range :pg/Group]
[:pg/subGroupOf :rdfs/domain :pg/Group]
[:pg/subGroupOf :rdf/type :owl/FunctionalProperty]
[:pg/subGroupOf :rdf/type :owl/ObjectProperty]
[:pg/subGroupOf :rdf/type :rdf/Property]
["60779305df5536c2e6f716d75c1ac1c7" :lv2/designation :pg/ACN10]
["60779305df5536c2e6f716d75c1ac1c7" :lv2/index 10]
["a414d0558581992cdbb6bfcbd2ed870e" :lv2/designation :pg/ACN2]
["a414d0558581992cdbb6bfcbd2ed870e" :lv2/index 2]
["faf19939a9a03b4914d4a441f9cae9f1" :lv2/designation :pg/right]
["faf19939a9a03b4914d4a441f9cae9f1" :lv2/index 2]
["792c08472a3e1d0015e237a2f395df4b" :lv2/designation :pg/left]
["792c08472a3e1d0015e237a2f395df4b" :lv2/index 0]
["f05962b30ea17d220652c4cd5bbde4c2" :lv2/designation :pg/left]
["f05962b30ea17d220652c4cd5bbde4c2" :lv2/index 0]
["4baaf9d781775c1c2a537e1b7d3384be" :lv2/designation :pg/ACN8]
["4baaf9d781775c1c2a537e1b7d3384be" :lv2/index 5]
[:pg/ACN6 :rdfs/comment "Ambisonic channel 6 (R): degree 2, index 0."]
[:pg/ACN6 :rdfs/label "ACN6"]
[:pg/ACN6 :pg/harmonicIndex 0]
[:pg/ACN6 :pg/harmonicDegree 2]
[:pg/ACN6 :pg/letterCode "R"]
[:pg/ACN6 :rdf/type :lv2/Channel]
["e82f192f27d31dc1cf8ab7767f736503" :lv2/designation :pg/center]
["e82f192f27d31dc1cf8ab7767f736503" :lv2/index 0]
["e1d981bd800d2503583a7b1525d4b6b3" :lv2/designation :pg/ACN3]
["e1d981bd800d2503583a7b1525d4b6b3" :lv2/index 2]
["215c0128536a22919bd19cc3de745f67" :lv2/designation :pg/ACN6]
["215c0128536a22919bd19cc3de745f67" :lv2/index 6]
[:pg/ACN13 :rdfs/comment "Ambisonic channel 13 (L): degree 3, index 1."]
[:pg/ACN13 :rdfs/label "ACN13"]
[:pg/ACN13 :pg/harmonicIndex 1]
[:pg/ACN13 :pg/harmonicDegree 3]
[:pg/ACN13 :pg/letterCode "L"]
[:pg/ACN13 :rdf/type :lv2/Channel]
[:pg/AmbisonicGroup :rdfs/comment "A group of Ambisonic channels."]
[:pg/AmbisonicGroup :rdfs/label "Ambisonic Group"]
[:pg/AmbisonicGroup :rdfs/subClassOf :pg/Group]
[:pg/AmbisonicGroup :rdf/type :rdfs/Class]
[:pg/InputGroup
:rdfs/comment
"A group which contains exclusively inputs."]
[:pg/InputGroup :rdfs/label "Input Group"]
[:pg/InputGroup :rdfs/subClassOf :pg/Group]
[:pg/InputGroup :rdf/type :rdfs/Class]
[:pg/group :rdfs/comment "Group that this port is a part of."]
[:pg/group :rdfs/label "group"]
[:pg/group :rdfs/range :pg/Group]
[:pg/group :rdfs/domain :lv2/Port]
[:pg/group :rdf/type :owl/FunctionalProperty]
[:pg/group :rdf/type :owl/ObjectProperty]
[:pg/group :rdf/type :rdf/Property]
[:pg/center
:rdfs/comment
"The center channel of a discrete audio group."]
[:pg/center :rdfs/label "center"]
[:pg/center :rdf/type :lv2/Channel]
["6a584ff6e816906404e40777eee8e140" :lv2/designation :pg/rearRight]
["6a584ff6e816906404e40777eee8e140" :lv2/index 6]
["42a0cdd101df5c2476b4e5cafdd6cf88" :lv2/designation :pg/ACN1]
["42a0cdd101df5c2476b4e5cafdd6cf88" :lv2/index 1]
["92f3d4bb2099c72de674f5745342cbb8" :lv2/designation :pg/ACN3]
["92f3d4bb2099c72de674f5745342cbb8" :lv2/index 3]
[:pg/FivePointZeroGroup :pg/element "52e0fad5a91af59232dd7459a23ccd8c"]
[:pg/FivePointZeroGroup :pg/element "06c5c49581f7ebedf173659e143f8779"]
[:pg/FivePointZeroGroup :pg/element "ed65b5b418f43e5f38d266e2f3a25009"]
[:pg/FivePointZeroGroup :pg/element "cef0638ce905e5bf0fea2dfe923bbbde"]
[:pg/FivePointZeroGroup :pg/element "24dd50d9ac838d9474ac0ebfa6969fe4"]
[:pg/FivePointZeroGroup
:rdfs/comment
"A 5.0 (3-2 stereo) discrete surround sound group."]
[:pg/FivePointZeroGroup :rdfs/label "5.0 Surround"]
[:pg/FivePointZeroGroup :rdfs/subClassOf :pg/DiscreteGroup]
[:pg/FivePointZeroGroup :rdf/type :rdfs/Class]
["28846f7c98339ee73baac80ba492316a" :lv2/designation :pg/right]
["28846f7c98339ee73baac80ba492316a" :lv2/index 2]
["3f8d836a8662c5dc0cdfd643e5200743" :lv2/designation :pg/ACN11]
["3f8d836a8662c5dc0cdfd643e5200743" :lv2/index 11]
["f5c651b9ac1c28ec0bfa9e4646c90025" :lv2/designation :pg/ACN12]
["f5c651b9ac1c28ec0bfa9e4646c90025" :lv2/index 12]
["beca7bd5873a1d12daf8bc44365f8f3e" :lv2/designation :pg/center]
["beca7bd5873a1d12daf8bc44365f8f3e" :lv2/index 1]
[:pg/ACN1 :rdfs/comment "Ambisonic channel 1 (Y): degree 1, index -1."]
[:pg/ACN1 :rdfs/label "ACN1"]
[:pg/ACN1 :pg/harmonicIndex -1]
[:pg/ACN1 :pg/harmonicDegree 1]
[:pg/ACN1 :pg/letterCode "Y"]
[:pg/ACN1 :rdf/type :lv2/Channel]
[:pg/AmbisonicBH1P0Group :pg/element "50e2702184096c8264185c42a92a76d0"]
[:pg/AmbisonicBH1P0Group :pg/element "9faccabd7a4667c86fac7cf157908ac9"]
[:pg/AmbisonicBH1P0Group :pg/element "7d96e2085336204edf6f16692c1b3c96"]
[:pg/AmbisonicBH1P0Group
:rdfs/comment
"Ambisonic B stream of horizontal order 1 and peripheral order 0."]
[:pg/AmbisonicBH1P0Group :rdfs/label "Ambisonic BH1P0"]
[:pg/AmbisonicBH1P0Group :rdfs/subClassOf :pg/AmbisonicGroup]
[:pg/AmbisonicBH1P0Group :rdf/type :rdfs/Class]
["24dd50d9ac838d9474ac0ebfa6969fe4" :lv2/designation :pg/left]
["24dd50d9ac838d9474ac0ebfa6969fe4" :lv2/index 0]
[:pg/AmbisonicBH1P1Group :pg/element "04b1d55067bafb610dce7fda0c0771a1"]
[:pg/AmbisonicBH1P1Group :pg/element "022468407fe49410a8ef2ee94616b9aa"]
[:pg/AmbisonicBH1P1Group :pg/element "b6162f8a1cc11a43da5e2c4bbe845bb6"]
[:pg/AmbisonicBH1P1Group :pg/element "38ff4d9d1320d7e2acb6594ed6cf2dba"]
[:pg/AmbisonicBH1P1Group
:rdfs/comment
"Ambisonic B stream of horizontal order 1 and peripheral order 1."]
[:pg/AmbisonicBH1P1Group :rdfs/label "Ambisonic BH1P1"]
[:pg/AmbisonicBH1P1Group :rdfs/subClassOf :pg/AmbisonicGroup]
[:pg/AmbisonicBH1P1Group :rdf/type :rdfs/Class]
[:pg/left :rdfs/comment "The left channel of a stereo audio group."]
[:pg/left :rdfs/label "left"]
[:pg/left :rdf/type :lv2/Channel]
["cef0638ce905e5bf0fea2dfe923bbbde" :lv2/designation :pg/center]
["cef0638ce905e5bf0fea2dfe923bbbde" :lv2/index 1]
[:pg/ACN9 :rdfs/comment "Ambisonic channel 9 (Q): degree 3, index -3."]
[:pg/ACN9 :rdfs/label "ACN9"]
[:pg/ACN9 :pg/harmonicIndex -3]
[:pg/ACN9 :pg/harmonicDegree 3]
[:pg/ACN9 :pg/letterCode "Q"]
[:pg/ACN9 :rdf/type :lv2/Channel]
["1ea42a8cd5f32b07f1470fa977f5232e" :lv2/designation :pg/ACN8]
["1ea42a8cd5f32b07f1470fa977f5232e" :lv2/index 8]
["2d3e2928f5d308de7dff2f952541ecd9" :lv2/designation :pg/ACN4]
["2d3e2928f5d308de7dff2f952541ecd9" :lv2/index 4]
[:pg/harmonicIndex
:rdfs/comment
"The index coefficient (m) of the spherical harmonic for an Ambisonic channel."]
[:pg/harmonicIndex :rdfs/label "harmonic index"]
[:pg/harmonicIndex :rdfs/range :xsd/integer]
[:pg/harmonicIndex :rdfs/domain :lv2/Channel]
[:pg/harmonicIndex :rdf/type :owl/DatatypeProperty]
[:pg/harmonicIndex :rdf/type :rdf/Property]
["d4d98ac4f945d8b61d17d98771b42d14" :lv2/designation :pg/ACN4]
["d4d98ac4f945d8b61d17d98771b42d14" :lv2/index 4]
["90fa6aa46446548c39e7362bc26a6962" :lv2/designation :pg/ACN5]
["90fa6aa46446548c39e7362bc26a6962" :lv2/index 5]
["0f6db3f93fc2212f33edc0c31e95b885" :lv2/designation :pg/sideLeft]
["0f6db3f93fc2212f33edc0c31e95b885" :lv2/index 3]
["a808d0ecdf209c6294657efd9a97cfc4" :lv2/designation :pg/center]
["a808d0ecdf209c6294657efd9a97cfc4" :lv2/index 1]
["50e2702184096c8264185c42a92a76d0" :lv2/designation :pg/ACN3]
["50e2702184096c8264185c42a92a76d0" :lv2/index 2]
[:pg/AmbisonicBH3P2Group :pg/element "e508459d14980f2eec17bf3967958f08"]
[:pg/AmbisonicBH3P2Group :pg/element "d5d7444e0cadc93424c450013003fd12"]
[:pg/AmbisonicBH3P2Group :pg/element "72c9328760c8e5b495261a2eb21edb17"]
[:pg/AmbisonicBH3P2Group
:rdfs/comment
"Ambisonic B stream of horizontal order 3 and peripheral order 2."]
[:pg/AmbisonicBH3P2Group :pg/element "be3e9fff7163ff2ecc39243178392355"]
[:pg/AmbisonicBH3P2Group :rdfs/subClassOf :pg/AmbisonicGroup]
[:pg/AmbisonicBH3P2Group :pg/element "1ea42a8cd5f32b07f1470fa977f5232e"]
[:pg/AmbisonicBH3P2Group :rdfs/label "Ambisonic BH3P2"]
[:pg/AmbisonicBH3P2Group :pg/element "d4d98ac4f945d8b61d17d98771b42d14"]
[:pg/AmbisonicBH3P2Group :rdf/type :rdfs/Class]
[:pg/AmbisonicBH3P2Group :pg/element "8a5b99a3f9b9f0060fc59e5fe1dc4d30"]
[:pg/AmbisonicBH3P2Group :pg/element "215c0128536a22919bd19cc3de745f67"]
[:pg/AmbisonicBH3P2Group :pg/element "e6a228cf6861a8153e114c32f5254d52"]
[:pg/AmbisonicBH3P2Group :pg/element "5b58c3aa172ebe2e29d5e5ba5bea188a"]
[:pg/AmbisonicBH3P2Group :pg/element "42a0cdd101df5c2476b4e5cafdd6cf88"]
["e6a228cf6861a8153e114c32f5254d52" :lv2/designation :pg/ACN7]
["e6a228cf6861a8153e114c32f5254d52" :lv2/index 7]
[:pg/ACN4 :rdfs/comment "Ambisonic channel 4 (V): degree 2, index -2."]
[:pg/ACN4 :rdfs/label "ACN4"]
[:pg/ACN4 :pg/harmonicIndex -2]
[:pg/ACN4 :pg/harmonicDegree 2]
[:pg/ACN4 :pg/letterCode "V"]
[:pg/ACN4 :rdf/type :lv2/Channel]
["0b15f380142467402cbb3231fc1d2574" :lv2/designation :pg/ACN8]
["0b15f380142467402cbb3231fc1d2574" :lv2/index 8]
[:pg/source
:rdfs/comment
"Port or group that this group is the output of."]
[:pg/source :rdfs/label "source"]
[:pg/source :rdfs/range :pg/InputGroup]
[:pg/source :rdfs/domain :pg/OutputGroup]
[:pg/source :rdf/type :owl/ObjectProperty]
[:pg/source :rdf/type :rdf/Property]
["e508459d14980f2eec17bf3967958f08" :lv2/designation :pg/ACN2]
["e508459d14980f2eec17bf3967958f08" :lv2/index 2]
["fd51c68334a7dba8edb3babfd81ac91a" :lv2/designation :pg/rearCenter]
["fd51c68334a7dba8edb3babfd81ac91a" :lv2/index 2]
[:pg/AmbisonicBH3P3Group :rdfs/label "Ambisonic BH3P3"]
[:pg/AmbisonicBH3P3Group :pg/element "d3ebc1298ccabf31577ed48b80cececc"]
[:pg/AmbisonicBH3P3Group :pg/element "e9d1ee56edea72f3f8fccc8ff9c547dd"]
[:pg/AmbisonicBH3P3Group :pg/element "fabf45a9d4ca83c2714b17d6f77c0db4"]
[:pg/AmbisonicBH3P3Group :pg/element "511ad97c59438c3ad4f9f4c942abe3d7"]
[:pg/AmbisonicBH3P3Group
:rdfs/comment
"Ambisonic B stream of horizontal order 3 and peripheral order 3."]
[:pg/AmbisonicBH3P3Group :pg/element "edf7633096b0951802c5a66b41a80941"]
[:pg/AmbisonicBH3P3Group :rdf/type :rdfs/Class]
[:pg/AmbisonicBH3P3Group :pg/element "5f36b21d0273d701d82f5b46ce57be74"]
[:pg/AmbisonicBH3P3Group :pg/element "6acdd8c8a50546a9c53e3e8fe2667918"]
[:pg/AmbisonicBH3P3Group :pg/element "40cde2bbfd7b84e64f921519edf8a7a3"]
[:pg/AmbisonicBH3P3Group :pg/element "78d440a4967776a8473bd3442963dd96"]
[:pg/AmbisonicBH3P3Group :pg/element "202b02e9bf53197881571987fea7b494"]
[:pg/AmbisonicBH3P3Group :pg/element "eee7280fbb920ba2d226a0ab91f9dfae"]
[:pg/AmbisonicBH3P3Group :rdfs/subClassOf :pg/AmbisonicGroup]
[:pg/AmbisonicBH3P3Group :pg/element "60779305df5536c2e6f716d75c1ac1c7"]
[:pg/AmbisonicBH3P3Group :pg/element "1eac91312ffc7e15013c5a716ec987e5"]
[:pg/AmbisonicBH3P3Group :pg/element "f5c651b9ac1c28ec0bfa9e4646c90025"]
[:pg/AmbisonicBH3P3Group :pg/element "3f8d836a8662c5dc0cdfd643e5200743"]
[:pg/AmbisonicBH3P3Group :pg/element "e45e5828d6a86a6b1dc7bce4f12d747c"]
["3e8771d969c6cbe8b02b177934170186" :lv2/designation :pg/ACN0]
["3e8771d969c6cbe8b02b177934170186" :lv2/index 0]
["215fd98a25f6079133c5bc216e587728" :lv2/designation :pg/center]
["215fd98a25f6079133c5bc216e587728" :lv2/index 1]
["aef6f367e9c2db8871f7c926f657e47b" :lv2/designation :pg/ACN1]
["aef6f367e9c2db8871f7c926f657e47b" :lv2/index 1]
["5b58c3aa172ebe2e29d5e5ba5bea188a" :lv2/designation :pg/ACN9]
["5b58c3aa172ebe2e29d5e5ba5bea188a" :lv2/index 9]
["fabf45a9d4ca83c2714b17d6f77c0db4" :lv2/designation :pg/ACN14]
["fabf45a9d4ca83c2714b17d6f77c0db4" :lv2/index 14]
[:pg/ACN11
:rdfs/comment
"Ambisonic channel 11 (M): degree 3, index -1."]
[:pg/ACN11 :rdfs/label "ACN11"]
[:pg/ACN11 :pg/harmonicIndex -1]
[:pg/ACN11 :pg/harmonicDegree 3]
[:pg/ACN11 :pg/letterCode "M"]
[:pg/ACN11 :rdf/type :lv2/Channel]
["1eac91312ffc7e15013c5a716ec987e5" :lv2/designation :pg/ACN15]
["1eac91312ffc7e15013c5a716ec987e5" :lv2/index 15]
["af3f0a2fcbdbbdbc92ec0f80fd07fc58" :lv2/designation :pg/ACN8]
["af3f0a2fcbdbbdbc92ec0f80fd07fc58" :lv2/index 4]
[:pg/rearRight
:rdfs/comment
"The rear-right channel of a surround sound group."]
[:pg/rearRight :rdfs/label "rear right"]
[:pg/rearRight :rdf/type :lv2/Channel]
["e9d1ee56edea72f3f8fccc8ff9c547dd" :lv2/designation :pg/ACN7]
["e9d1ee56edea72f3f8fccc8ff9c547dd" :lv2/index 7]
["992804cadc3ca712a203fa341a5cc451" :lv2/designation :pg/left]
["992804cadc3ca712a203fa341a5cc451" :lv2/index 0]
["aa9244e705eb41a6d541b5d9179651ea"
:lv2/designation
:pg/lowFrequencyEffects]
["aa9244e705eb41a6d541b5d9179651ea" :lv2/index 7]
["40cde2bbfd7b84e64f921519edf8a7a3" :lv2/designation :pg/ACN4]
["40cde2bbfd7b84e64f921519edf8a7a3" :lv2/index 4]
["fe880b627ff0f925157aa26e518410df"
:rdfs/comment
"A Group MUST have exactly one string lv2:symbol."]
["fe880b627ff0f925157aa26e518410df" :owl/cardinality 1]
["fe880b627ff0f925157aa26e518410df" :owl/onProperty :lv2/symbol]
["fe880b627ff0f925157aa26e518410df" :rdf/type :owl/Restriction]
["faf5b1845c39c746014810b4d7de0d92" :lv2/designation :pg/ACN0]
["faf5b1845c39c746014810b4d7de0d92" :lv2/index 0]
["cbacdaa9f772c1cdd72717ce41b455a8" :lv2/designation :pg/left]
["cbacdaa9f772c1cdd72717ce41b455a8" :lv2/index 0]
["c26569566bfac2cd92f8a09b0cd6d7f0" :lv2/designation :pg/centerLeft]
["c26569566bfac2cd92f8a09b0cd6d7f0" :lv2/index 1]
[:pg/ACN7 :rdfs/comment "Ambisonic channel 7 (S): degree 2, index 1."]
[:pg/ACN7 :rdfs/label "ACN7"]
[:pg/ACN7 :pg/harmonicIndex 1]
[:pg/ACN7 :pg/harmonicDegree 2]
[:pg/ACN7 :pg/letterCode "S"]
[:pg/ACN7 :rdf/type :lv2/Channel]
["f9c8ed56e91285501764e5af72634b40" :lv2/designation :pg/ACN7]
["f9c8ed56e91285501764e5af72634b40" :lv2/index 7]
[:pg/centerLeft
:rdfs/comment
"The center-left channel of a 7.1 wide surround sound group."]
[:pg/centerLeft :rdfs/label "center left"]
[:pg/centerLeft :rdf/type :lv2/Channel]
[:pg/mainInput
:rdfs/comment
"Input group that is the primary input of the plugin."]
[:pg/mainInput :rdfs/label "main input"]
[:pg/mainInput :rdfs/range :pg/InputGroup]
[:pg/mainInput :rdfs/domain :lv2/Plugin]
[:pg/mainInput :rdf/type :owl/FunctionalProperty]
[:pg/mainInput :rdf/type :owl/ObjectProperty]
[:pg/mainInput :rdf/type :rdf/Property]
["979d675d420fe4c76ef342092891b0cd" :lv2/designation :pg/ACN1]
["979d675d420fe4c76ef342092891b0cd" :lv2/index 1]
["202b02e9bf53197881571987fea7b494" :lv2/designation :pg/ACN3]
["202b02e9bf53197881571987fea7b494" :lv2/index 3]
["06c5c49581f7ebedf173659e143f8779" :lv2/designation :pg/rearLeft]
["06c5c49581f7ebedf173659e143f8779" :lv2/index 3]
["1206d72129d02dfec03b47bc2b586072" :lv2/designation :pg/ACN9]
["1206d72129d02dfec03b47bc2b586072" :lv2/index 5]
["78711ceb176f5e74f6f1513da1a9ad43" :lv2/designation :pg/rearCenter]
["78711ceb176f5e74f6f1513da1a9ad43" :lv2/index 5]
[:pg/rearCenter
:rdfs/comment
"The rear-center channel of a surround sound group."]
[:pg/rearCenter :rdfs/label "rear center"]
[:pg/rearCenter :rdf/type :lv2/Channel]
[:pg/DiscreteGroup :rdfs/comment "A group of discrete channels."]
[:pg/DiscreteGroup :rdfs/label "Discrete Group"]
[:pg/DiscreteGroup :rdfs/subClassOf :pg/Group]
[:pg/DiscreteGroup :rdf/type :rdfs/Class]
[:pg/ACN14 :rdfs/comment "Ambisonic channel 14 (N): degree 3, index 2."]
[:pg/ACN14 :rdfs/label "ACN14"]
[:pg/ACN14 :pg/harmonicIndex 2]
[:pg/ACN14 :pg/harmonicDegree 3]
[:pg/ACN14 :pg/letterCode "N"]
[:pg/ACN14 :rdf/type :lv2/Channel]
[:pg/AmbisonicBH2P2Group :pg/element "da2b61da31992de1e8e1e3070d810d59"]
[:pg/AmbisonicBH2P2Group :rdfs/label "Ambisonic BH2P2"]
[:pg/AmbisonicBH2P2Group :pg/element "d8b29d735e761f0a9c37e097d2e71fd9"]
[:pg/AmbisonicBH2P2Group :rdfs/subClassOf :pg/AmbisonicGroup]
[:pg/AmbisonicBH2P2Group :pg/element "c85c064900ec44ba75ad159a0bb02a10"]
[:pg/AmbisonicBH2P2Group :rdf/type :rdfs/Class]
[:pg/AmbisonicBH2P2Group :pg/element "6643b392fe10c6b77b8ffb4c96883939"]
[:pg/AmbisonicBH2P2Group :pg/element "90fa6aa46446548c39e7362bc26a6962"]
[:pg/AmbisonicBH2P2Group :pg/element "3e8771d969c6cbe8b02b177934170186"]
[:pg/AmbisonicBH2P2Group :pg/element "f9c8ed56e91285501764e5af72634b40"]
[:pg/AmbisonicBH2P2Group
:rdfs/comment
"Ambisonic B stream of horizontal order 2 and peripheral order 2."]
[:pg/AmbisonicBH2P2Group :pg/element "0b15f380142467402cbb3231fc1d2574"]
[:pg/AmbisonicBH2P2Group :pg/element "84040ce01680b166d87c30b40bc9ee9a"]
["7242221d96245f5a02769ace1249f1b2" :lv2/designation :pg/rearRight]
["7242221d96245f5a02769ace1249f1b2" :lv2/index 4]
[:pg/FivePointOneGroup :pg/element "b2a358f68998fbb62b43252020280660"]
[:pg/FivePointOneGroup :rdfs/subClassOf :pg/DiscreteGroup]
[:pg/FivePointOneGroup
:rdfs/comment
"A 5.1 (3-2 stereo with sub) discrete surround sound group."]
[:pg/FivePointOneGroup :rdf/type :rdfs/Class]
[:pg/FivePointOneGroup :pg/element "992804cadc3ca712a203fa341a5cc451"]
[:pg/FivePointOneGroup :pg/element "2f3d1b9d9bd066cdf79276bc3e92f57a"]
[:pg/FivePointOneGroup :rdfs/label "5.1 Surround"]
[:pg/FivePointOneGroup :pg/element "7242221d96245f5a02769ace1249f1b2"]
[:pg/FivePointOneGroup :pg/element "be01525ea51938c4c6097127474cc66b"]
[:pg/FivePointOneGroup :pg/element "faf19939a9a03b4914d4a441f9cae9f1"]
["bdbfae6f06dc7464e4fd90a034d6fbdb" :lv2/designation :pg/sideRight]
["bdbfae6f06dc7464e4fd90a034d6fbdb" :lv2/index 4]
^{:net.wikipunk.rdf/ns-prefix-map
{"owl" "http://www.w3.org/2002/07/owl#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"xsd" "http://www.w3.org/2001/XMLSchema#",
"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#",
"pprops" "http://lv2plug.in/ns/ext/port-props#"},
:vann/preferredNamespacePrefix "pprops",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/port-props#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/port-props.lv2/port-props.ttl"}
[:pprops/notAutomatic
:rdfs/comment
"Port that is not intended to be fed with a modulation signal."]
[:pprops/notAutomatic :rdfs/label "not automatic"]
[:pprops/notAutomatic :rdf/type :lv2/PortProperty]
[:pprops/expensive :rdfs/comment "Input port is expensive to change."]
[:pprops/expensive :rdfs/label "changes are expensive"]
[:pprops/expensive :rdf/type :lv2/PortProperty]
[:pprops/discreteCV
:rdfs/comment
"Port carries a discrete modulation signal."]
[:pprops/discreteCV :rdfs/label "discrete modulation signal"]
[:pprops/discreteCV :rdf/type :lv2/PortProperty]
[:pprops/logarithmic :rdfs/comment "Port value is logarithmic."]
[:pprops/logarithmic :rdfs/label "logarithmic"]
[:pprops/logarithmic :rdf/type :lv2/PortProperty]
[:pprops/trigger :rdfs/comment "Port is a momentary trigger."]
[:pprops/trigger :rdfs/label "trigger"]
[:pprops/trigger :rdf/type :lv2/PortProperty]
[:pprops/causesArtifacts
:rdfs/comment
"Input port causes audible artifacts when changed."]
[:pprops/causesArtifacts :rdfs/label "changes cause artifacts"]
[:pprops/causesArtifacts :rdf/type :lv2/PortProperty]
[:pprops/hasStrictBounds
:rdfs/comment
"Port has strict bounds which are not internally clamped."]
[:pprops/hasStrictBounds :rdfs/label "has strict bounds"]
[:pprops/hasStrictBounds :rdf/type :lv2/PortProperty]
[#java.net.URI["http://lv2plug.in/ns/ext/port-props"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/lv2core"]]
[#java.net.URI["http://lv2plug.in/ns/ext/port-props"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/port-props.lv2/port-props.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/port-props"]
:rdfs/comment
"Various properties for LV2 plugin ports."]
[#java.net.URI["http://lv2plug.in/ns/ext/port-props"]
:rdfs/label
"LV2 Port Properties"]
[#java.net.URI["http://lv2plug.in/ns/ext/port-props"]
:rdf/type
:owl/Ontology]
[:pprops/supportsStrictBounds
:rdfs/comment
"A feature indicating plugin support for strict port bounds."]
[:pprops/supportsStrictBounds :rdfs/label "supports strict bounds"]
[:pprops/supportsStrictBounds :rdf/type :lv2/Feature]
[:pprops/displayPriority
:rdfs/comment
"A priority ranking this port in importance to its plugin."]
[:pprops/displayPriority :rdfs/label "display priority"]
[:pprops/displayPriority :rdfs/range :xsd/nonNegativeInteger]
[:pprops/displayPriority :rdfs/domain :lv2/Port]
[:pprops/displayPriority :rdf/type :owl/DatatypeProperty]
[:pprops/displayPriority :rdf/type :rdf/Property]
[:pprops/rangeSteps
:rdfs/comment
"The number of even steps the range should be divided into."]
[:pprops/rangeSteps :rdfs/label "range steps"]
[:pprops/rangeSteps :rdfs/range :xsd/nonNegativeInteger]
[:pprops/rangeSteps :rdfs/domain :lv2/Port]
[:pprops/rangeSteps :rdf/type :owl/DatatypeProperty]
[:pprops/rangeSteps :rdf/type :rdf/Property]
[:pprops/continuousCV
:rdfs/comment
"Port carries a smooth modulation signal."]
[:pprops/continuousCV :rdfs/label "smooth modulation signal"]
[:pprops/continuousCV :rdf/type :lv2/PortProperty]
[:pprops/notOnGUI
:rdfs/comment
"Port that should not be displayed on a GUI."]
[:pprops/notOnGUI :rdfs/label "not on GUI"]
[:pprops/notOnGUI :rdf/type :lv2/PortProperty]
^{:net.wikipunk.rdf/ns-prefix-map
{"owl" "http://www.w3.org/2002/07/owl#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"pset" "http://lv2plug.in/ns/ext/presets#",
"xsd" "http://www.w3.org/2001/XMLSchema#",
"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#"},
:vann/preferredNamespacePrefix "pset",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/presets#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/presets.lv2/presets.ttl"}
[:pset/Bank :rdfs/comment "A bank of presets."]
[:pset/Bank :rdfs/subClassOf "f60ef6069349d26f70758507cf0a1c49"]
[:pset/Bank :rdfs/label "Bank"]
[:pset/Bank :rdf/type :rdfs/Class]
["f60ef6069349d26f70758507cf0a1c49"
:rdfs/comment
"A Bank MUST have at least one string rdfs:label."]
["f60ef6069349d26f70758507cf0a1c49" :owl/minCardinality 1]
["f60ef6069349d26f70758507cf0a1c49" :owl/onProperty :rdfs/label]
["f60ef6069349d26f70758507cf0a1c49" :rdf/type :owl/Restriction]
[:pset/value :rdfs/comment "The value of a port in a preset."]
[:pset/value :rdfs/label "value"]
[:pset/value :rdfs/domain :lv2/PortBase]
[:pset/value :rdf/type :owl/FunctionalProperty]
[:pset/value :rdf/type :owl/DatatypeProperty]
[:pset/value :rdf/type :rdf/Property]
[#java.net.URI["http://lv2plug.in/ns/ext/presets"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/lv2core"]]
[#java.net.URI["http://lv2plug.in/ns/ext/presets"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/presets.lv2/presets.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/presets"]
:rdfs/comment
"Presets for LV2 plugins."]
[#java.net.URI["http://lv2plug.in/ns/ext/presets"]
:rdfs/label
"LV2 Presets"]
[#java.net.URI["http://lv2plug.in/ns/ext/presets"]
:rdf/type
:owl/Ontology]
[:pset/Preset :rdfs/subClassOf "8f10c78cdcb84f9e01b2c5f12d5d0a09"]
[:pset/Preset :rdfs/comment "A preset for an LV2 plugin."]
[:pset/Preset :rdfs/label "Preset"]
[:pset/Preset :rdfs/subClassOf :lv2/PluginBase]
[:pset/Preset :rdf/type :rdfs/Class]
[:pset/preset
:rdfs/comment
"The preset currently applied to a plugin instance."]
[:pset/preset :rdfs/label "preset"]
[:pset/preset :rdfs/range :pset/Preset]
[:pset/preset :rdfs/domain :lv2/PluginBase]
[:pset/preset :rdf/type :owl/ObjectProperty]
[:pset/preset :rdf/type :rdf/Property]
["8f10c78cdcb84f9e01b2c5f12d5d0a09"
:rdfs/comment
"A Preset MUST have at least one string rdfs:label."]
["8f10c78cdcb84f9e01b2c5f12d5d0a09" :owl/minCardinality 1]
["8f10c78cdcb84f9e01b2c5f12d5d0a09" :owl/onProperty :rdfs/label]
["8f10c78cdcb84f9e01b2c5f12d5d0a09" :rdf/type :owl/Restriction]
[:pset/bank :rdfs/comment "The bank this preset belongs to."]
[:pset/bank :rdfs/label "bank"]
[:pset/bank :rdfs/range :pset/Bank]
[:pset/bank :rdfs/domain :pset/Preset]
[:pset/bank :rdf/type :owl/ObjectProperty]
[:pset/bank :rdf/type :rdf/Property]
^{:net.wikipunk.rdf/ns-prefix-map
{"owl" "http://www.w3.org/2002/07/owl#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rsz" "http://lv2plug.in/ns/ext/resize-port#",
"xsd" "http://www.w3.org/2001/XMLSchema#",
"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#"},
:vann/preferredNamespacePrefix "rsz",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/resize-port#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/resize-port.lv2/resize-port.ttl"}
[#java.net.URI["http://lv2plug.in/ns/ext/resize-port"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/lv2core"]]
[#java.net.URI["http://lv2plug.in/ns/ext/resize-port"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/resize-port.lv2/resize-port.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/resize-port"]
:rdfs/comment
"Dynamically sized LV2 port buffers."]
[#java.net.URI["http://lv2plug.in/ns/ext/resize-port"]
:rdfs/label
"LV2 Resize Port"]
[#java.net.URI["http://lv2plug.in/ns/ext/resize-port"]
:rdf/type
:owl/Ontology]
[:rsz/resize
:rdfs/comment
"A feature for resizing output port buffers."]
[:rsz/resize :rdfs/label "resize"]
[:rsz/resize :rdf/type :lv2/Feature]
[:rsz/minimumSize
:rdfs/comment
"Minimum buffer size required by a port, in bytes."]
[:rsz/minimumSize :rdfs/label "minimum size"]
[:rsz/minimumSize :rdfs/range :xsd/nonNegativeInteger]
[:rsz/minimumSize :rdfs/domain :lv2/Port]
[:rsz/minimumSize :rdf/type :owl/FunctionalProperty]
[:rsz/minimumSize :rdf/type :owl/DatatypeProperty]
[:rsz/minimumSize :rdf/type :rdf/Property]
[:rsz/asLargeAs
:rdfs/comment
"Port that this port must have at least as much buffer space as."]
[:rsz/asLargeAs :rdfs/label "as large as"]
[:rsz/asLargeAs :rdfs/range :lv2/Symbol]
[:rsz/asLargeAs :rdfs/domain :lv2/Port]
[:rsz/asLargeAs :rdf/type :owl/DatatypeProperty]
[:rsz/asLargeAs :rdf/type :rdf/Property]
^{:net.wikipunk.rdf/ns-prefix-map
{"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#",
"state" "http://lv2plug.in/ns/ext/state#",
"owl" "http://www.w3.org/2002/07/owl#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#"},
:vann/preferredNamespacePrefix "state",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/state#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/state.lv2/state.ttl"}
[:state/loadDefaultState
:rdfs/comment
"A feature indicating that the plugin has default state."]
[:state/loadDefaultState :rdfs/label "load default state"]
[:state/loadDefaultState :rdf/type :lv2/Feature]
[:state/state :rdfs/comment "The state of an LV2 plugin instance."]
[:state/state :rdfs/range :state/State]
[:state/state :rdfs/label "state"]
[:state/state :rdf/type :owl/ObjectProperty]
[:state/state :rdf/type :rdf/Property]
[:state/makePath
:rdfs/comment
"A feature for creating new files and directories."]
[:state/makePath :rdfs/label "make path"]
[:state/makePath :rdf/type :lv2/Feature]
[:state/State :rdfs/comment "LV2 plugin state."]
[:state/State :rdfs/label "State"]
[:state/State :rdf/type :rdfs/Class]
[:state/StateChanged
:rdfs/comment
"A notification that the internal state of the plugin has changed."]
[:state/StateChanged :rdfs/label "State Changed"]
[:state/StateChanged :rdf/type :rdfs/Class]
[:state/mapPath
:rdfs/comment
"A feature for mapping between absolute and abstract file paths."]
[:state/mapPath :rdfs/label "map path"]
[:state/mapPath :rdf/type :lv2/Feature]
[:state/freePath
:rdfs/comment
"A feature for freeing paths allocated by the host."]
[:state/freePath :rdfs/label "free path"]
[:state/freePath :rdf/type :lv2/Feature]
[#java.net.URI["http://lv2plug.in/ns/ext/state"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/lv2core"]]
[#java.net.URI["http://lv2plug.in/ns/ext/state"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/state.lv2/state.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/state"]
:rdfs/comment
"An interface for LV2 plugins to save and restore state."]
[#java.net.URI["http://lv2plug.in/ns/ext/state"]
:rdfs/label
"LV2 State"]
[#java.net.URI["http://lv2plug.in/ns/ext/state"]
:rdf/type
:owl/Ontology]
[:state/threadSafeRestore
:rdfs/comment
"A feature indicating support for thread-safe state restoration."]
[:state/threadSafeRestore :rdfs/label "thread-safe restore"]
[:state/threadSafeRestore :rdf/type :lv2/Feature]
[:state/interface
:rdfs/comment
"A plugin interface for saving and restoring state."]
[:state/interface :rdfs/label "interface"]
[:state/interface :rdf/type :lv2/ExtensionData]
^{:net.wikipunk.rdf/ns-prefix-map
{"xsd" "http://www.w3.org/2001/XMLSchema#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#",
"time" "http://lv2plug.in/ns/ext/time#",
"owl" "http://www.w3.org/2002/07/owl#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#"},
:vann/preferredNamespacePrefix "time",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/time#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/time.lv2/time.ttl"}
[:time/beatsPerBar :rdfs/comment "The number of beats in one bar."]
[:time/beatsPerBar :rdfs/label "beats per bar"]
[:time/beatsPerBar :rdfs/range :xsd/float]
[:time/beatsPerBar :rdfs/domain :time/Rate]
[:time/beatsPerBar :rdf/type :owl/FunctionalProperty]
[:time/beatsPerBar :rdf/type :owl/DatatypeProperty]
[:time/beatsPerBar :rdf/type :rdf/Property]
[:time/beat :rdfs/comment "The global running beat number."]
[:time/beat :rdfs/label "beat"]
[:time/beat :rdfs/range :xsd/double]
[:time/beat :rdfs/domain :time/Time]
[:time/beat :rdf/type :owl/FunctionalProperty]
[:time/beat :rdf/type :owl/DatatypeProperty]
[:time/beat :rdf/type :rdf/Property]
[:time/bar :rdfs/comment "A musical bar or measure."]
[:time/bar :rdfs/label "bar"]
[:time/bar :rdfs/range :xsd/long]
[:time/bar :rdfs/domain :time/Time]
[:time/bar :rdf/type :owl/FunctionalProperty]
[:time/bar :rdf/type :owl/DatatypeProperty]
[:time/bar :rdf/type :rdf/Property]
[:time/Rate :rdfs/comment "The rate of passage of time."]
[:time/Rate :rdfs/label "Rate"]
[:time/Rate :rdfs/subClassOf :time/Position]
[:time/Rate :rdf/type :owl/Class]
[:time/Rate :rdf/type :rdfs/Class]
[:time/speed
:rdfs/comment
"The rate of the progress of time as a fraction of normal speed."]
[:time/speed :rdfs/label "speed"]
[:time/speed :rdfs/range :xsd/float]
[:time/speed :rdfs/domain :time/Rate]
[:time/speed :rdf/type :owl/FunctionalProperty]
[:time/speed :rdf/type :owl/DatatypeProperty]
[:time/speed :rdf/type :rdf/Property]
[:time/framesPerSecond :rdfs/comment "Frame rate in frames per second."]
[:time/framesPerSecond :rdfs/label "frames per second"]
[:time/framesPerSecond :rdfs/range :xsd/float]
[:time/framesPerSecond :rdfs/domain :time/Rate]
[:time/framesPerSecond :rdf/type :owl/FunctionalProperty]
[:time/framesPerSecond :rdf/type :owl/DatatypeProperty]
[:time/framesPerSecond :rdf/type :rdf/Property]
[#java.net.URI["http://lv2plug.in/ns/ext/time"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/time.lv2/time.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/time"]
:rdfs/comment
"A vocabulary for describing musical time."]
[#java.net.URI["http://lv2plug.in/ns/ext/time"] :rdfs/label "LV2 Time"]
[#java.net.URI["http://lv2plug.in/ns/ext/time"] :rdf/type :owl/Ontology]
[:time/position :rdfs/comment "A musical position."]
[:time/position :rdfs/label "position"]
[:time/position :rdfs/range :time/Position]
[:time/position :rdf/type :owl/FunctionalProperty]
[:time/position :rdf/type :owl/ObjectProperty]
[:time/position :rdf/type :rdf/Property]
[:time/beatsPerMinute :rdfs/comment "Tempo in beats per minute."]
[:time/beatsPerMinute :rdfs/label "beats per minute"]
[:time/beatsPerMinute :rdfs/range :xsd/float]
[:time/beatsPerMinute :rdfs/domain :time/Rate]
[:time/beatsPerMinute :rdf/type :owl/FunctionalProperty]
[:time/beatsPerMinute :rdf/type :owl/DatatypeProperty]
[:time/beatsPerMinute :rdf/type :rdf/Property]
[:time/frame :rdfs/comment "A time stamp in audio frames."]
[:time/frame :rdfs/label "frame"]
[:time/frame :rdfs/range :xsd/long]
[:time/frame :rdfs/domain :time/Time]
[:time/frame :rdf/type :owl/FunctionalProperty]
[:time/frame :rdf/type :owl/DatatypeProperty]
[:time/frame :rdf/type :rdf/Property]
[:time/Position
:rdfs/comment
"A point in time and/or the speed at which time is passing."]
[:time/Position :rdfs/label "Position"]
[:time/Position :rdf/type :owl/Class]
[:time/Position :rdf/type :rdfs/Class]
[:time/barBeat
:rdfs/comment
"The beat number within the bar, from 0 to time:beatsPerBar."]
[:time/barBeat :rdfs/label "beat within bar"]
[:time/barBeat :rdfs/range :xsd/float]
[:time/barBeat :rdfs/domain :time/Time]
[:time/barBeat :rdf/type :owl/FunctionalProperty]
[:time/barBeat :rdf/type :owl/DatatypeProperty]
[:time/barBeat :rdf/type :rdf/Property]
[:time/Time :rdfs/comment "A point in time in some unit/dimension."]
[:time/Time :rdfs/label "Time"]
[:time/Time :rdfs/subClassOf :time/Position]
[:time/Time :rdf/type :owl/Class]
[:time/Time :rdf/type :rdfs/Class]
[:time/beatUnit :rdfs/comment "The note value that counts as one beat."]
[:time/beatUnit :rdfs/label "beat unit"]
[:time/beatUnit :rdfs/range :xsd/nonNegativeInteger]
[:time/beatUnit :rdfs/domain :time/Rate]
[:time/beatUnit :rdf/type :owl/FunctionalProperty]
[:time/beatUnit :rdf/type :owl/DatatypeProperty]
[:time/beatUnit :rdf/type :rdf/Property]
^{:net.wikipunk.rdf/ns-prefix-map
{"opts" "http://lv2plug.in/ns/ext/options#",
"ui" "http://lv2plug.in/ns/extensions/ui#",
"owl" "http://www.w3.org/2002/07/owl#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"xsd" "http://www.w3.org/2001/XMLSchema#",
"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#"},
:vann/preferredNamespacePrefix "ui",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/ui#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/ui.lv2/ui.ttl"}
[:ui/binary :rdfs/comment "The shared library that a UI resides in."]
[:ui/binary :rdfs/label "binary"]
[:ui/binary :owl/deprecated true]
[:ui/binary :owl/sameAs :lv2/binary]
[:ui/binary :rdf/type :owl/ObjectProperty]
[:ui/binary :rdf/type :rdf/Property]
[:ui/PortProtocol
:rdfs/comment
"A method to communicate port data between a UI and plugin."]
[:ui/PortProtocol :rdfs/label "Port Protocol"]
[:ui/PortProtocol :rdfs/subClassOf :lv2/Feature]
[:ui/PortProtocol :rdf/type :rdfs/Class]
[:ui/portSubscribe
:rdfs/comment
"A feature for dynamically subscribing to updates from a port."]
[:ui/portSubscribe :rdfs/label "port subscribe"]
[:ui/portSubscribe :rdf/type :lv2/Feature]
[:ui/idleInterface
:rdfs/comment
"A feature that provides a callback for the host to drive the UI."]
[:ui/idleInterface :rdfs/label "idle interface"]
[:ui/idleInterface :rdf/type :lv2/ExtensionData]
[:ui/idleInterface :rdf/type :lv2/Feature]
[:ui/Gtk3UI
:rdfs/comment
"A UI where the widget is a pointer to a Gtk+ 3.0 GtkWidget."]
[:ui/Gtk3UI :rdfs/label "GTK3 UI"]
[:ui/Gtk3UI :rdfs/subClassOf :ui/UI]
[:ui/Gtk3UI :rdf/type :owl/Class]
[:ui/Gtk3UI :rdf/type :rdfs/Class]
["9684fe8f251985e88865bd5de4e974dd"
:rdfs/comment
"A PortNotification MUST have exactly one ui:plugin."]
["9684fe8f251985e88865bd5de4e974dd" :owl/cardinality 1]
["9684fe8f251985e88865bd5de4e974dd" :owl/onProperty :ui/plugin]
["9684fe8f251985e88865bd5de4e974dd" :rdf/type :owl/Restriction]
[:ui/WindowsUI
:rdfs/comment
"A UI where the widget is a Windows HWND window ID."]
[:ui/WindowsUI :rdfs/label "Windows UI"]
[:ui/WindowsUI :rdfs/subClassOf :ui/UI]
[:ui/WindowsUI :rdf/type :owl/Class]
[:ui/WindowsUI :rdf/type :rdfs/Class]
[:ui/scaleFactor
:rdfs/comment
"Scale factor for high resolution screens."]
[:ui/scaleFactor :rdfs/label "scale factor"]
[:ui/scaleFactor :rdfs/range :xsd/float]
[:ui/scaleFactor :rdf/type :opts/Option]
[:ui/scaleFactor :rdf/type :owl/DatatypeProperty]
[:ui/scaleFactor :rdf/type :rdf/Property]
[:ui/parent :rdfs/comment "The parent for a UI."]
[:ui/parent :rdfs/label "parent"]
[:ui/parent :rdf/type :lv2/Feature]
[:ui/windowTitle
:rdfs/comment
"The title for the window shown by LV2UI_Show_Interface."]
[:ui/windowTitle :rdfs/label "window title"]
[:ui/windowTitle :rdfs/range :xsd/string]
[:ui/windowTitle :rdf/type :owl/DatatypeProperty]
[:ui/windowTitle :rdf/type :rdf/Property]
[:ui/showInterface
:rdfs/comment
"An interface for showing and hiding a window for a UI."]
[:ui/showInterface :rdfs/label "show interface"]
[:ui/showInterface :rdf/type :lv2/ExtensionData]
[:ui/GtkUI
:rdfs/comment
"A UI where the widget is a pointer to a Gtk+ 2.0 GtkWidget."]
[:ui/GtkUI :rdfs/label "GTK2 UI"]
[:ui/GtkUI :rdfs/subClassOf :ui/UI]
[:ui/GtkUI :rdf/type :owl/Class]
[:ui/GtkUI :rdf/type :rdfs/Class]
[:ui/requestValue
:rdfs/comment
"A feature to request a parameter value from the user via the host."]
[:ui/requestValue :rdfs/label "request value"]
[:ui/requestValue :rdf/type :lv2/Feature]
[:ui/Qt5UI
:rdfs/comment
"A UI where the widget is a pointer to a Qt5 QWidget."]
[:ui/Qt5UI :rdfs/label "Qt5 UI"]
[:ui/Qt5UI :rdfs/subClassOf :ui/UI]
[:ui/Qt5UI :rdf/type :owl/Class]
[:ui/Qt5UI :rdf/type :rdfs/Class]
[:ui/ui :rdfs/comment "Relates a plugin to a UI that applies to it."]
[:ui/ui :rdfs/label "user interface"]
[:ui/ui :rdfs/range :ui/UI]
[:ui/ui :rdfs/domain :lv2/Plugin]
[:ui/ui :rdf/type :owl/ObjectProperty]
[:ui/ui :rdf/type :rdf/Property]
[:ui/backgroundColor
:rdfs/comment
"The background color of the host's UI."]
[:ui/backgroundColor :rdfs/label "background color"]
[:ui/backgroundColor :rdf/type :opts/Option]
[:ui/backgroundColor :rdf/type :owl/DatatypeProperty]
[:ui/backgroundColor :rdf/type :rdf/Property]
[:ui/touch
:rdfs/comment
"A feature to notify that the user has grabbed a port control."]
[:ui/touch :rdfs/label "touch"]
[:ui/touch :rdf/type :lv2/Feature]
[:ui/Qt4UI
:rdfs/comment
"A UI where the widget is a pointer to a Qt4 QWidget."]
[:ui/Qt4UI :rdfs/label "Qt4 UI"]
[:ui/Qt4UI :rdfs/subClassOf :ui/UI]
[:ui/Qt4UI :rdf/type :owl/Class]
[:ui/Qt4UI :rdf/type :rdfs/Class]
[:ui/plugin :rdfs/comment "The plugin a portNotification applies to."]
[:ui/plugin :rdfs/label "plugin"]
[:ui/plugin :rdfs/range :lv2/Plugin]
[:ui/plugin :rdfs/domain :ui/PortNotification]
[:ui/plugin :rdf/type :owl/ObjectProperty]
[:ui/plugin :rdf/type :rdf/Property]
[:ui/floatProtocol
:rdfs/comment
"A protocol for transferring single floating point values."]
[:ui/floatProtocol :rdfs/label "float protocol"]
[:ui/floatProtocol :rdf/type :ui/PortProtocol]
[:ui/makeSONameResident :rdfs/comment "UI binary must not be unloaded."]
[:ui/makeSONameResident :rdfs/label "make SO name resident"]
[:ui/makeSONameResident :owl/deprecated true]
[:ui/makeSONameResident :rdf/type :lv2/Feature]
[:ui/portIndex
:rdfs/comment
"The index of the port a portNotification applies to."]
[:ui/portIndex :rdfs/label "port index"]
[:ui/portIndex :rdfs/range :xsd/decimal]
[:ui/portIndex :rdfs/domain :ui/PortNotification]
[:ui/portIndex :rdf/type :owl/DatatypeProperty]
[:ui/portIndex :rdf/type :rdf/Property]
[:ui/portNotification
:rdfs/comment
"Specifies a port notification that is required by a UI."]
[:ui/portNotification :rdfs/label "port notification"]
[:ui/portNotification :rdfs/range :ui/PortNotification]
[:ui/portNotification :rdfs/domain :ui/UI]
[:ui/portNotification :rdf/type :owl/ObjectProperty]
[:ui/portNotification :rdf/type :rdf/Property]
[:ui/resize
:rdfs/comment
"A feature that provides control of, and notifications about, a UI's size."]
[:ui/resize :rdfs/label "resize"]
[:ui/resize :owl/deprecated true]
[:ui/resize :rdf/type :lv2/ExtensionData]
[:ui/resize :rdf/type :lv2/Feature]
[:ui/notifyType
:rdfs/comment
"A particular type that the UI should be notified of."]
[:ui/notifyType :rdfs/label "notify type"]
[:ui/notifyType :rdfs/domain :ui/PortNotification]
[:ui/notifyType :rdf/type :owl/ObjectProperty]
[:ui/notifyType :rdf/type :rdf/Property]
[:ui/noUserResize :rdfs/comment "Non-resizable UI."]
[:ui/noUserResize :rdfs/label "no user resize"]
[:ui/noUserResize :rdf/type :lv2/Feature]
[:ui/portMap
:rdfs/comment
"A feature for accessing the index of a port by symbol."]
[:ui/portMap :rdfs/label "port map"]
[:ui/portMap :rdf/type :lv2/Feature]
[:ui/PortNotification
:rdfs/comment
"A description of port updates that a host must send a UI."]
[:ui/PortNotification :rdfs/label "Port Notification"]
[:ui/PortNotification
:rdfs/subClassOf
"9684fe8f251985e88865bd5de4e974dd"]
[:ui/PortNotification :rdf/type :owl/Class]
[:ui/PortNotification :rdf/type :rdfs/Class]
[:ui/fixedSize
:rdfs/comment
"Non-resizable UI that will never resize itself."]
[:ui/fixedSize :rdfs/label "fixed size"]
[:ui/fixedSize :rdf/type :lv2/Feature]
[:ui/CocoaUI
:rdfs/comment
"A UI where the widget is a pointer to a NSView."]
[:ui/CocoaUI :rdfs/label "Cocoa UI"]
[:ui/CocoaUI :rdfs/subClassOf :ui/UI]
[:ui/CocoaUI :rdf/type :owl/Class]
[:ui/CocoaUI :rdf/type :rdfs/Class]
[#java.net.URI["http://lv2plug.in/ns/extensions/ui"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/ext/options"]]
[#java.net.URI["http://lv2plug.in/ns/extensions/ui"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/lv2core"]]
[#java.net.URI["http://lv2plug.in/ns/extensions/ui"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/ui.lv2/ui.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/extensions/ui"]
:rdfs/comment
"User interfaces for LV2 plugins."]
[#java.net.URI["http://lv2plug.in/ns/extensions/ui"]
:rdfs/label
"LV2 UI"]
[#java.net.URI["http://lv2plug.in/ns/extensions/ui"]
:rdf/type
:owl/Ontology]
[:ui/foregroundColor
:rdfs/comment
"The foreground color of the host's UI."]
[:ui/foregroundColor :rdfs/label "foreground color"]
[:ui/foregroundColor :rdf/type :opts/Option]
[:ui/foregroundColor :rdf/type :owl/DatatypeProperty]
[:ui/foregroundColor :rdf/type :rdf/Property]
[:ui/updateRate
:rdfs/comment
"The target rate, in Hz, to send updates to the UI."]
[:ui/updateRate :rdfs/label "update rate"]
[:ui/updateRate :rdfs/range :xsd/float]
[:ui/updateRate :rdf/type :owl/DatatypeProperty]
[:ui/updateRate :rdf/type :rdf/Property]
[:ui/UI :rdfs/comment "A UI for an LV2 plugin."]
[:ui/UI :rdfs/label "User Interface"]
[:ui/UI :rdf/type :owl/Class]
[:ui/UI :rdf/type :rdfs/Class]
[:ui/protocol
:rdfs/comment
"The protocol to be used for this notification."]
[:ui/protocol :rdfs/label "protocol"]
[:ui/protocol :rdfs/range :ui/PortProtocol]
[:ui/protocol :rdfs/domain :ui/PortNotification]
[:ui/protocol :rdf/type :owl/ObjectProperty]
[:ui/protocol :rdf/type :rdf/Property]
[:ui/X11UI
:rdfs/comment
"A UI where the widget is an X11 Window window ID."]
[:ui/X11UI :rdfs/label "X11 UI"]
[:ui/X11UI :rdfs/subClassOf :ui/UI]
[:ui/X11UI :rdf/type :owl/Class]
[:ui/X11UI :rdf/type :rdfs/Class]
[:ui/peakProtocol
:rdfs/comment
"A protocol for sending continuous peak measurements of an audio signal."]
[:ui/peakProtocol :rdfs/label "peak protocol"]
[:ui/peakProtocol :rdf/type :ui/PortProtocol]
^{:net.wikipunk.rdf/ns-prefix-map
{"umap" "http://lv2plug.in/ns/ext/uri-map#",
"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#",
"owl" "http://www.w3.org/2002/07/owl#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#"},
:vann/preferredNamespacePrefix "umap",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/uri-map#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/uri-map.lv2/uri-map.ttl"}
[#java.net.URI["http://lv2plug.in/ns/ext/uri-map"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/uri-map.lv2/uri-map.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/uri-map"]
:rdfs/comment
"A feature for mapping URIs to integers."]
[#java.net.URI["http://lv2plug.in/ns/ext/uri-map"]
:rdfs/label
"LV2 URI Map"]
[#java.net.URI["http://lv2plug.in/ns/ext/uri-map"] :owl/deprecated true]
[#java.net.URI["http://lv2plug.in/ns/ext/uri-map"]
:rdf/type
:lv2/Feature]
^{:net.wikipunk.rdf/ns-prefix-map
{"xsd" "http://www.w3.org/2001/XMLSchema#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#",
"units" "http://lv2plug.in/ns/extensions/units#",
"owl" "http://www.w3.org/2002/07/owl#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#"},
:vann/preferredNamespacePrefix "units",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/units#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/units.lv2/units.ttl"}
[:units/db :units/symbol "dB"]
[:units/db :units/render "%f dB"]
[:units/db
:rdfs/comment
"Decibels, a logarithmic relative unit where 0 is unity."]
[:units/db :rdfs/label "decibels"]
[:units/db :rdf/type :units/Unit]
[:units/midiNote :units/symbol "note"]
[:units/midiNote :units/render "MIDI note %d"]
[:units/midiNote :rdfs/comment "A MIDI note number."]
[:units/midiNote :rdfs/label "MIDI note"]
[:units/midiNote :rdf/type :units/Unit]
[:units/degree :units/symbol "deg"]
[:units/degree :units/render "%f deg"]
[:units/degree
:rdfs/comment
"An angle where 360 degrees is one full rotation."]
[:units/degree :rdfs/label "degrees"]
[:units/degree :rdf/type :units/Unit]
["577d6e8ef99520ef8898f348c6cf4dc5" :units/to :units/km]
["577d6e8ef99520ef8898f348c6cf4dc5" :units/factor 0.00001M]
["4cc967a7ce34b63cc6e6ed92db7d0417" :units/to :units/m]
["4cc967a7ce34b63cc6e6ed92db7d0417" :units/factor 1000]
[:units/prefixConversion
:rdfs/comment
"A conversion from this unit to another with the same base but a different prefix."]
[:units/prefixConversion :rdfs/label "prefix conversion"]
[:units/prefixConversion :rdfs/range :units/Conversion]
[:units/prefixConversion :rdfs/domain :units/Unit]
[:units/prefixConversion :rdfs/subPropertyOf :units/conversion]
[:units/prefixConversion :rdf/type :owl/ObjectProperty]
[:units/prefixConversion :rdf/type :rdf/Property]
["b3977e0ce96efa9230be8c3a19142278" :units/to :units/m]
["b3977e0ce96efa9230be8c3a19142278" :units/factor 0.001M]
["61a8f03c5013698187a2be20c3287e04" :units/to :units/cm]
["61a8f03c5013698187a2be20c3287e04" :units/factor 100]
["4325254fb835e329461136985296e75a" :units/to :units/mm]
["4325254fb835e329461136985296e75a" :units/factor 10]
["65004d4ba5b4036aa5a188b058acc891" :units/to :units/khz]
["65004d4ba5b4036aa5a188b058acc891" :units/factor 0.001M]
[:units/beat :units/symbol "beats"]
[:units/beat :units/render "%f beats"]
[:units/beat :rdfs/comment "Musical beats."]
[:units/beat :rdfs/label "beats"]
[:units/beat :rdf/type :units/Unit]
[:units/cent :units/symbol "ct"]
[:units/cent :units/render "%f ct"]
[:units/cent :rdfs/comment "Cents (hundredths of semitones)."]
[:units/cent :rdfs/label "cents"]
[:units/cent :units/conversion "0a65b28435c0d3a5a6070e374e5e7cc0"]
[:units/cent :rdf/type :units/Unit]
[:units/conversion
:rdfs/comment
"A conversion from this unit to another."]
[:units/conversion :rdfs/label "conversion"]
[:units/conversion :rdfs/range :units/Conversion]
[:units/conversion :rdfs/domain :units/Unit]
[:units/conversion :rdf/type :owl/ObjectProperty]
[:units/conversion :rdf/type :rdf/Property]
["8653930b2de0e01ec095356351b1d22f" :units/to :units/mhz]
["8653930b2de0e01ec095356351b1d22f" :units/factor 0.001M]
["f32ad72be24432e7b0c32d7d1f2bc256" :units/to :units/semitone12TET]
["f32ad72be24432e7b0c32d7d1f2bc256" :units/factor 12]
[:units/inch :units/symbol "in"]
[:units/inch :units/render "%f\""]
[:units/inch :rdfs/comment "An inch, defined as exactly 0.0254 metres."]
[:units/inch :rdfs/label "inches"]
[:units/inch :units/conversion "4a311173c9758b98421a3f67c67fa6a5"]
[:units/inch :rdf/type :units/Unit]
["8d3e47847090f5e88cd7524b140a35e7" :units/to :units/inch]
["8d3e47847090f5e88cd7524b140a35e7" :units/factor 0.3937M]
["a0a83a450afb9da0ade60af7c8c55663" :units/to :units/khz]
["a0a83a450afb9da0ade60af7c8c55663" :units/factor 0.001M]
["2ebc6b068f5993e9d3af4a147384ee90" :units/to :units/cm]
["2ebc6b068f5993e9d3af4a147384ee90" :units/factor 0.1M]
[:units/symbol
:rdfs/comment
"The abbreviated symbol for this unit (e.g., \"dB\")."]
[:units/symbol :rdfs/range :xsd/string]
[:units/symbol :rdfs/domain :units/Unit]
[:units/symbol :rdfs/label "unit symbol"]
[:units/symbol :rdf/type :owl/DatatypeProperty]
[:units/symbol :rdf/type :rdf/Property]
[#java.net.URI["http://lv2plug.in/ns/extensions/units"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/units.lv2/units.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/extensions/units"]
:rdfs/comment
"Units for LV2 values."]
[#java.net.URI["http://lv2plug.in/ns/extensions/units"]
:rdfs/label
"LV2 Units"]
[#java.net.URI["http://lv2plug.in/ns/extensions/units"]
:rdf/type
:owl/Ontology]
["4e8c17b620a8cc6c18ce872b8bd4f95d" :units/to :units/mhz]
["4e8c17b620a8cc6c18ce872b8bd4f95d" :units/factor 0.000001M]
[:units/min :units/symbol "min"]
[:units/min :units/render "%f mins"]
[:units/min
:rdfs/comment
"Minutes (60s of seconds and 60ths of an hour)."]
[:units/min :rdfs/label "minutes"]
[:units/min :units/conversion "6818f2c3f76feb5edce54f9bac6dcb9a"]
[:units/min :rdf/type :units/Unit]
[:units/coef :units/symbol ""]
[:units/coef :units/render "* %f"]
[:units/coef
:rdfs/comment
"A scale coefficient where 1 is unity, or 100 percent."]
[:units/coef :rdfs/label "coefficient"]
[:units/coef :units/conversion "b51b0920bcc5470be6f642df1ddaf4b1"]
[:units/coef :rdf/type :units/Unit]
[:units/pc :units/symbol "%"]
[:units/pc :units/render "%f%%"]
[:units/pc :rdfs/comment "Percentage, a ratio as a fraction of 100."]
[:units/pc :rdfs/label "percent"]
[:units/pc :units/conversion "471a852f68fb30ffc2c17edabe9c7215"]
[:units/pc :rdf/type :units/Unit]
[:units/frame :units/symbol "frames"]
[:units/frame :units/render "%f frames"]
[:units/frame :rdfs/comment "Audio frames or samples."]
[:units/frame :rdfs/label "audio frames"]
[:units/frame :rdf/type :units/Unit]
["9c0001612d07881894c2dc4845f385f8" :units/to :units/km]
["9c0001612d07881894c2dc4845f385f8" :units/factor 0.000001M]
[:units/unit
:rdfs/comment
"The unit used by the value of a port or parameter."]
[:units/unit :rdfs/label "unit"]
[:units/unit :rdfs/range :units/Unit]
[:units/unit :rdf/type :owl/ObjectProperty]
[:units/unit :rdf/type :rdf/Property]
["9c1c9b1dc56676eb806c6daffd6c8b97" :units/to :units/mm]
["9c1c9b1dc56676eb806c6daffd6c8b97" :units/factor 1000000]
["d6fd4a75982f50616331bc759a0107ce" :units/to :units/inch]
["d6fd4a75982f50616331bc759a0107ce" :units/factor 39.37M]
[:units/Unit :rdfs/comment "A unit for a control value."]
[:units/Unit :rdfs/label "Unit"]
[:units/Unit :rdf/type :owl/Class]
[:units/Unit :rdf/type :rdfs/Class]
[:units/to :rdfs/comment "The target unit this conversion converts to."]
[:units/to :rdfs/label "conversion target"]
[:units/to :rdfs/range :units/Unit]
[:units/to :rdfs/domain :units/Conversion]
[:units/to :rdf/type :owl/ObjectProperty]
[:units/to :rdf/type :rdf/Property]
["4a311173c9758b98421a3f67c67fa6a5" :units/to :units/m]
["4a311173c9758b98421a3f67c67fa6a5" :units/factor 0.0254M]
["b8ec20a19563ddd3d9da3ade1bc6cc26" :units/to :units/m]
["b8ec20a19563ddd3d9da3ade1bc6cc26" :units/factor 0.01M]
[:units/cm :units/symbol "cm"]
[:units/cm :units/render "%f cm"]
[:units/cm :units/prefixConversion "577d6e8ef99520ef8898f348c6cf4dc5"]
[:units/cm :units/prefixConversion "4325254fb835e329461136985296e75a"]
[:units/cm :units/prefixConversion "b8ec20a19563ddd3d9da3ade1bc6cc26"]
[:units/cm :rdfs/comment "Centimetres (hundredths of metres)."]
[:units/cm :rdfs/label "centimetres"]
[:units/cm :units/conversion "8d3e47847090f5e88cd7524b140a35e7"]
[:units/cm :rdf/type :units/Unit]
["38488c4561b6ca1de498015ae7f09c72" :units/to :units/oct]
["38488c4561b6ca1de498015ae7f09c72" :units/factor 0.083333333M]
[:units/Conversion
:rdfs/comment
"A conversion from one unit to another."]
[:units/Conversion :rdfs/label "Conversion"]
[:units/Conversion :rdfs/subClassOf "98b4e420631d851f9ac1e508e2e56983"]
[:units/Conversion :rdf/type :owl/Class]
[:units/Conversion :rdf/type :rdfs/Class]
["6818f2c3f76feb5edce54f9bac6dcb9a" :units/to :units/s]
["6818f2c3f76feb5edce54f9bac6dcb9a" :units/factor 60]
[:units/render
:rdfs/comment
"A printf format string for rendering a value (e.g., \"%f dB\")."]
[:units/render :rdfs/range :xsd/string]
[:units/render :rdfs/domain :units/Unit]
[:units/render :rdfs/label "unit format string"]
[:units/render :rdf/type :owl/DatatypeProperty]
[:units/render :rdf/type :rdf/Property]
[:units/s :units/symbol "s"]
[:units/s :units/render "%f s"]
[:units/s :units/prefixConversion "8fb9b930bf3bc8d29709eb57321e7aba"]
[:units/s :rdfs/comment "Seconds, the SI base unit for time."]
[:units/s :rdfs/label "seconds"]
[:units/s :units/conversion "09ad8e84ad220e1be86708727e97fd6e"]
[:units/s :rdf/type :units/Unit]
["3be42763b88ca29257d59adcbfcd5b1d" :units/to :units/inch]
["3be42763b88ca29257d59adcbfcd5b1d" :units/factor 0.03937M]
[:units/m :units/symbol "m"]
[:units/m :units/render "%f m"]
[:units/m :units/prefixConversion "3853588a22697e33fa9915a8ed435bfe"]
[:units/m :units/prefixConversion "2518f732e550fe566ef9860456af78c0"]
[:units/m :units/prefixConversion "61a8f03c5013698187a2be20c3287e04"]
[:units/m :rdfs/comment "Metres, the SI base unit for length."]
[:units/m :rdfs/label "metres"]
[:units/m :units/conversion "d6fd4a75982f50616331bc759a0107ce"]
[:units/m :rdf/type :units/Unit]
["2518f732e550fe566ef9860456af78c0" :units/to :units/mm]
["2518f732e550fe566ef9860456af78c0" :units/factor 1000]
[:units/factor
:rdfs/comment
"The factor to multiply the source value by in order to convert to the target unit."]
[:units/factor :rdfs/label "conversion factor"]
[:units/factor :rdfs/domain :units/Conversion]
[:units/factor :rdf/type :owl/DatatypeProperty]
[:units/factor :rdf/type :rdf/Property]
["09ad8e84ad220e1be86708727e97fd6e" :units/to :units/min]
["09ad8e84ad220e1be86708727e97fd6e" :units/factor 0.0166666666M]
[:units/bar :units/symbol "bars"]
[:units/bar :units/render "%f bars"]
[:units/bar :rdfs/comment "Musical bars or measures."]
[:units/bar :rdfs/label "bars"]
[:units/bar :rdf/type :units/Unit]
[:units/mhz :units/symbol "MHz"]
[:units/mhz :units/render "%f MHz"]
[:units/mhz :units/prefixConversion "a0a83a450afb9da0ade60af7c8c55663"]
[:units/mhz :units/prefixConversion "9788883d3cb4309c912db675eb8fbd0d"]
[:units/mhz :rdfs/comment "Megahertz (millions of Hertz)."]
[:units/mhz :rdfs/label "megahertz"]
[:units/mhz :rdf/type :units/Unit]
[:units/mile :units/symbol "mi"]
[:units/mile :units/render "%f mi"]
[:units/mile
:rdfs/comment
"A mile, defined as exactly 1609.344 metres."]
[:units/mile :rdfs/label "miles"]
[:units/mile :units/conversion "fd2af3fb237d4b744698d6292a25822d"]
[:units/mile :rdf/type :units/Unit]
["98b4e420631d851f9ac1e508e2e56983"
:rdfs/comment
"A conversion MUST have exactly 1 units:to property."]
["98b4e420631d851f9ac1e508e2e56983" :owl/cardinality 1]
["98b4e420631d851f9ac1e508e2e56983" :owl/onProperty :units/to]
["98b4e420631d851f9ac1e508e2e56983" :rdf/type :owl/Restriction]
["aace4c51431deab7de35088114598cf3" :units/to :units/hz]
["aace4c51431deab7de35088114598cf3" :units/factor 0.0166666666M]
[:units/bpm :units/symbol "BPM"]
[:units/bpm :units/render "%f BPM"]
[:units/bpm :units/prefixConversion "aace4c51431deab7de35088114598cf3"]
[:units/bpm
:rdfs/comment
"Beats Per Minute (BPM), the standard unit for musical tempo."]
[:units/bpm :rdfs/label "beats per minute"]
[:units/bpm :rdf/type :units/Unit]
["b51b0920bcc5470be6f642df1ddaf4b1" :units/to :units/pc]
["b51b0920bcc5470be6f642df1ddaf4b1" :units/factor 100]
[:units/khz :units/symbol "kHz"]
[:units/khz :units/render "%f kHz"]
[:units/khz :units/prefixConversion "8653930b2de0e01ec095356351b1d22f"]
[:units/khz :units/prefixConversion "91b7ab6c6d16bf4b1f302e8ee18b1a27"]
[:units/khz :rdfs/comment "Kilohertz (thousands of Hertz)."]
[:units/khz :rdfs/label "kilohertz"]
[:units/khz :rdf/type :units/Unit]
["8fb9b930bf3bc8d29709eb57321e7aba" :units/to :units/ms]
["8fb9b930bf3bc8d29709eb57321e7aba" :units/factor 1000]
["91b7ab6c6d16bf4b1f302e8ee18b1a27" :units/to :units/hz]
["91b7ab6c6d16bf4b1f302e8ee18b1a27" :units/factor 1000]
["fd2af3fb237d4b744698d6292a25822d" :units/to :units/m]
["fd2af3fb237d4b744698d6292a25822d" :units/factor 1609.344M]
["9788883d3cb4309c912db675eb8fbd0d" :units/to :units/hz]
["9788883d3cb4309c912db675eb8fbd0d" :units/factor 1000000]
[:units/semitone12TET :units/symbol "semi"]
[:units/semitone12TET :units/render "%f semi"]
[:units/semitone12TET
:rdfs/comment
"A semitone in the 12-tone equal temperament scale."]
[:units/semitone12TET :rdfs/label "semitones"]
[:units/semitone12TET
:units/conversion
"38488c4561b6ca1de498015ae7f09c72"]
[:units/semitone12TET :rdf/type :units/Unit]
["0a65b28435c0d3a5a6070e374e5e7cc0" :units/to :units/semitone12TET]
["0a65b28435c0d3a5a6070e374e5e7cc0" :units/factor 0.01M]
["b5e615fd465cc4f5f4295dc3ba82dc28" :units/to :units/s]
["b5e615fd465cc4f5f4295dc3ba82dc28" :units/factor 0.001M]
[:units/km :units/symbol "km"]
[:units/km :units/render "%f km"]
[:units/km :units/prefixConversion "9c1c9b1dc56676eb806c6daffd6c8b97"]
[:units/km :units/prefixConversion "f1a14b67362f0a3ba8e26ba66f7d1526"]
[:units/km :units/prefixConversion "4cc967a7ce34b63cc6e6ed92db7d0417"]
[:units/km :rdfs/comment "Kilometres (thousands of metres)."]
[:units/km :rdfs/label "kilometres"]
[:units/km :units/conversion "266a3edc3e25644b614068d8c1be6bfc"]
[:units/km :rdf/type :units/Unit]
["266a3edc3e25644b614068d8c1be6bfc" :units/to :units/mile]
["266a3edc3e25644b614068d8c1be6bfc" :units/factor 0.62138818M]
["f1a14b67362f0a3ba8e26ba66f7d1526" :units/to :units/cm]
["f1a14b67362f0a3ba8e26ba66f7d1526" :units/factor 100000]
[:units/ms :units/symbol "ms"]
[:units/ms :units/render "%f ms"]
[:units/ms :units/prefixConversion "b5e615fd465cc4f5f4295dc3ba82dc28"]
[:units/ms :rdfs/comment "Milliseconds (thousandths of seconds)."]
[:units/ms :rdfs/label "milliseconds"]
[:units/ms :rdf/type :units/Unit]
["471a852f68fb30ffc2c17edabe9c7215" :units/to :units/coef]
["471a852f68fb30ffc2c17edabe9c7215" :units/factor 0.01M]
[:units/hz :units/symbol "Hz"]
[:units/hz :units/render "%f Hz"]
[:units/hz :units/prefixConversion "4e8c17b620a8cc6c18ce872b8bd4f95d"]
[:units/hz :units/prefixConversion "65004d4ba5b4036aa5a188b058acc891"]
[:units/hz
:rdfs/comment
"Hertz, or inverse seconds, the SI derived unit for frequency."]
[:units/hz :rdfs/label "hertz"]
[:units/hz :rdf/type :units/Unit]
["3853588a22697e33fa9915a8ed435bfe" :units/to :units/km]
["3853588a22697e33fa9915a8ed435bfe" :units/factor 0.001M]
[:units/oct :units/symbol "oct"]
[:units/oct :units/render "%f octaves"]
[:units/oct
:rdfs/comment
"Octaves, relative musical pitch where +1 octave doubles the frequency."]
[:units/oct :rdfs/label "octaves"]
[:units/oct :units/conversion "f32ad72be24432e7b0c32d7d1f2bc256"]
[:units/oct :rdf/type :units/Unit]
[:units/mm :units/symbol "mm"]
[:units/mm :units/render "%f mm"]
[:units/mm :units/prefixConversion "9c0001612d07881894c2dc4845f385f8"]
[:units/mm :units/prefixConversion "2ebc6b068f5993e9d3af4a147384ee90"]
[:units/mm :units/prefixConversion "b3977e0ce96efa9230be8c3a19142278"]
[:units/mm :rdfs/comment "Millimetres (thousandths of metres)."]
[:units/mm :rdfs/label "millimetres"]
[:units/mm :units/conversion "3be42763b88ca29257d59adcbfcd5b1d"]
[:units/mm :rdf/type :units/Unit]
^{:net.wikipunk.rdf/ns-prefix-map
{"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#",
"owl" "http://www.w3.org/2002/07/owl#",
"urid" "http://lv2plug.in/ns/ext/urid#"},
:vann/preferredNamespacePrefix "urid",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/urid#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/urid.lv2/urid.ttl"}
[:urid/unmap :rdfs/comment "A feature to unmap URIDs back to strings."]
[:urid/unmap :rdfs/label "unmap"]
[:urid/unmap :rdf/type :lv2/Feature]
[#java.net.URI["http://lv2plug.in/ns/ext/urid"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/lv2core"]]
[#java.net.URI["http://lv2plug.in/ns/ext/urid"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/urid.lv2/urid.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/urid"]
:rdfs/comment
"Features for mapping URIs to and from integers."]
[#java.net.URI["http://lv2plug.in/ns/ext/urid"] :rdfs/label "LV2 URID"]
[#java.net.URI["http://lv2plug.in/ns/ext/urid"] :rdf/type :owl/Ontology]
[:urid/map
:rdfs/comment
"A feature to map URI strings to integer URIDs."]
[:urid/map :rdfs/label "map"]
[:urid/map :rdf/type :lv2/Feature]
^{:net.wikipunk.rdf/ns-prefix-map
{"owl" "http://www.w3.org/2002/07/owl#",
"rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"work" "http://lv2plug.in/ns/ext/worker#",
"xsd" "http://www.w3.org/2001/XMLSchema#",
"lv2" "http://lv2plug.in/ns/lv2core#",
"rdfs" "http://www.w3.org/2000/01/rdf-schema#"},
:vann/preferredNamespacePrefix "worker",
:vann/preferredNamespaceUri "http://lv2plug.in/ns/ext/worker#",
:dcat/downloadURL
"https://gitlab.com/lv2/lv2/-/raw/master/lv2/worker.lv2/worker.ttl"}
[:work/interface
:rdfs/comment
"The work interface provided by a plugin."]
[:work/interface :rdfs/label "work interface"]
[:work/interface :rdf/type :lv2/ExtensionData]
[#java.net.URI["http://lv2plug.in/ns/ext/worker"]
:rdfs/seeAlso
#java.net.URI["https://gitlab.com/lv2/lv2/-/raw/master/lv2/worker.lv2/worker.meta.ttl"]]
[#java.net.URI["http://lv2plug.in/ns/ext/worker"]
:owl/imports
#java.net.URI["http://lv2plug.in/ns/lv2core"]]
[#java.net.URI["http://lv2plug.in/ns/ext/worker"]
:rdfs/comment
"Support for doing non-realtime work in plugins."]
[#java.net.URI["http://lv2plug.in/ns/ext/worker"]
:rdfs/label
"LV2 Worker"]
[#java.net.URI["http://lv2plug.in/ns/ext/worker"]
:rdf/type
:owl/Ontology]
[:work/schedule
:rdfs/comment
"The work scheduling feature provided by a host."]
[:work/schedule :rdfs/label "work schedule"]
[:work/schedule :rdf/type :lv2/Feature]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment