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

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

nalt:40524
  skos:prefLabel "Linum usitatissimum"@es, "Linum usitatissimum"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:40527 ;
  ns0:hasProduct nalt:40527 .

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

nalt:40527
  skos:prefLabel "linseed"@en, "linaza"@es ;
  skos:exactMatch <http://id.cabi.org/cabt/67084>, <http://id.agrisemantics.org/gacs/C4718>, <http://aims.fao.org/aos/agrovoc/c_12192> ;
  a skos:Concept, ns0:Product ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:22892, nalt:50242 ;
  skos:hiddenLabel "oilseed flax"@en, "flax seeds"@en, "linseeds"@en, "flaxseeds"@en ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:related nalt:40524 ;
  ns0:marc001 "21513" ;
  skos:altLabel "flaxseed"@en, "flax seed"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  ns0:productOf nalt:40524 .

nalt:50242
  skos:prefLabel "productos derivados de linaza"@es, "linseed products"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:40527 .

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

nalt:22892
  skos:prefLabel "oleaginosas"@es, "oilseeds"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:40527 .

