@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://lod.nal.usda.gov/naltv#Chemical>
  rdfs:label "Chemical"@en ;
  a owl:Class .

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

nalt:70049
  skos:prefLabel "neurotrofinas"@es, "neurotrophins"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:70050 .

nalt:70050
  skos:hiddenLabel "nerve growth factor gamma-subunit"@en, "ciliary-neurotrophic factor"@en, "beta-nerve growth-factor"@en, "nerve growth factor-beta"@en, "ciliary neurotrophic factors"@en, "nerve growth factor-gamma"@en, "beta-nerve growth factors"@en, "nerve growth factor alpha-subunit"@en, "gamma-nerve growth factors"@en, "ciliary neurotrophic factor"@en, "nerve growth factor-alpha"@en, "nerve growth factor beta-subunit"@en, "alpha-nerve growth factors"@en, "nerve-growth-factor"@en ;
  skos:altLabel "nerve growth factor alpha subunit"@en, "nerve growth factor gamma subunit"@en, "nerve growth factor beta"@en, "nerve growth factor gamma"@en, "nerve growth factor beta subunit"@en, "beta-nerve growth factor"@en, "gamma-nerve growth factor"@en, "nerve growth factor alpha"@en, "alpha-nerve growth factor"@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Chemical> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "factor de crecimiento del nervio"@es, "nerve growth factor"@en ;
  ns0:marc001 "25176" ;
  skos:broader nalt:70049 ;
  dc:created "2006-06-12"^^xsd:date ;
  dc:modified "2017-04-17"^^xsd:date .

