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

nalt:41508
  dc:created "2006-01-19"^^xsd:date ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:prefLabel "free-floating plants"@en, "plantas flotantes"@es ;
  skos:hiddenLabel "free-floating aquatic plant"@en, "free-floating plant"@en, "free-floating-plants"@en ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:altLabel "free-floating aquatic plants"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:11529 ;
  ns0:marc001 "15811" ;
  skos:definition nalt:41508_def .

nalt:11529
  skos:prefLabel "macrofitos"@es, "macrophytes"@en ;
  a ns0:Organism, skos:Concept ;
  skos:narrower nalt:41508 .

nalt:41508_def
  rdf:value "Plantas acuáticas que flotan en la superficie del agua y no echan raíces en el suelo."@es, "Aquatic plants that float on the water surface and are not rooted in soil."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

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

