@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:ElectricSusceptibility
  a qudt:QuantityKind ;
  dcterms:description "\"Electric Susceptibility\" is the ratio of electric polarization to electric field strength, normalized to the electric constant. The definition applies to an isotropic medium. For an anisotropic medium, electric susceptibility is a second order tensor."^^qudt:LatexString ;
  qudt:applicableUnit unit:UNITLESS ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Permittivity"^^xsd:anyURI ;
  qudt:expression "$e-susceptibility$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ;
  qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
  qudt:latexDefinition "$\\chi = \\frac{P}{(\\epsilon_0 E)}$, where $P$ is electric polorization, $\\epsilon_0$ is the electric constant, and $E$ is electric field strength."^^qudt:LatexString ;
  qudt:latexSymbol "$\\chi$"^^qudt:LatexString ;
  qudt:plainTextDescription "\"Electric Susceptibility\" is the ratio of electric polarization to electric field strength, normalized to the electric constant. The definition applies to an isotropic medium. For an anisotropic medium, electric susceptibility is a second order tensor." ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q598305> ;
  rdfs:comment "Applicable units are those of quantitykind:ElectricSusceptibility" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "electric susceptibility"@en ;
  rdfs:label "elektrische Suszeptibilität"@de ;
  rdfs:label "podatność elektryczna"@pl ;
  rdfs:label "susceptibilidad eléctrica"@es ;
  rdfs:label "susceptibilidade eléctrica"@pt ;
  rdfs:label "susceptibilité électrique"@fr ;
  rdfs:label "suscettività elettrica"@it ;
  rdfs:label "электрическая восприимчивость"@ru ;
  rdfs:label "المتأثرية الكهربائية، سرعة التأثر الكهربائية"@ar ;
  rdfs:label "電気感受率"@ja ;
  rdfs:seeAlso quantitykind:ElectricFieldStrength ;
  rdfs:seeAlso quantitykind:ElectricPolarization ;
  skos:altLabel "susceptywność elektryczna"@pl ;
  skos:altLabel "диэлектрическая восприимчивость"@ru .
