@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 dcterms: <http://purl.org/dc/terms/> .
@prefix qkdv: <http://qudt.org/vocab/dimensionvector/> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix si-constant: <https://si-digital-framework.org/constants/> .
@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#> .

constant:FaradayConstant
  a qudt:PhysicalConstant ;
  dcterms:description """
  The $\\textit{Faraday Constant}$ is a constant equal to the product of electrical elementary charge and Avogadro constant; 
  this is approximately $9.64853321233100184 \\times 10^{4}\\ C/mol$.
  """^^qudt:LatexString ;
  qudt:abbreviation "c mol^{-1}" ;
  qudt:applicableUnit unit:C-PER-MOL ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Faraday_constant"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A-1E1L0I0M0H0T1D0 ;
  qudt:hasQuantityKind quantitykind:ElectricChargePerAmountOfSubstance ;
  qudt:iec61360Code "0112/2///62720#UAD052" ;
  qudt:informativeReference "http://en.wikipedia.org/wiki/Faraday_constant"^^xsd:anyURI ;
  qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD052"^^xsd:anyURI ;
  qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
  qudt:latexDefinition "$F = N_A e$, where $N_A$ is the Avogadro constant and $e$ is the elementary charge."^^qudt:LatexString ;
  qudt:latexSymbol "$F$"^^qudt:LatexString ;
  qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
  qudt:plainTextDescription "Physikalische Konstante, gleich dem Produkt aus elektrischer Elementarladung und Avogadro-Konstante; sie beträgt annähernd 96 485,3 C/mol"@de ;
  qudt:quantityValue constant:Value_FaradayConstant ;
  qudt:symbol "0173-1#Z4-BAJ422#001" ;
  rdfs:isDefinedBy <http://qudt.org/3.1.11/vocab/constant> ;
  rdfs:label "Faraday constant"@en .
