@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/pesticide>
  skos:prefLabel "pesticide"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/insecticides> .

<https://concepts.sagepub.com/social-science/concept/organophosphates>
  skos:prefLabel "organophosphates"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/insecticides> .

<https://concepts.sagepub.com/social-science/concept/kepone>
  skos:prefLabel "kepone"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/insecticides> .

<https://concepts.sagepub.com/social-science/concept/chlordane>
  skos:prefLabel "chlordane"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/insecticides> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/insecticides> .

<https://concepts.sagepub.com/social-science/concept/known_or_suspected_carcinogens>
  skos:prefLabel "known or suspected carcinogens"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/insecticides> .

<https://concepts.sagepub.com/social-science/concept/insecticides>
  skos:definition "AN INSECTICIDE IS a pesticide developed to kill insects that are harmful to humans or food plants. Different types of pesticides have been developed to deal with different organisms that might reduce food production. [Source: <a href=\"https://sk.sagepub.com/reference/cancer/n305.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Cancer and Society; Insecticides</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/organophosphates>, <https://concepts.sagepub.com/social-science/concept/kepone>, <https://concepts.sagepub.com/social-science/concept/chlordane> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pesticide>, <https://concepts.sagepub.com/social-science/concept/known_or_suspected_carcinogens> ;
  skos:prefLabel "insecticides"@en ;
  a skos:Concept .

