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

nalt:47535
  skos:prefLabel "aranceles"@es, "tariffs"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:67754 .

nalt:67754
  skos:prefLabel "tarifas obligatorias"@es, "bound tariffs"@en ;
  ns0:marc001 "51411" ;
  dc:modified "2012-11-30"^^xsd:date ;
  a ns0:Topic, skos:Concept ;
  dc:created "2006-03-01"^^xsd:date ;
  skos:definition nalt:67754_def ;
  skos:broader nalt:47535 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "bound-tariffs"@en .

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

nalt:67754_def
  rdf:value "La tarifa nacional más favorecida resultante de las negociaciones del Acuerdo general sobre Tarifas y Comercio (General Agreement on Tariffs and Trade - GATT) incorporada como componente integral del programa de concesiones; compromiso de no elevar las tarifas por sobre un nivel especificado."@es, "The most-favored-nation tariff resulting from negotiations under the General Agreement on Tariffs and Trade (GATT) and incorporated as the integral component of a country's schedule of concessions; a commitment not to raise a tariff above a specified level."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

