@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:37097
  skos:prefLabel "energía"@es, "energy"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:329740 .

nalt:329740
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001previous "94670" ;
  skos:hiddenLabel "solvation free energy"@en, "solvation energies"@en, "energies of solvation"@en ;
  skos:prefLabel "energía de solvatación"@es, "solvation energy"@en ;
  dc:modified "2019-12-16"^^xsd:date ;
  dc:created "2019-04-09"^^xsd:date ;
  skos:broader nalt:37097 ;
  a ns0:Topic, skos:Concept ;
  skos:definition nalt:329740_def ;
  ns0:marc001 "9813983477100041" .

ns0:Topic
  rdfs:label "Topic"@en ;
  a owl:Class .

<https://lod.nal.usda.gov/nalt>
  rdfs:label "NALT Full"@en ;
  a skos:ConceptScheme .

nalt:329740_def
  rdf:value "Diferencia en la energía de Gibbs de un ion o una molécula en el vacío (o la fase gaseosa) y el solvente (o la solución)."@es, "The difference in Gibbs energy of an ion or molecule in the vacuum (or the gas phase) and the solvent (or the solution)."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

