@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:1001
  skos:prefLabel "tecnología"@es, "technology"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:2137 .

nalt:2137
  skos:hiddenLabel "assistive-technologies"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:1001 ;
  skos:related nalt:2138, nalt:2135 ;
  skos:prefLabel "tecnologías de asistencia"@es, "assistive technologies"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  ns0:marc001 "3781" ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:altLabel "assistive devices"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:definition nalt:2137_def .

nalt:2135
  skos:prefLabel "facilidades de acceso (personas discapacitadas)"@es, "accessibility (disabled)"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:2137 .

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

nalt:2137_def
  rdf:value "Sistemas y dispositivos diseñados para discapacitados que los ayudan durante sus actividades diarias."@es, "Systems and devices engineered for the disabled which assist them during their daily activities."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

nalt:2138
  skos:prefLabel "minusválidos"@es, "people with disabilities"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:2137 .

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

