@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:8136
  skos:exactMatch <http://id.cabi.org/cabt/9734>, <http://aims.fao.org/aos/agrovoc/c_363>, <http://id.loc.gov/authorities/subjects/sh85004661>, <http://id.agrisemantics.org/gacs/C28951> ;
  skos:prefLabel "amputation"@en, "amputación"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:8137 ;
  dc:modified "2020-07-29"^^xsd:date ;
  skos:definition nalt:8136_def ;
  ns0:marc001 "2229" .

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

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

nalt:8137
  skos:prefLabel "cirugía"@es, "surgery"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:8136 .

nalt:8136_def
  rdf:value "Extirpación de un miembro, un apéndice o un sobrecrecimiento del cuerpo."@es, "The removal of a limb or other appendage or outgrowth of the body."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

