@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:9709
  skos:prefLabel "llanuras (pastos)"@es, "grasslands"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:314404 .

nalt:314404
  skos:hiddenLabel "grass land restorations"@en, "grass-land restorations"@en, "grassland restorations"@en, "grass land restoration"@en, "grass-land reclamation"@en ;
  ns0:marc001 "87576" ;
  a ns0:Topic, skos:Concept ;
  dc:created "2018-02-28"^^xsd:date ;
  skos:broader nalt:35688 ;
  skos:prefLabel "grassland restoration"@en, "restauración de pastizales"@es ;
  skos:related nalt:9709, nalt:138193 ;
  skos:altLabel "grassland rehabilitation"@en, "grassland reclamation"@en ;
  dc:modified "2018-11-14"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

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

nalt:35688
  skos:prefLabel "restauración de tierras"@es, "land restoration"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:314404 .

nalt:138193
  skos:prefLabel "restauración de bosques"@es, "forest restoration"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:314404 .

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

