@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/personal_hygiene>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/hair_brushing>, <https://concepts.sagepub.com/social-science/concept/feminine_hygiene>, <https://concepts.sagepub.com/social-science/concept/dental_hygiene> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/hygiene> ;
  skos:prefLabel "personal hygiene"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/hair_brushing>
  skos:prefLabel "hair brushing"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/personal_hygiene> .

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

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

<https://concepts.sagepub.com/social-science/concept/dental_hygiene>
  skos:prefLabel "dental hygiene"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/personal_hygiene> .

<https://concepts.sagepub.com/social-science/concept/feminine_hygiene>
  skos:prefLabel "feminine hygiene"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/personal_hygiene> .

