@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/social_behavior>
  skos:prefLabel "social behavior"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/helping_behavior> .

<https://concepts.sagepub.com/social-science/concept/prosocial_behavior>
  skos:prefLabel "prosocial behavior"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/helping_behavior> .

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

<https://concepts.sagepub.com/social-science/concept/helping_behavior>
  skos:definition "Definition Helping behavior is providing aid or benefit to another person. It does not matter what the motivation of the helper is, only that the recipient is assisted. [Source: <a href=\"https://sk.sagepub.com/reference/socialpsychology/n253.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Social Psychology; Helping Behavior</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D006379.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/social_behavior>, <https://concepts.sagepub.com/social-science/concept/prosocial_behavior> ;
  skos:prefLabel "helping behavior"@en ;
  a skos:Concept .

