@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:137822
  skos:prefLabel "planificación integral de las fincas"@es, "whole farm planning"@en ;
  dc:created "2010-10-02"^^xsd:date ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:broader nalt:39505 ;
  skos:definition nalt:137822_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2014-11-17"^^xsd:date ;
  ns0:marc001 "74967" ;
  skos:hiddenLabel "whole farm plan"@en .

nalt:39505
  skos:prefLabel "planificación agrícola"@es, "farm planning"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:137822 .

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

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

nalt:137822_def
  rdf:value "Enfoque de la gestión de fincas que aborda consideraciones ambientales en la empresa agrícola, tales como el suministro de agua, el manejo de los desechos, la escorrentía, etc. Además, se pueden considerar las mejores prácticas de gestión en todo el plan de sostenibilidad de las operaciones agrícolas."@es, "An approach to farm management which addresses environmental considerations within the farm enterprise, such as water supply, waste management, runoff, etc. Best management practices may also be considered in the whole farm plan for sustainability of farm operations."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

