@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:213686
  skos:prefLabel "clorimurón etilo"@es, "chlorimuron ethyl"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:related nalt:25332 .

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

nalt:25332
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Chemical> ;
  skos:prefLabel "chlorimuron"@en, "clorimurón"@es ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C30261>, <http://id.cabi.org/cabt/27779>, <http://aims.fao.org/aos/agrovoc/c_34802> ;
  skos:broader nalt:16626 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:related nalt:213686 ;
  ns0:marc001 "8135" ;
  dc:modified "2014-04-07"^^xsd:date .

nalt:16626
  skos:prefLabel "herbicidas de sulfonilurea"@es, "sulfonylurea herbicides"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:25332 .

