@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:PERMITTIVITY_REL
  a qudt:Unit ;
  dcterms:description """
  The $\\textit{relative permittivity}$ of a material under given conditions reflects the extent to which it concentrates electrostatic lines of flux.
  In technical terms, it is the ratio of the amount of electrical energy stored in a material by an applied voltage,
  relative to that stored in a vacuum.
  Likewise, it is also the ratio of the capacitance of a capacitor using that material as a dielectric, compared to a similar capacitor that has a vacuum as its dielectric.
  Relative permittivity is a dimensionless number that is in general complex.
  The imaginary portion of the permittivity corresponds to a phase shift of the polarization $P$ relative to $E$ and leads to the attenuation of electromagnetic waves passing through the medium.
  $$\\epsilon_r(w) = \\frac{\\epsilon(w)}{\\epsilon_O}$$,
   where $\\epsilon_r(w)$ is the complex frequency-dependent absolute permittivity of the material,
    and $\\epsilon_O$ is the vacuum permittivity.
  """^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS ;
  qudt:conversionMultiplier 0.000000000008854187817 ;
  qudt:conversionMultiplierSN 8.854187817E-12 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Relative_static_permittivity"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ;
  qudt:hasQuantityKind quantitykind:DimensionlessRatio ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Relative_permittivity?oldid=489664437"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Relative_static_permittivity?oldid=334224492"^^xsd:anyURI ;
  qudt:qkdvDenominator qkdv:A0E2L-3I0M-1H0T4D0 ;
  qudt:qkdvNumerator qkdv:A0E2L-3I0M-1H0T4D0 ;
  qudt:scalingOf unit:NUM ;
  qudt:symbol "εᵣ" ;
  qudt:ucumCode "[eps_0]"^^qudt:UCUMcs ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Relative Permittivity" ;
  rdfs:label "Relative Permittivity"@en .
