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

nalt:15088
  skos:prefLabel "bacterias psicrófilas"@es, "psychrophilic bacteria"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:60432 .

nalt:60432_def
  rdf:value "Bacterias que pueden crecer a bajas temperaturas pero que crece en forma óptima entre los 15° y los 20°C."@es, "Bacteria that can grow at low temperatures but grow optimally between 15° and 20°C."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:60432
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:broader nalt:15088 ;
  skos:altLabel "psychrotrophs"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:marc001 "30901" ;
  dc:modified "2016-04-11"^^xsd:date ;
  skos:prefLabel "psychrotrophic bacteria"@en, "bacterias psicotrópicas"@es ;
  skos:hiddenLabel "psychrotroph"@en, "psychrotrophic bacterium"@en, "psychrotrophic-bacteria"@en ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C18111>, <http://id.cabi.org/cabt/97435> ;
  skos:definition nalt:60432_def .

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

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

