@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#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:30550
  skos:hiddenLabel "winter squash"@en, "winter-squashes"@en ;
  skos:prefLabel "calabaza confitera"@es, "winter squashes"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "40069" ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:altLabel "calabaza (winter squash)"@es, "zapallo (winter squash)"@es ;
  skos:definition nalt:30550_def ;
  a skos:Concept, ns0:Product ;
  skos:related nalt:30542 ;
  skos:broader nalt:30549 ;
  dc:modified "2012-11-30"^^xsd:date .

nalt:30549
  skos:prefLabel "zapallos"@es, "squashes"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:30550 .

nalt:30542
  skos:prefLabel "Cucurbita"@es, "Cucurbita"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:30550 .

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

nalt:30550_def
  rdf:value "Cualquiera de las variedades de calabazas de cáscara dura que pueden ser almacenadas durante varios meses."@es, "Any of various hard-shelled squashes that can be stored for several months."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

