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

nalt:30112
  skos:prefLabel "terreno plantado"@es, "cropland planted"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:30111 .

nalt:30110
  skos:prefLabel "área de cultivo en acres"@es, "crop acreage"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:30111 .

nalt:333441
  skos:prefLabel "pérdidas de cultivos"@es, "crop failure"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:30111 .

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

nalt:30111
  ns0:marc001 "10249" ;
  a skos:Concept, ns0:Topic ;
  dc:modified "2019-10-30"^^xsd:date ;
  skos:definition nalt:30111_def ;
  skos:broader nalt:30110 ;
  skos:prefLabel "terreno cosechado"@es, "cropland harvested"@en ;
  skos:related nalt:333441, nalt:30112 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "cropland-harvested"@en ;
  dc:created "2006-01-19"^^xsd:date .

nalt:30111_def
  rdf:value "Incluye los terrenos en los que se realizan cultivos en hileras, plantados con poca anchura, y de heno y forraje; de frutas de árbol, frutas pequeñas y frutos de cáscara arbóreos; de hortalizas y melones; y de otros cultivos menores. Esta categoría incluye las fincas en las que se siembran árboles de Navidad."@es, "Includes row crops and closely sown crops; hay and silage crops; tree fruits, small fruits, berries, and tree nuts; vegetables and melons; and miscellaneous other minor crops. This category includes Christmas tree farms."@en ;
  dc:source "United States Department of Agriculture, Economic Research Service, Glossary" ;
  a ns0:Definition .

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

