@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@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:6435
  skos:prefLabel "agua"@es, "water"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:324406 .

nalt:324406_def
  rdf:value "Masas de agua en su estado actual, esto es, contaminadas o no."@es, "Waterbodies in the environment in their current state (i.e., polluted or unpolluted)."@en ;
  dc:source "US Environmental Protection Agency" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:324406
  skos:hiddenLabel "ambient-water"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "84843" ;
  skos:definition nalt:324406_def ;
  dc:created "2018-09-14"^^xsd:date ;
  skos:prefLabel "ambient water"@en, "agua ambiente"@es ;
  a skos:Concept, ns0:Topic ;
  skos:broader nalt:6435 ;
  dc:modified "2018-11-14"^^xsd:date .

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

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

