@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@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:202655
  skos:broader nalt:9163 ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  dc:modified "2013-12-06"^^xsd:date ;
  dc:created "2013-08-06"^^xsd:date ;
  ns0:marc001 "70314" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "aceite neutro"@es, "neutral oil"@en ;
  skos:definition nalt:202655_def .

nalt:9163
  skos:prefLabel "aceites"@es, "oils"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:202655 .

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

nalt:202655_def
  rdf:value "Aceite obtenido mediante destilación, que no es tratado ni con ácido ni con álcali."@es, "An oil obtained by distillation, which is untreated with either acid or alkali."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

