@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:34711
  skos:prefLabel "molinería"@es, "milling"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:52998 .

nalt:52998
  dc:modified "2020-05-29"^^xsd:date ;
  skos:hiddenLabel "wet-milling"@en, "corn-wet milling"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:prefLabel "molienda húmeda"@es, "wet milling"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:34711 ;
  skos:related nalt:196752 ;
  ns0:marc001 "39946" .

nalt:196752
  skos:prefLabel "licor de maceración de maíz"@es, "corn steep liquor"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:52998 .

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

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

