@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:ElectricFluxDensity
  a qudt:QuantityKind ;
  dcterms:description "$\\textit{Electric Flux Density}$, also referred to as $\\textit{Electric Displacement}$, is related to electric charge density by the following equation: $\\text{div} \\; D = \\rho$, where $\\text{div}$ denotes the divergence."^^qudt:LatexString ;
  qudt:applicableUnit unit:A-HR-PER-M2 ;
  qudt:applicableUnit unit:C-PER-CentiM2 ;
  qudt:applicableUnit unit:C-PER-M2 ;
  qudt:applicableUnit unit:C-PER-MilliM2 ;
  qudt:applicableUnit unit:C_Ab-PER-CentiM2 ;
  qudt:applicableUnit unit:C_Stat-PER-CentiM2 ;
  qudt:applicableUnit unit:KiloC-PER-M2 ;
  qudt:applicableUnit unit:MegaC-PER-M2 ;
  qudt:applicableUnit unit:MicroC-PER-M2 ;
  qudt:applicableUnit unit:MilliC-PER-M2 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Electric_flux"^^xsd:anyURI ;
  qudt:exactMatch quantitykind:ElectricDisplacement ;
  qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ;
  qudt:iec61360Code "0112/2///62720#UAD043" ;
  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/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD043"^^xsd:anyURI ;
  qudt:latexDefinition "$\\mathbf{D}  = \\epsilon_0 E + P$, where $\\epsilon_0$ is the electric constant, $\\mathbf{E} $ is electric field strength, and $P$ is electric polarization."^^qudt:LatexString ;
  qudt:latexSymbol "$\\mathbf{D}$"^^qudt:LatexString ;
  qudt:siExactMatch si-quantity:ELFD ;
  rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerArea" ;
  rdfs:isDefinedBy <http://qudt.org/3.1.11/vocab/quantitykind> ;
  rdfs:label "Densidad de flujo eléctrico"@es ;
  rdfs:label "Elektrická indukce"@cs ;
  rdfs:label "Induction électrique"@fr ;
  rdfs:label "Inducție electrică"@ro ;
  rdfs:label "Indukcja elektryczna"@pl ;
  rdfs:label "Ketumpatan fluks elektrik"@ms ;
  rdfs:label "campo de deslocamento elétrico"@pt ;
  rdfs:label "electric flux density"@en ;
  rdfs:label "elektrik akı yoğunluğu"@tr ;
  rdfs:label "elektrische Flussdichte"@de ;
  rdfs:label "spostamento elettrico"@it ;
  rdfs:label "Электрическая индукция"@ru ;
  rdfs:label "إزاحة كهربائية"@ar ;
  rdfs:label "چگالی شار الکتریکی"@fa ;
  rdfs:label "電位移"@zh ;
  rdfs:label "電束密度"@ja ;
  skos:altLabel "anjakan"@ms ;
  skos:altLabel "densité de flux électrique"@fr ;
  skos:altLabel "displacement"@en ;
  skos:altLabel "elektrische Induktion"@de ;
  skos:altLabel "elektrische Verschiebung"@de ;
  skos:altLabel "induzione elettrica"@it ;
  skos:altLabel "yer değiştirme"@tr ;
  skos:broader quantitykind:ElectricChargePerArea .
