@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 constant: <http://qudt.org/vocab/constant/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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-quantity: <https://si-digital-framework.org/quantities/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

quantitykind:ElectromagneticPermeability
  a qudt:QuantityKind ;
  dcterms:description """
  $\\textit{Permeability}$ is the degree of magnetization of a material that responds linearly to an applied magnetic field. 
  In general permeability is a tensor-valued quantity. 
  The definition given applies to an isotropic medium. 
  For an anisotropic medium permeability is a second order tensor. 
  In electromagnetism, permeability is the measure of the ability of a material to support the formation of a magnetic field within itself. 
  In other words, it is the degree of magnetization that a material obtains in response to an applied magnetic field. 
  Magnetic permeability is typically represented by the Greek letter $\\mu$. 
  The term was coined in September, 1885 by Oliver Heaviside. 
  The reciprocal of magnetic permeability is $\\textit{Magnetic Reluctivity}$.
  """^^qudt:LatexString ;
  qudt:applicableUnit unit:H-PER-M ;
  qudt:applicableUnit unit:H_Stat-PER-CentiM ;
  qudt:applicableUnit unit:MicroH-PER-M ;
  qudt:applicableUnit unit:NanoH-PER-M ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Permeability"^^xsd:anyURI ;
  qudt:exactMatch quantitykind:Permeability ;
  qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-2D0 ;
  qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Permeability_(electromagnetism)"^^xsd:anyURI ;
  qudt:latexDefinition "$\\mu = \\frac{B}{H}$,  where $B$ is magnetic flux density,  and $H$ is magnetic field strength."^^qudt:LatexString ;
  qudt:latexSymbol "$\\mu$"^^qudt:LatexString ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q28352> ;
  rdfs:comment "Applicable units are those of quantitykind:ElectromagneticPermeability" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Permeability"@en ;
  rdfs:seeAlso constant:ElectromagneticPermeabilityOfVacuum ;
  rdfs:seeAlso constant:MagneticConstant ;
  rdfs:seeAlso quantitykind:MagneticFieldStrength ;
  rdfs:seeAlso quantitykind:MagneticFluxDensity .
