@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:61124
  skos:prefLabel "tidal volume"@en, "volumen de ventilación pulmonar"@es ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:marc001 "37715" ;
  skos:definition nalt:61124_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "tidal-volume"@en ;
  skos:broader nalt:9427 ;
  dc:modified "2013-01-15"^^xsd:date .

nalt:9427
  skos:prefLabel "fisiología respiratoria"@es, "respiratory physiology"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:61124 .

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

nalt:61124_def
  rdf:value "Volumen de aire inspirado o expirado durante cada ciclo respiratorio normal, en reposo. Se abrevia TV o V subscrito T."@es, "The volume of air inspired or expired during each normal, quiet respiratory cycle. Common abbreviations are TV or V with subscript T."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

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

