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

nalt:188797
  skos:hiddenLabel "acid-insoluble ash"@en, "acid-insoluble-ash"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  dc:created "2012-07-12"^^xsd:date ;
  skos:related nalt:33529 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "cenizas insolubles en ácido"@es, "acid insoluble ash"@en ;
  skos:broader nalt:12905 ;
  ns0:marc001 "60281" ;
  dc:modified "2012-11-30"^^xsd:date .

nalt:33529
  skos:prefLabel "digestibilidad"@es, "digestibility"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:188797 .

nalt:12905
  skos:prefLabel "contenido de ceniza"@es, "ash content"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:188797 .

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

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

