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

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

nalt:49183_def
  rdf:value "Método de paisajismo en el que se utilizan plantas que se adaptan bien a las condiciones locales y son resistentes a la sequía. Su popularidad ha aumentado como una forma de ahorrar agua en el hogar."@es, "A method of landscaping that uses plants that are well adapted to the local area and are drought-resistant. Xeriscaping is becoming more popular as a way of saving water at home."@en ;
  dc:source "Water Science Glossary of Terms, USGS" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:49183
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  dc:modified "2018-09-17"^^xsd:date ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh90005708> ;
  skos:prefLabel "xeriscaping"@en, "xeriscape"@es ;
  skos:broader nalt:11893 ;
  ns0:marc001 "40295" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:definition nalt:49183_def ;
  dc:created "2006-01-19"^^xsd:date .

nalt:11893
  skos:prefLabel "paisajismo"@es, "landscaping"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:49183 .

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

