@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#> .

nalt:41801
  skos:prefLabel "micoinsecticidas"@es, "mycoinsecticides"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:broader nalt:15184 .

nalt:47419
  skos:prefLabel "insecticidas virales"@es, "viral insecticides"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:broader nalt:15184 .

nalt:15184
  skos:narrower nalt:14973, nalt:41801, nalt:47419 ;
  ns0:marc001 "23422" ;
  dc:modified "2013-08-08"^^xsd:date ;
  skos:hiddenLabel "microbial-insecticides"@en ;
  a skos:Concept, ns0:Chemical ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh86000570> ;
  skos:broader nalt:823, nalt:17500 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "insecticidas microbianos"@es, "microbial insecticides"@en .

nalt:17500
  skos:prefLabel "plaguicidas microbianos"@es, "microbial pesticides"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:15184 .

nalt:14973
  skos:prefLabel "insecticidas bacterianos"@es, "bacterial insecticides"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:broader nalt:15184 .

nalt:823
  skos:prefLabel "insecticidas"@es, "insecticides"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:15184 .

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

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

