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

nalt:49142
  skos:prefLabel "áreas ripícolas"@es, "riparian areas"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:41243 .

nalt:18644
  skos:prefLabel "bosques"@es, "forests"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:41243 .

nalt:28600
  skos:prefLabel "tampones ribereños"@es, "riparian buffers"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:41243 .

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

nalt:41243
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:18644 ;
  skos:related nalt:49142, nalt:28600 ;
  ns0:marc001 "32252" ;
  skos:hiddenLabel "riparian forest"@en, "riparian-forests"@en ;
  a ns0:Topic, skos:Concept ;
  skos:prefLabel "riparian forests"@en, "bosques ripícolas"@es ;
  skos:altLabel "riverine forests"@en ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh92001320>, <http://id.cabi.org/cabt/101860>, <http://id.agrisemantics.org/gacs/C12702> ;
  dc:created "2006-01-19"^^xsd:date ;
  dc:modified "2017-07-20"^^xsd:date .

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

