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

nalt:10123
  skos:prefLabel "altura"@es, "height"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:233363 .

nalt:66151
  skos:prefLabel "cintura"@es, "waist"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:233363 .

nalt:112
  skos:prefLabel "medidas antropométricas"@es, "anthropometric measurements"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:233363 .

<https://lod.nal.usda.gov/naltv#Topic>
  rdfs:label "Topic"@en ;
  a owl:Class .

nalt:233363
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  dc:modified "2014-11-20"^^xsd:date ;
  skos:broader nalt:112 ;
  dc:created "2014-10-23"^^xsd:date ;
  ns0:marc001 "74941" ;
  skos:hiddenLabel "waist to height ratios"@en, "waist to height ratio"@en ;
  skos:prefLabel "waist-to-height ratio"@en, "proporción cintura-estatura"@es ;
  skos:related nalt:10123, nalt:66151 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

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

