@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:146677
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85072368> ;
  skos:prefLabel "jardín de niños"@es, "kindergarten"@en ;
  ns0:marc001 "59827" ;
  skos:definition nalt:146677_def ;
  dc:created "2011-08-05"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:broader nalt:35095 ;
  a ns0:Topic, skos:Concept .

nalt:35095
  skos:prefLabel "educación temprana"@es, "early childhood education"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:146677 .

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

nalt:146677_def
  rdf:value "El primer año de educación formal para los niños por lo general entre 4 y 6 años de edad, el cual os prepara para el primer grado en la escuela primaria."@es, "The first year of formal education for children usually between 4 and 6 years of age, preparing them for first grade in elementary school."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

