@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#> .

nalt:20569
  skos:prefLabel "crédito"@es, "credit"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:185945 .

nalt:5294
  skos:prefLabel "financiación agrícola"@es, "agricultural finance"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:185945 .

nalt:185945
  skos:exactMatch <http://id.agrisemantics.org/gacs/C9739>, <http://aims.fao.org/aos/agrovoc/c_8670>, <http://id.loc.gov/authorities/subjects/sh85002302>, <http://id.cabi.org/cabt/7124> ;
  skos:altLabel "crédito rural"@es, "crédito agropecuario"@es, "crédito pecuario"@es, "farm credit"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:prefLabel "agricultural credit"@en, "crédito agricola"@es ;
  skos:related nalt:20569 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "60297" ;
  skos:hiddenLabel "agricultural-credit"@en ;
  dc:created "2012-05-03"^^xsd:date ;
  skos:broader nalt:5294 .

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

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

