@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:53110
  skos:prefLabel "minorías"@es, "minorities (people)"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:334478 .

nalt:334478
  ns0:marc001previous "94257" ;
  skos:hiddenLabel "minority student"@en ;
  skos:broader nalt:784 ;
  a ns0:Topic, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "9813986939700041" ;
  skos:prefLabel "minority students"@en, "estudiantes pertenecientes a minorías"@es ;
  dc:modified "2019-12-16"^^xsd:date ;
  skos:related nalt:53110 ;
  dc:created "2019-10-01"^^xsd:date ;
  skos:definition nalt:334478_def ;
  skos:altLabel "minority group students"@en .

nalt:334478_def
  rdf:value "Estudiantes que son miembros de minorías."@es, "Students who are members of minority groups."@en ;
  dc:source "ERIC Thesaurus" ;
  a ns0:Definition .

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

nalt:784
  skos:prefLabel "estudiantes"@es, "students"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:334478 .

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

