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

nalt:68634
  skos:hiddenLabel "Thai-people"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  ns0:marc001 "52032" ;
  skos:altLabel "tailandesas"@es ;
  dc:created "2006-10-27"^^xsd:date ;
  skos:broader nalt:68632 ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:scopeNote "Considerar el uso de un descriptor geográfico de la ubicación del pueblo en cuestión."@es, "Consider using a geographic descriptor for the location of the people being studied."@en ;
  skos:prefLabel "tailandeses"@es, "Thai people"@en ;
  skos:related nalt:47162 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

nalt:47162
  skos:prefLabel "Tailandia"@es, "Thailand"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:related nalt:68634 .

nalt:68632
  skos:prefLabel "habitantes de Asia del sur"@es, "Southeast Asians"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:68634 .

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

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

