@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:EnergyInternal
  a qudt:QuantityKind ;
  dcterms:description """The internal energy is the total energy contained by a thermodynamic system. It is the energy needed to
    create the system, but excludes the energy to displace the system's surroundings, any energy associated with a move as a
    whole, or due to external force fields. Internal energy has two major components, kinetic energy and potential energy. The
    internal energy (U) is the sum of all forms of energy (Ei) intrinsic to a thermodynamic system:  $  U = \\sum_i E_i $
  """^^qudt:LatexString ;
  dcterms:isReplacedBy quantitykind:InternalEnergy ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Internal_energy"^^xsd:anyURI ;
  qudt:deprecated true ;
  qudt:deprecatedInVersion "3.2.0" ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Internal_energy"^^xsd:anyURI ;
  qudt:symbol "U" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q180241> ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/quantitykind> ;
  rdfs:label "Notranja energija"@sl ;
  rdfs:label "Tenaga dalaman"@ms ;
  rdfs:label "energia interna"@it ;
  rdfs:label "energia interna"@pt ;
  rdfs:label "energia wewnętrzna"@pl ;
  rdfs:label "energie internă"@ro ;
  rdfs:label "energía interna"@es ;
  rdfs:label "innere Energie"@de ;
  rdfs:label "internal energy"@en ;
  rdfs:label "vnitřní energie"@cs ;
  rdfs:label "énergie interne"@fr ;
  rdfs:label "İç enerji"@tr ;
  rdfs:label "внутренняя энергия"@ru ;
  rdfs:label "انرژی درونی"@fa ;
  rdfs:label "طاقة داخلية"@ar ;
  rdfs:label "आन्तरिक ऊर्जा"@hi ;
  rdfs:label "内能"@zh ;
  rdfs:label "内部エネルギー"@ja ;
  skos:altLabel "energia termodinamica"@it ;
  skos:altLabel "tenaga termodinamik"@ms ;
  skos:altLabel "thermodynamic energy"@en ;
  skos:altLabel "thermodynamische Energie"@de ;
  skos:altLabel "énergie thermodynamique"@fr ;
  skos:broader quantitykind:Energy .
