@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .

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

nalt:6568
  skos:prefLabel "insecticidas con piretroides"@es, "pyrethroid insecticides"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:31222 .

nalt:2100
  skos:prefLabel "acaricidas con piretroides"@es, "pyrethroid acaricides"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:31222 .

nalt:31222
  skos:exactMatch <http://id.cabi.org/cabt/35791>, <http://aims.fao.org/aos/agrovoc/c_31321>, <http://id.agrisemantics.org/gacs/C11210> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:6568, nalt:2100 ;
  ns0:marc001 "10809" ;
  a skos:Concept, ns0:Chemical ;
  skos:altLabel "alpha-cypermethrin"@en ;
  skos:prefLabel "cypermethrin"@en, "cipermetrina"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2015-02-12"^^xsd:date .

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

