@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 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:20020
  skos:prefLabel "bronchi"@en, "bronquios"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:definition nalt:20020_def ;
  skos:exactMatch <http://id.cabi.org/cabt/20940>, <http://id.loc.gov/authorities/subjects/sh85017066>, <http://aims.fao.org/aos/agrovoc/c_1110>, <http://id.agrisemantics.org/gacs/C21908> ;
  ns0:marc001 "5995" ;
  skos:altLabel "secondary bronchi"@en, "bronchus"@en, "primary bronchi"@en, "tertiary bronchi"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:hiddenLabel "bronchial trees"@en, "bronchial tree"@en ;
  skos:broader nalt:9345 ;
  skos:related nalt:20024 ;
  dc:modified "2016-08-23"^^xsd:date .

nalt:9345
  skos:prefLabel "pulmones"@es, "lungs"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:20020 .

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

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

nalt:20024
  skos:prefLabel "bronquitis"@es, "bronchitis"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:20020 .

nalt:20020_def
  rdf:value "Conductos de aire amplios de los pulmones que se originan en la bifurcación terminal de la tráquea. Incluyen los dos bronquios primarios mayores, que se ramifican en los bronquios secundarios y en los terciarios, que se extienden hasta los bronquiolos y los alveolos pulmonares."@es, "The larger air passages of the lungs arising from the terminal bifurcation of the trachea. They include the largest two primary bronchi which branch out into secondary bronchi, and tertiary bronchi which extend into bronchioles and pulmonary alveoli."@en ;
  dc:source "Medical Subject Headings 2016" ;
  a ns0:Definition .

