@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/biohazards> .

<https://concepts.sagepub.com/social-science/concept/biohazards>
  skos:definition "Biohazards are biological agents—including pathogens such as bacteria, viruses, parasites, and fungi—that infect humans and are spread through a variety of transmission methods. These pathogens cause local and global outbreaks of a variety of diseases that impact billions of people annually, resulting in widespread death, illness, and economic losses. [Source: <a href=\"https://sk.sagepub.com/reference/globalstudies/n44.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Studies; Biohazards</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/biological_hazards> ;
  skos:prefLabel "biohazards"@en ;
  a skos:Concept .

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

