@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:207872
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  dc:created "2013-11-12"^^xsd:date ;
  skos:definition nalt:207872_def ;
  ns0:marc001 "68385" ;
  skos:broader nalt:46998 ;
  dc:modified "2013-12-06"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "interferón-beta"@es, "interferon-beta"@en .

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

nalt:46998
  skos:prefLabel "interferones"@es, "interferons"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:207872 .

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

nalt:207872_def
  rdf:value "Uno de los interferones tipo 1 producido mediante fibroblastos en respuesta al estímulo producido por virus vivos o inactivados por ARN bicatenario. Constituye una citocina con actividad antiviral, antiproliferativa e inmunomoduladora."@es, "One of the type I interferons produced by fibroblasts in response to stimulation by live or inactivated virus or by double-stranded RNA. It is a cytokine with antiviral, antiproliferative, and immunomodulating activity."@en ;
  dc:source "Medical Subject Headings 2014" ;
  a ns0:Definition .

