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

nalt:12570
  skos:prefLabel "verduras"@es, "vegetables"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:187297 .

nalt:45732
  skos:prefLabel "cultivo de hortalizas"@es, "vegetable growing"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:187297 .

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

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

nalt:187297
  skos:related nalt:45732, nalt:12570, nalt:27793 ;
  ns0:marc001 "62226" ;
  skos:hiddenLabel "vegetable yields"@en ;
  skos:prefLabel "rendimiento de hortalizas"@es, "vegetable yield"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:30142 ;
  dc:modified "2012-11-30"^^xsd:date ;
  dc:created "2012-05-23"^^xsd:date .

nalt:30142
  skos:prefLabel "rendimiento de los cultivos"@es, "crop yield"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:187297 .

nalt:27793
  skos:prefLabel "cultivos vegetales"@es, "vegetable crops"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:187297 .

