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

<https://lod.nal.usda.gov/naltv#productOf>
  rdfs:subPropertyOf skos:related ;
  rdfs:label "Is product of"@en .

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

nalt:51034
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:related nalt:1573, nalt:11522, nalt:6347 ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:hiddenLabel "seaweed-products"@en ;
  skos:broader nalt:848 ;
  ns0:productOf nalt:6347 ;
  skos:prefLabel "seaweed products"@en, "productos derivados de alga"@es ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C24130>, <http://aims.fao.org/aos/agrovoc/c_6915>, <http://id.cabi.org/cabt/105270> ;
  ns0:marc001 "33391" .

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

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

nalt:848
  skos:prefLabel "productos de origen vegetal"@es, "plant products"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:51034 .

nalt:6347
  skos:prefLabel "macroalgas"@es, "macroalgae"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:51034 ;
  ns0:hasProduct nalt:51034 .

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

