@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:9092
  skos:prefLabel "comunicación (humana)"@es, "communication (human)"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:137713 .

nalt:137713
  dc:created "2010-10-01"^^xsd:date ;
  skos:broader nalt:20581 ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:altLabel "outreach programs"@en, "community outreach"@en ;
  skos:prefLabel "outreach"@en, "alcance"@es ;
  ns0:marc001 "59103" ;
  dc:source "Joint Institute for Food Safety and Applied Nutrition (JIFSAN)" ;
  skos:related nalt:9092 ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:definition nalt:137713_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:137713_def
  rdf:value "Los esfuerzos para aumentar la sensibilización, la disponibilidad y utilización de información o servicios a través de la interacción con una población objetivo."@es, "Efforts to increase the awareness, availability and utilization of information or services through interaction with a target population."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

nalt:20581
  skos:prefLabel "relaciones públicas"@es, "public relations"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:137713 .

