@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:4786
  skos:prefLabel "economía del consumidor"@es, "consumer economics"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:4784 .

nalt:4784_def
  rdf:value "Capacidad de cubrir el costo o de tener medios económicos para comprar bienes y servicios."@es, "Being able to bear the cost or to have the financial means for purchasing goods or services."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:4784
  skos:prefLabel "affordability"@en, "solvencia"@es ;
  skos:narrower nalt:70912 ;
  ns0:marc001 "1216" ;
  dc:modified "2018-08-09"^^xsd:date ;
  a ns0:Topic, skos:Concept ;
  skos:definition nalt:4784_def ;
  skos:broader nalt:4786 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

nalt:70912
  skos:prefLabel "vivienda asequible"@es, "affordable housing"@en ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:4784 .

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

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

