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

nalt:43605
  skos:prefLabel "transplante de órganos"@es, "organ transplantation"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:22400 .

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

nalt:22400
  skos:hiddenLabel "heart-transplant"@en ;
  skos:related nalt:9341 ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85059721> ;
  skos:altLabel "cardiac transplant"@en, "heart transplantation"@en, "cardiac transplantation"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:marc001 "17774" ;
  skos:prefLabel "heart transplant"@en, "trasplante cardíaco"@es ;
  dc:modified "2013-01-14"^^xsd:date ;
  skos:definition nalt:22400_def ;
  a skos:Concept, ns0:Topic ;
  skos:broader nalt:43605 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

nalt:9341
  skos:prefLabel "corazón"@es, "heart"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:22400 .

nalt:22400_def
  rdf:value "Transferencia de un corazón de un ser humano o animal a otro."@es, "The transference of a heart from one human or animal to another."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

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

