@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 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#> .

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

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

nalt:21008
  skos:prefLabel "diseño de equipamiento"@es, "equipment design"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:10122 .

nalt:10122
  ns0:marc001 "13983" ;
  skos:altLabel "human factors engineering"@en, "engineering psychology"@en, "human engineering"@en ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C14500>, <http://id.cabi.org/cabt/44519>, <http://aims.fao.org/aos/agrovoc/c_2638> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:prefLabel "ergonomía"@es, "ergonomics"@en ;
  skos:broader nalt:1000 ;
  skos:related nalt:112, nalt:21008 ;
  skos:definition nalt:10122_def ;
  dc:created "2006-01-19"^^xsd:date ;
  a ns0:Topic, skos:Concept ;
  dc:modified "2020-03-03"^^xsd:date ;
  skos:hiddenLabel "ergonomic"@en .

nalt:1000
  skos:prefLabel "ingeniería"@es, "engineering"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:10122 .

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

nalt:10122_def
  rdf:value "Ciencia del diseño, construcción o equipamiento de dispositivos mecánicos o entornos artificiales, adaptados a las necesidades antropométricas, fisiológicas o psicológicas de las personas que los van a utilizar."@es, "The science of designing, building or equipping mechanical devices or artificial environments to the anthropometric, physiological, or psychological requirements of the people who will use them."@en ;
  dc:source "Medical Subject Headings 2012" ;
  a ns0:Definition .

