@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 ;
  ns0:productOf nalt:27793 ;
  skos:related nalt:27793 .

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

nalt:19380
  skos:prefLabel "cultivo de crucíferas"@es, "cole crops"@en ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:27793 .

nalt:28136
  skos:prefLabel "cultivos hortícolas"@es, "horticultural crops"@en ;
  a ns0:Organism, skos:Concept ;
  skos:narrower nalt:27793 .

nalt:14460
  skos:prefLabel "productos a base de hortalizas"@es, "vegetable products"@en ;
  a ns0:Product, skos:Concept ;
  ns0:productOf nalt:27793 .

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

nalt:187297
  skos:prefLabel "rendimiento de hortalizas"@es, "vegetable yield"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:27793 .

nalt:27793
  dc:created "2006-01-19"^^xsd:date ;
  skos:narrower nalt:19380 ;
  skos:exactMatch <http://id.cabi.org/cabt/122686>, <http://aims.fao.org/aos/agrovoc/c_8165>, <http://id.agrisemantics.org/gacs/C425> ;
  a skos:Concept, ns0:Organism ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:related nalt:12570, nalt:187297 ;
  ns0:hasProduct nalt:14460, nalt:12570 ;
  skos:prefLabel "vegetable crops"@en, "cultivos vegetales"@es ;
  ns0:marc001 "39267" ;
  skos:hiddenLabel "vegetable-crops"@en ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:altLabel "vegetable crop"@en ;
  skos:broader nalt:28136 .

ns0:hasProduct
  rdfs:subPropertyOf skos:related ;
  rdfs:label "Has product"@en .

