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

nalt:7140
  skos:prefLabel "cultivos"@es, "crops"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:narrower nalt:7132 .

nalt:7132
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:broader nalt:7140 ;
  skos:definition nalt:7132_def ;
  dc:modified "2020-11-03"^^xsd:date ;
  skos:hiddenLabel "niche plants"@en, "niche crops"@en, "alternative crop"@en, "alternate crop"@en, "alternative-crops"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "cultivos alternativos"@es, "alternative crops"@en ;
  skos:altLabel "cultivos alternados"@es, "alternate crops"@en ;
  skos:related nalt:7138 ;
  ns0:marc001 "1932" .

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

nalt:7132_def
  rdf:value "Cultivo agronómico que no se produce normalmente en una región particular; sin embargo, se planta debido a su alto valor de mercado o a otro beneficio. Estos cultivos son generalmente aptos para la agricultura de pequeña escala realizada por productores de escasos recursos y pequeños terratenientes."@es, "An agronomic crop that is not usually grown in a particular region, but planted due to its high market value or some other benefit. These crops are generally suitable for small scale farming by limited-resource farmers and small landowners."@en ;
  dc:source "NAL Thesaurus Staff & USDA National Resource Conservation Service Plants Database" ;
  a ns0:Definition .

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

nalt:7138
  skos:prefLabel "agricultura alternativa"@es, "alternative farming"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:7132 .

