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

nalt:313483
  skos:altLabel "Kienbock disease"@en, "bone necrosis"@en, "Kienbock's disease"@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:definition nalt:313483_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "89239" ;
  skos:broader nalt:18500, nalt:761 ;
  skos:prefLabel "osteonecrosis"@es, "osteonecrosis"@en ;
  dc:created "2018-02-13"^^xsd:date ;
  dc:modified "2018-11-14"^^xsd:date .

nalt:761
  skos:prefLabel "necrosis"@es, "necrosis"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:313483 .

nalt:313483_def
  rdf:value "Muerte atraumática o postraumática de un hueso o parte de él."@es, "Death of a bone or part of a bone, either atraumatic or posttraumatic."@en ;
  dc:source "Medical Subject Headings 2018" ;
  a ns0:Definition .

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

nalt:18500
  skos:prefLabel "enfermedades óseas"@es, "bone diseases"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:313483 .

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

