@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 owl: <http://www.w3.org/2002/07/owl#> .
@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 .

nalt:459
  skos:prefLabel "condimentos"@es, "condiments"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:28482 .

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

nalt:55780
  skos:prefLabel "Olea europaea"@es, "Olea europaea"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:28482 ;
  ns0:hasProduct nalt:28482 .

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

nalt:28482
  skos:related nalt:459, nalt:30504, nalt:55780 ;
  skos:altLabel "oliva"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  ns0:marc001 "26073" ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:11371 ;
  skos:prefLabel "aceitunas"@es, "olives"@en ;
  a ns0:Product, skos:Concept ;
  skos:exactMatch <http://id.cabi.org/cabt/81691>, <http://aims.fao.org/aos/agrovoc/c_12926>, <http://id.agrisemantics.org/gacs/C5963> ;
  skos:hiddenLabel "Barnea olive"@en, "Barnea olives"@en, "olive"@en ;
  ns0:productOf nalt:55780 ;
  dc:modified "2020-04-27"^^xsd:date .

nalt:11371
  skos:prefLabel "frutas de hueso"@es, "stone fruits"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:28482 .

nalt:30504
  skos:prefLabel "alimentos encurtidos"@es, "pickled foods"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:28482 .

