@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prefix: <http://qudt.org/vocab/prefix/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix qkdv: <http://qudt.org/vocab/dimensionvector/> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix si-unit: <https://si-digital-framework.org/SI/units/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sou: <http://qudt.org/vocab/sou/> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

unit:HZ-PER-V
  a qudt:Unit ;
  dcterms:description "In the Hertz per Volt standard the frequency of the note is directly related to the voltage. A pitch of a note goes up one octave when its frequency doubles, meaning that the voltage will have to double for every octave rise. Depending on the footage (octave) selected, nominally one volt gives 1000Hz, two volts 2000Hz and so on. In terms of notes, bottom C would be 0.25 volts, the next C up would be 0.5 volts, then 1V, 2V, 4V, 8V for the following octaves. This system was used mainly by Yamaha and Korg."^^rdf:HTML ;
  qudt:applicableSystem sou:CGS-EMU ;
  qudt:applicableSystem sou:CGS-GAUSS ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:derivedCoherentUnitOfSystem sou:SI ;
  qudt:expression "$Hz V^{-1}$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E1L-2I0M-1H0T2D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:V ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:HZ ;
  ] ;
  qudt:hasQuantityKind quantitykind:InverseMagneticFlux ;
  qudt:symbol "Hz/V" ;
  qudt:ucumCode "Hz.V-1"^^qudt:UCUMcs ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q101195156> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Herc na Wolt"@pl ;
  rdfs:label "Hercio por Voltio"@es ;
  rdfs:label "Hertz na Volt"@cs ;
  rdfs:label "Hertz na Volt"@sl ;
  rdfs:label "Hertz par Volt"@fr ;
  rdfs:label "Hertz pe Volt"@ro ;
  rdfs:label "Hertz per Volt" ;
  rdfs:label "Hertz per Volt"@en ;
  rdfs:label "Hertz per Volt"@it ;
  rdfs:label "Hertz per Volt"@ms ;
  rdfs:label "Hertz per Volt"@tr ;
  rdfs:label "Hertz por Volt"@pt ;
  rdfs:label "Hertz pro Volt"@de ;
  rdfs:label "Hertzium per Voltium"@la ;
  rdfs:label "Χερτζ ανά Βολτ"@el ;
  rdfs:label "Герц на Вольт"@ru ;
  rdfs:label "Херц на Волт"@bg .
