@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 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:1587
  skos:prefLabel "mataderos"@es, "slaughterhouses"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:339913 .

nalt:339913
  skos:prefLabel "mercados de aves vivas"@es, "live bird markets"@en ;
  dc:created "2020-05-18"^^xsd:date ;
  skos:related nalt:1587, nalt:17606 ;
  skos:hiddenLabel "live bird market"@en, "live chicken market"@en, "live-bird market"@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  ns0:marc001 "95465" ;
  dc:modified "2020-10-29"^^xsd:date ;
  skos:altLabel "live chicken markets"@en ;
  skos:definition nalt:339913_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:339879 .

nalt:17606
  skos:prefLabel "aves de corral"@es, "poultry"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:339913 .

nalt:339879
  skos:prefLabel "mercados de productos frescos"@es, "wet markets"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:339913 .

nalt:339913_def
  rdf:value "Lugar determinado donde pájaros o aves de corral vivas se venden para su consumo. Puede incluir aves de compañía."@es, "A specific location where live birds or poultry are sold for the purpose of consumption. It can also contain pet birds."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

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

