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

nalt:198844
  skos:prefLabel "aceite de oliva lampante"@es, "lampante olive oil"@en ;
  skos:definition nalt:198844_def ;
  ns0:marc001 "68696" ;
  skos:broader nalt:28884 ;
  dc:modified "2013-12-06"^^xsd:date ;
  a skos:Concept, ns0:Product ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "lampante oil"@en ;
  dc:created "2013-04-18"^^xsd:date .

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

nalt:198844_def
  rdf:value "Aceite no comestible derivado de la aceituna y utilizado con fines industriales."@es, "A nonedible oil derived from olive fruit and is used for industrial purposes."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

nalt:28884
  skos:prefLabel "aceite de oliva"@es, "olive oil"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:198844 .

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

