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

nalt:16109
  skos:prefLabel "teoría económica"@es, "economic theory"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:35760 .

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

nalt:305530
  skos:prefLabel "contabilidad regional"@es, "regional accounting"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:35760 .

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

nalt:35760
  skos:broader nalt:16109 ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:prefLabel "multipliers"@en, "multiplicadores"@es ;
  skos:hiddenLabel "multiplier"@en ;
  dc:modified "2017-07-20"^^xsd:date ;
  skos:definition nalt:35760_def ;
  skos:related nalt:305530 ;
  ns0:marc001 "24215" ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

nalt:35760_def
  rdf:value "En macroeconomía es el incremento proporcional del ingreso nacional (en forma de consumo de bienes y servicios finales), que ocurre de cada incremento unitario en nuevo gasto derivado de alguna fuente \"autónoma\" como la inversión privada, el gobierno o el mundo exterior (a través de las exportaciones). La suma total de todo el consumo adicional inducido por el gasto inicial excede en general al monto del propio gasto inicial. La medida cuantitativa de este consumo inicial en relación con el incremento inicial en el gasto de inversión es el multiplicador. Se pueden calcular numerosas variantes de multiplicador básico."@es, "In macroeconomics, the proportionate increase in national income (in the form of consumption of final goods and services), that occurs from each unit increase in new spending from some \"autonomous\" source such as private investment, the government, or the outside world (through exports). The sum total of all additional consumption induced by the initial spending generally exceeds the amount of the initial spending itself. The quantitative measure of this additional consumption relative to the initial increase in investment spending is the multiplier. Many variants of the basic multiplier can be calculated."@en ;
  dc:source "World Bank-IICA Glossary: Annotated Glossary of Terms Used in the Economic Analysis of Agricultural Projects" ;
  a ns0:Definition .

