@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/sisters>
  skos:prefLabel "sisters"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/siblings> .

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

<https://concepts.sagepub.com/social-science/concept/siblings>
  skos:definition "Sibling relationships are those relationships that a person has with a brother or sister. The relationship that develops between siblings is one of the longest-lasting relationships individuals will have throughout their lives. [Source: <a href=\"https://sk.sagepub.com/reference/humandevelopment/n564.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Human Development; Siblings</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/sisters>, <https://concepts.sagepub.com/social-science/concept/brothers> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D035781.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/persons> ;
  skos:prefLabel "siblings"@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/siblings> .

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

