@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/bar_mitzvah> .

<https://concepts.sagepub.com/social-science/concept/social_development_and_social_behavior>
  skos:prefLabel "social development and social behavior"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/bar_mitzvah> .

<https://concepts.sagepub.com/social-science/concept/bar_mitzvah>
  skos:definition "Bar Mitzvah means “son of commandment,” a rather elliptical term connoting that a young Jewish male has reached the age of majority, and thus become obligated to perform ritual commandments. A child reaching Bar Mitzvah age may be counted toward the 10 adults required for a prayer quorum. [Source: <a href=\"https://sk.sagepub.com/reference/humandevelopment/n75.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Human Development; Bar/Bat Mitzvah</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/social_development_and_social_behavior> ;
  skos:prefLabel "bar mitzvah"@en ;
  a skos:Concept .

