@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/sexual_orientation_groups>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/transgendered_people>, <https://concepts.sagepub.com/social-science/concept/heterosexuality>, <https://concepts.sagepub.com/social-science/concept/bisexuality> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/gender_groups> ;
  skos:prefLabel "sexual orientation groups"@en ;
  a skos:Concept .

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

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

<https://concepts.sagepub.com/social-science/concept/gender_groups>
  skos:prefLabel "gender groups"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/sexual_orientation_groups> .

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

<https://concepts.sagepub.com/social-science/concept/transgendered_people>
  skos:prefLabel "transgendered people"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/sexual_orientation_groups> .

