@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/birth_control>
  skos:prefLabel "birth control"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/sterilisation> .

<https://concepts.sagepub.com/social-science/concept/sterilisation>
  skos:definition "The process of destroying all microbial life. It differs from disinfection in that bacteria are destroyed as well as the other types of micro-organisms. [Source: <a href=\"https://sk.sagepub.com/reference/dictionaryenvirochange/n3705.i1.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environmental Change; sterilisation</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/birth_control> ;
  skos:prefLabel "sterilisation"@en ;
  a skos:Concept .

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

