@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:6435
  skos:prefLabel "agua"@es, "water"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:322590 .

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

nalt:46366
  skos:prefLabel "ciclo hidrológico"@es, "hydrologic cycle"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:322590 .

nalt:16985
  skos:prefLabel "agua embotellada"@es, "bottled water"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:322590 .

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

nalt:322590
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:prefLabel "agua reciclada"@es, "recycled water"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "recycled-water"@en, "recycled H2O"@en ;
  skos:related nalt:46366, nalt:16985 ;
  dc:modified "2018-11-14"^^xsd:date ;
  skos:definition nalt:322590_def ;
  dc:created "2018-07-16"^^xsd:date ;
  ns0:marc001 "90074" ;
  skos:broader nalt:6435 .

nalt:322590_def
  rdf:value "Agua que se utiliza varias veces antes de regresar al sistema hídrico natural."@es, "Water that is used more than one time before it passes back into the natural hydrologic system."@en ;
  dc:source "Water Science Glossary of Terms, USGS" ;
  a ns0:Definition .

