@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:22895
  skos:prefLabel "aceites secantes"@es, "drying oils"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:34737 .

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

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

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

nalt:34737
  ns0:productOf nalt:40524 ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85077257>, <http://id.cabi.org/cabt/67086>, <http://id.agrisemantics.org/gacs/C14958>, <http://aims.fao.org/aos/agrovoc/c_4353> ;
  skos:related nalt:40524, nalt:95532, nalt:22895 ;
  skos:hiddenLabel "lin-seed oil"@en, "flax seed oils"@en, "flax oil"@en, "flaxseed oils"@en, "lin-seed oils"@en, "linseed oils"@en, "linseed-oil"@en, "flax oils"@en ;
  a skos:Concept, ns0:Product ;
  skos:prefLabel "linseed oil"@en, "aceite de linaza"@es ;
  skos:altLabel "flaxseed oil"@en, "flax seed oil"@en ;
  ns0:marc001 "21515" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:50242, nalt:14237 ;
  dc:created "2006-01-19"^^xsd:date ;
  dc:modified "2016-02-11"^^xsd:date .

nalt:14237
  skos:prefLabel "aceites de semilla"@es, "seed oils"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:34737 .

nalt:95532
  skos:prefLabel "grasas insaturadas"@es, "unsaturated fats"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:related nalt:34737 .

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

