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

<https://concepts.sagepub.com/social-science/concept/conflict_patterns>
  skos:definition "Conflict patterns are the behaviors displayed in relationships around areas of dissatisfaction or disagreement. These behaviors include verbal and nonverbal actions that occur before, during, and after an argument. [Source: <a href=\"https://sk.sagepub.com/reference/humanrelationships/n102.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Human Relationships; Conflict Patterns</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/communication_processes> ;
  skos:prefLabel "conflict patterns"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/communication_processes>
  skos:prefLabel "communication processes"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/conflict_patterns> .

