@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/pests>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/household_pests>, <https://concepts.sagepub.com/social-science/concept/hospital_pests> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/biological_hazards>, <https://concepts.sagepub.com/social-science/concept/animals> ;
  skos:prefLabel "pests"@en ;
  a skos:Concept .

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

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

<https://concepts.sagepub.com/social-science/concept/biological_hazards>
  skos:prefLabel "biological hazards"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/pests> .

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

<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/pests> .

