@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@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#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:23672
  skos:prefLabel "Panamá"@es, "Panama"@en ;
  a <https://lod.nal.usda.gov/naltv#Geographical>, skos:Concept ;
  skos:narrower nalt:21735 .

nalt:21735
  skos:closeMatch wd:Q498979 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2019-10-30"^^xsd:date ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Geographical> ;
  skos:hiddenLabel "Canal Zone of Panama"@en, "Panama-Canal-Zone"@en ;
  ns0:marc001 "26910" ;
  skos:prefLabel "Panama Canal Zone"@en, "Zona del Canal de Panamá"@es ;
  skos:exactMatch <http://id.cabi.org/cabt/84309>, <http://id.agrisemantics.org/gacs/C529>, <http://aims.fao.org/aos/agrovoc/c_5525> ;
  skos:definition nalt:21735_def ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:23672 .

nalt:21735_def
  rdf:value "Zona que cruza el istmo de Panamá, administrada de 1903 a 1979 por los Estados Unidos debido a la operación del canal de Panamá. Su transferencia a Panamá se completó en 1999."@es, "The area across the Isthmus of Panama formerly administered by the United States from 1903 to 1979 for the operation of the Panama Canal. Transfer to Panama was completed in 1999."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

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

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

