@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:ElectricPolarization
  a qudt:QuantityKind ;
  dcterms:description """"Electric Polarization" is the relative shift of positive and negative electric charge in opposite
    directions within an insulator, or dielectric, induced by an external electric field. Polarization occurs when an electric
    field distorts the negative cloud of electrons around positive atomic nuclei in a direction opposite the field. This slight
    separation of charge makes one side of the atom somewhat positive and the opposite side somewhat negative. In some materials
    whose molecules are permanently polarized by chemical forces, such as water molecules, some of the polarization is caused by
    molecules rotating into the same alignment under the influence of the electric field. One of the measures of polarization is
    electric dipole moment, which equals the distance between the slightly shifted centres of positive and negative charge
    multiplied by the amount of one of the charges. Polarization P in its quantitative meaning is the amount of dipole moment p
    per unit volume V of a polarized material, P = p/V.
  """^^qudt:LatexString ;
  qudt:applicableUnit unit:A-HR-PER-M2 ;
  qudt:applicableUnit unit:C-PER-M2 ;
  qudt:applicableUnit unit:KiloC-PER-M2 ;
  qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ;
  qudt:iec61360Code "0112/2///62720#UAD044" ;
  qudt:informativeReference "http://www.britannica.com/EBchecked/topic/182690/electric-polarization"^^xsd:anyURI ;
  qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD044"^^xsd:anyURI ;
  qudt:latexDefinition "$P =\\frac{dp}{dV}$, where $p$ is electic charge density and $V$ is volume."^^qudt:LatexString ;
  qudt:plainTextDescription """"Electric Polarization" is the relative shift of positive and negative electric charge in opposite
    directions within an insulator, or dielectric, induced by an external electric field. Polarization occurs when an electric
    field distorts the negative cloud of electrons around positive atomic nuclei in a direction opposite the field. This slight
    separation of charge makes one side of the atom somewhat positive and the opposite side somewhat negative. In some materials
    whose molecules are permanently polarized by chemical forces, such as water molecules, some of the polarization is caused by
    molecules rotating into the same alignment under the influence of the electric field. One of the measures of polarization is
    electric dipole moment, which equals the distance between the slightly shifted centres of positive and negative charge
    multiplied by the amount of one of the charges. Polarization P in its quantitative meaning is the amount of dipole moment p
    per unit volume V of a polarized material, P = p/V.
  """ ;
  qudt:symbol "P" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q1050425> ;
  rdfs:comment "Applicable units are those of quantitykind:ElectricPolarization" ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/quantitykind> ;
  rdfs:label "Electric Polarization"@en ;
  rdfs:label "elektrische Polarisation"@de ;
  rdfs:label "polarisation électrique"@fr ;
  rdfs:label "polarización eléctrica"@es ;
  rdfs:label "polarização eléctrica"@pt ;
  rdfs:label "polarizzazione elettrica"@it ;
  rdfs:label "polaryzacja elektryczna"@pl ;
  rdfs:label "электрическая поляризация"@ru ;
  rdfs:label "إستقطاب كهربائي"@ar ;
  rdfs:label "電気分極"@ja ;
  rdfs:seeAlso quantitykind:ElectricChargeDensity ;
  rdfs:seeAlso quantitykind:ElectricDipoleMoment .
