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

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

nalt:9163
  skos:prefLabel "aceites"@es, "oils"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:53075 .

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

nalt:17688
  skos:prefLabel "petróleo"@es, "petroleum"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:53075 .

nalt:53075_def
  rdf:value "Un aceite derivado de una fuente mineral (petróleo) en contraste con aceites derivados de plantas o animales."@es, "An oil derived from a mineral source (petroleum) as contrasted to oils derived from plants or animals."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:53075
  skos:exactMatch <http://id.cabi.org/cabt/74243>, <http://id.agrisemantics.org/gacs/C13700>, <http://aims.fao.org/aos/agrovoc/c_4851> ;
  skos:hiddenLabel "mineral-oils"@en, "mineral-oil"@en, "mineral oils"@en ;
  skos:broader nalt:9163 ;
  skos:definition nalt:53075_def ;
  skos:prefLabel "aceite mineral"@es, "mineral oil"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:17688 ;
  dc:created "2006-01-19"^^xsd:date ;
  dc:modified "2017-07-11"^^xsd:date ;
  ns0:marc001 "40876" .

