@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 ns0: <https://lod.nal.usda.gov/naltv#> .
@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 .

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

nalt:28239
  skos:prefLabel "Helianthus annuus"@es, "Helianthus annuus"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  ns0:hasProduct nalt:28892 .

nalt:28892
  a skos:Concept, ns0:Product ;
  dc:modified "2014-10-29"^^xsd:date ;
  skos:broader nalt:14237, nalt:44870 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:prefLabel "aceite de girasol"@es, "sunflower oil"@en ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_25506>, <http://id.agrisemantics.org/gacs/C8340>, <http://id.cabi.org/cabt/113303> ;
  skos:altLabel "sunflower seed oil"@en, "sunflowerseed oil"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "sunflower oils"@en, "crude sunflower oil"@en, "sunflower-oil"@en, "sunflower seed oils"@en, "sunflower-seed oils"@en ;
  skos:related nalt:461 ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85130540> ;
  ns0:marc001 "36416" ;
  ns0:productOf nalt:28239 .

nalt:461
  skos:prefLabel "grasas y aceites de cocina"@es, "cooking fats and oils"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:28892 .

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

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

nalt:44870
  skos:prefLabel "productos de semilla de girasol"@es, "sunflower seed products"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:28892 .

