@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:AvogadroConstant
  a qudt:PhysicalConstant ;
  dcterms:description """
  The $\\textit{Avogadro Constant}$ is defined as the ratio of the number of constituent particles N in
   a sample to the amount of substance $n$ through the relationship $NA = N/n$. 
  Thus, it is the proportionality factor that relates the molar mass of an entity, that is,
   the mass per amount of substance, to the mass of said entity.
  """^^qudt:LatexString ;
  qudt:abbreviation "mole^{-1}" ;
  qudt:applicableUnit unit:PER-MOL ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Avogadro_constant"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A-1E0L0I0M0H0T0D0 ;
  qudt:hasQuantityKind quantitykind:InverseAmountOfSubstance ;
  qudt:iec61360Code "0112/2///62720#UAD015" ;
  qudt:informativeReference "http://en.wikipedia.org/wiki/Avogadro_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%23UAD015"^^xsd:anyURI ;
  qudt:latexDefinition "$L = \\frac{N}{n}$, where $N$ is the number of particles and $n$ is amount of substance."^^qudt:LatexString ;
  qudt:latexSymbol "$L, N_A$"^^qudt:LatexString ;
  qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
  qudt:quantityValue constant:Value_AvogadroConstant ;
  qudt:siExactMatch si-constant:AvogadroConstant ;
  rdfs:isDefinedBy <http://qudt.org/3.1.11/vocab/constant> ;
  rdfs:label "Avogadro constant"@en .
