@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://lod.nal.usda.gov/naltv#Topic>
  rdfs:label "Topic"@en ;
  a owl:Class .

nalt:9219
  skos:prefLabel "recursos genéticos"@es, "genetic resources"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:30120 .

nalt:30120_def
  rdf:value "Práctica en la que dos o más genotipos de una sola especie se usan en combinación, generalmente para mejorar la resistencia a enfermedades, plagas, fijación de nitrógeno, etc."@es, "A practice where two or more genotypes of a single species are used in combination, usually for the benefit of increased disease resistance, pest resistance, nitrogen fixation, etc."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

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

nalt:30120
  ns0:marc001 "16407" ;
  skos:broader nalt:9219 ;
  skos:scopeNote "Se puede usar para cualquier especie de organismo."@es, "Can be used for any species of organism."@en ;
  a skos:Concept, ns0:Topic ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C24972>, <http://id.cabi.org/cabt/51162> ;
  skos:hiddenLabel "genotype-mixtures"@en ;
  skos:definition nalt:30120_def ;
  skos:prefLabel "genotype mixtures"@en, "mezclas de genotipos"@es ;
  skos:altLabel "crop mixtures (genotype)"@en, "crop genotype mixtures"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2012-11-30"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date .

