@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:250014
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:definition nalt:250014_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2018-11-14"^^xsd:date ;
  skos:prefLabel "decentralization"@en, "descentralización"@es ;
  dc:created "2015-04-20"^^xsd:date ;
  skos:altLabel "decentralisation"@en ;
  skos:broader nalt:4262 ;
  skos:related nalt:43555 ;
  ns0:marc001 "86511" .

nalt:4262
  skos:prefLabel "gestión administrativa"@es, "administrative management"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:250014 .

nalt:43555
  skos:prefLabel "gobierno local"@es, "local government"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:250014 .

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

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

nalt:250014_def
  rdf:value "Distribución de poderes de una autoridad central a una local."@es, "Distribution of powers from a central authority to a local authority."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

