@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#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:7777
  skos:prefLabel "mutación"@es, "mutation"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:234509 .

nalt:234509
  dc:created "2014-12-22"^^xsd:date ;
  skos:prefLabel "sequence deletion"@en, "eliminación de secuencia"@es ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  ns0:marc001 "73261" ;
  skos:related nalt:25836, nalt:53145, nalt:34165, nalt:15977 ;
  skos:altLabel "deletion mutation"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "nucleotide deletion"@en, "genomic deletion"@en, "nucleotide deletions"@en ;
  skos:broader nalt:7777 ;
  dc:modified "2018-03-05"^^xsd:date ;
  skos:narrower nalt:42562 ;
  skos:definition nalt:234509_def .

nalt:25836
  skos:prefLabel "eliminación cromosómica"@es, "chromosome elimination"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:234509 .

nalt:42562
  skos:prefLabel "deleción genética"@es, "gene deletion"@en ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:234509 .

nalt:15977
  skos:prefLabel "secuencias de nucleótidos"@es, "nucleotide sequences"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:234509 .

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

nalt:234509_def
  rdf:value "Supresión de secuencias de ácidos nucleicos del material genético de un individuo."@es, "Deletion of sequences of nucleic acids from the genetic material of an individual."@en ;
  dc:source "Medical Subject Headings 2015" ;
  a ns0:Definition .

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

nalt:53145
  skos:prefLabel "mutación puntual"@es, "point mutation"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:234509 .

nalt:34165
  skos:prefLabel "ácidos nucléicos"@es, "nucleic acids"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:related nalt:234509 .

