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

nalt:35853
  skos:prefLabel "algas comestibles"@es, "edible seaweed"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:6347 .

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

nalt:51034
  skos:prefLabel "productos derivados de alga"@es, "seaweed products"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  ns0:productOf nalt:6347 ;
  skos:related nalt:6347 .

nalt:11522
  skos:prefLabel "cultivo de algas marinas"@es, "seaweed culture"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:6347 .

nalt:6347_def
  rdf:value "Algas que se ven a simple vista, son multicelulares y tienen distintos colores (rojo, verde, café) y formas (filamentosas, foliformes, acolchadas, ciliadas)."@es, "Algae that are easily seen by the naked eye, are multicellular and appear in a variety of colors (red, green, brown) and forms (filamentous, leaf-like, mats, sheets, fur-like clumps)."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

nalt:6347
  ns0:marc001 "22109" ;
  dc:modified "2020-10-01"^^xsd:date ;
  skos:hiddenLabel "sea weeds"@en, "seaweed"@en, "macrophytic alga"@en, "macro-alga"@en, "sea-weeds"@en, "macroalgal"@en, "sea weed"@en, "macroscopic algae"@en, "sea-weed"@en, "kelps"@en, "macro-algae"@en, "macroalga"@en, "macroscopic alga"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:related nalt:51034, nalt:11522, nalt:1573, nalt:35853, nalt:300618 ;
  skos:broader nalt:35 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C8907> ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85071892> ;
  ns0:hasProduct nalt:51034 ;
  a ns0:Organism, skos:Concept ;
  skos:prefLabel "macroalgae"@en, "macroalgas"@es ;
  skos:altLabel "seaweeds"@en, "macrophytic algae"@en, "kelp"@en ;
  skos:definition nalt:6347_def .

nalt:35
  skos:prefLabel "algas"@es, "algae"@en ;
  a ns0:Organism, skos:Concept ;
  skos:narrower nalt:6347 .

nalt:300618
  skos:prefLabel "bosques de algas marinas"@es, "kelp forests"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:6347 .

nalt:1573
  skos:prefLabel "alimentos de origen marino"@es, "seafoods"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:6347 .

ns0:hasProduct
  rdfs:subPropertyOf skos:related ;
  rdfs:label "Has product"@en .

