@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:18490
  skos:prefLabel "enlace químico"@es, "chemical bonding"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:24606 .

nalt:24606
  skos:hiddenLabel "hydrophobic-bonding"@en, "hydrophobic interactions"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:definition nalt:24606_def ;
  ns0:marc001 "18843" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:prefLabel "enlace hidrofóbico"@es, "hydrophobic bonding"@en ;
  skos:altLabel "hydrophobic interaction"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  dc:modified "2013-08-05"^^xsd:date ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C31848> ;
  skos:related nalt:46401 ;
  skos:broader nalt:18490 .

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

nalt:46401
  skos:prefLabel "hidrofobicidad"@es, "hydrophobicity"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:24606 .

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

nalt:24606_def
  rdf:value "Interacción resultante de la exclusión de residuos no polares de agua. Es un determinante significativo de la conformación de las proteínas y de las estructuras de los lípidos."@es, "Interaction resulting by the exclusion of nonpolar residues from water. It is an important determinant of protein conformation and of lipid structures."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

