@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:V-PER-M
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description """
  The unit $\\{Volt Per Meter (V/m)}$ is a unit in the category of Electric field strength.
  It is also known as volts per meter, volt/meter, volt/metre, volt per metre, volts per metre.
  This unit is commonly used in the SI unit system.
  $\\{Volt Per Meter}$ has a dimension of $MLT^{-3}I^{-1}$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current.
  This unit is the standard SI unit in this category.
  """^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS-EMU ;
  qudt:applicableSystem sou:CGS-GAUSS ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:definedUnitOfSystem sou:SI ;
  qudt:derivedCoherentUnitOfSystem sou:SI ;
  qudt:expression "$V/m$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:M ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:V ;
  ] ;
  qudt:hasQuantityKind quantitykind:ElectricField ;
  qudt:hasQuantityKind quantitykind:ElectricFieldStrength ;
  qudt:iec61360Code "0112/2///62720#UAA301" ;
  qudt:informativeReference "http://www.efunda.com/glossary/units/units--electric_field_strength--volt_per_meter.cfm"^^xsd:anyURI ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA301"^^xsd:anyURI ;
  qudt:symbol "V/m" ;
  qudt:ucumCode "V.m-1"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "D50" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q3562962> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Volt na Meter"@sl ;
  rdfs:label "Volt na Metr"@cs ;
  rdfs:label "Volt par Mètre"@fr ;
  rdfs:label "Volt pe Metru"@ro ;
  rdfs:label "Volt per Meter"@en-US ;
  rdfs:label "Volt per Meter"@ms ;
  rdfs:label "Volt per Metre" ;
  rdfs:label "Volt per Metre"@en ;
  rdfs:label "Volt per Metre"@tr ;
  rdfs:label "Volt per Metro"@it ;
  rdfs:label "Volt por Metro"@pt ;
  rdfs:label "Volt pro Meter"@de ;
  rdfs:label "Voltio por Metro"@es ;
  rdfs:label "Voltium per Metrum"@la ;
  rdfs:label "Wolt na Metr"@pl ;
  rdfs:label "Βολτ ανά Μέτρο"@el ;
  rdfs:label "Волт на Метър"@bg ;
  rdfs:label "Вольт на Метр"@ru ;
  rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ;
  rdfs:label "ولت بر متر"@fa ;
  rdfs:label "प्रति मीटर वोल्ट"@hi ;
  rdfs:label "ボルト毎メートル"@ja ;
  rdfs:label "伏特每米"@zh .
