@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@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#> .

nalt:18059
  skos:prefLabel "sangre"@es, "blood"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:18066 .

nalt:18066_def
  rdf:value "Volumen de sangre circulante. Es la suma del volumen de plasma y el volumen de eritrocitos."@es, "Volume of circulating blood. It is the sum of the plasma volume and erythrocyte volume."@en ;
  dc:source "Medical Subject Headings 2012" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:18066
  skos:hiddenLabel "blood-volume"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:exactMatch <http://id.cabi.org/cabt/19259>, <http://aims.fao.org/aos/agrovoc/c_972>, <http://id.loc.gov/authorities/subjects/sh85015031>, <http://id.agrisemantics.org/gacs/C30646> ;
  skos:prefLabel "volumen sanguíneo"@es, "blood volume"@en ;
  skos:related nalt:18059 ;
  ns0:marc001 "5290" ;
  dc:modified "2012-11-30"^^xsd:date ;
  a ns0:Topic, skos:Concept ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:definition nalt:18066_def ;
  skos:broader nalt:18095 .

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

nalt:18095
  skos:prefLabel "hemodinámica"@es, "hemodynamics"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:18066 .

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

