@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .

nalt:39377
  skos:prefLabel "trigo"@es, "wheat"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:64010 .

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

nalt:64010_def
  rdf:value "Término general para el trigo sembrado a principios de la primavera y cosechado a finales del verano o a principios de otoño del mismo año."@es, "A general term for wheat sown in the early spring and harvested in the late summer or early autumn of the same year."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:64010
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "spring wheats"@en, "spring bread wheat"@en, "spring-wheat"@en ;
  dc:modified "2016-05-26"^^xsd:date ;
  ns0:marc001 "35055" ;
  skos:broader nalt:39377 ;
  skos:definition nalt:64010_def ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C9303>, <http://aims.fao.org/aos/agrovoc/c_7337> ;
  skos:prefLabel "spring wheat"@en, "trigo de primavera"@es ;
  dc:created "2006-01-19"^^xsd:date ;
  a ns0:Product, skos:Concept .

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

