@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:5451
  skos:prefLabel "etiquetado de productos"@es, "product labeling"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:198483 .

nalt:17390
  skos:prefLabel "procedencia"@es, "provenance"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:198483 .

nalt:40934
  skos:prefLabel "etiquetado de alimentos"@es, "food labeling"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:198483 .

nalt:198483
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:prefLabel "protected designation of origin"@en, "denominación de origen protegida"@es ;
  skos:hiddenLabel "geographical indication"@en, "PDO certifications"@en, "geographical-indications"@en, "geographical-indication"@en, "PDO certification"@en, "PDO certified"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:related nalt:40934, nalt:17390 ;
  skos:altLabel "geographical indications"@en, "PDO (protected designation of origin)"@en ;
  ns0:marc001 "72057" ;
  skos:broader nalt:5451 ;
  dc:created "2013-04-03"^^xsd:date ;
  dc:modified "2017-07-12"^^xsd:date ;
  skos:definition nalt:198483_def .

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

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

nalt:198483_def
  rdf:value "Indicaciones geográficas sobre alimentos y otros productos agropecuarios, basadas en regulaciones de la Unión Europea, las cuales garantizan que solo los productos originarios de una región determinada son comercialmente identificables como tales."@es, "Geographical indications on foods and other agricultural products, based upon European Union regulations, ensuring that only products originating in a given region are commercially identifiable as such."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

