@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

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

nalt:60477
  skos:prefLabel "escuelas públicas"@es, "public schools"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:broader nalt:35899 .

nalt:45542
  skos:prefLabel "escuelas secundarias (niños de 16 a 18 años)"@es, "high schools"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:broader nalt:35899 .

nalt:28274
  skos:prefLabel "instituciones educacionales"@es, "educational institutions"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:35899 .

nalt:35899
  ns0:marc001 "33222" ;
  skos:prefLabel "escuelas"@es, "schools"@en ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_6852>, <http://id.loc.gov/authorities/subjects/sh85118451>, <http://id.cabi.org/cabt/104600>, <http://id.agrisemantics.org/gacs/C6839> ;
  a skos:Concept, ns0:Topic ;
  dc:modified "2016-06-30"^^xsd:date ;
  skos:narrower nalt:60477, nalt:45542, nalt:36244 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:28274 .

nalt:36244
  skos:prefLabel "escuelas primarias"@es, "elementary schools"@en ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:35899 .

