@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#> .

nalt:11313
  skos:prefLabel "productos frutales"@es, "fruit products"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:301481 .

nalt:301481
  skos:hiddenLabel "fruit acid"@en, "acid from fruits"@en, "acid from the fruit"@en, "acids of the fruits"@en, "acid of the fruits"@en, "acids from fruits"@en, "fruit-acids"@en, "acid from the fruits"@en, "acids from the fruits"@en, "acid from fruit"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  ns0:marc001 "81600" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "fruit acids"@en, "ácidos frutales"@es ;
  skos:altLabel "fruit acidity"@en ;
  dc:created "2017-06-05"^^xsd:date ;
  skos:broader nalt:11313, nalt:9 ;
  dc:modified "2017-11-10"^^xsd:date .

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

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

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

nalt:9
  skos:prefLabel "ácidos"@es, "acids"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:301481 .

