@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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:7777
  skos:prefLabel "mutación"@es, "mutation"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:301548 .

nalt:301548
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:hiddenLabel "analysis of mutation"@en, "mutation analysis"@en, "analysis of the mutations"@en, "analysis of mutations"@en ;
  skos:prefLabel "mutational analysis"@en, "análisis mutacional"@es ;
  dc:modified "2019-08-06"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:related nalt:7777, nalt:53827, nalt:332864 ;
  dc:created "2017-06-06"^^xsd:date ;
  ns0:marc001 "82733" ;
  skos:broader nalt:81449 ;
  skos:altLabel "mutational analyses"@en .

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

nalt:81449
  skos:prefLabel "análisis genético"@es, "genetic analysis"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:301548 .

nalt:53827
  skos:prefLabel "mutagénesis en sitio dirigido"@es, "site-directed mutagenesis"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:301548 .

nalt:332864
  skos:prefLabel "tasa de mutación"@es, "mutation rate"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:301548 .

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

