@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/negotiating>
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D017008.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/personnel_management>, <https://concepts.sagepub.com/social-science/concept/interpersonal_relationships>, <https://concepts.sagepub.com/social-science/concept/human_communication>, <https://concepts.sagepub.com/social-science/concept/decision_making> ;
  skos:prefLabel "negotiating"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/decision_making>
  skos:prefLabel "decision making"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/negotiating> .

<https://concepts.sagepub.com/social-science/concept/human_communication>
  skos:prefLabel "human communication"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/negotiating> .

<https://concepts.sagepub.com/social-science/concept/personnel_management>
  skos:prefLabel "personnel management"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/negotiating> .

<https://concepts.sagepub.com/social-science/concept/interpersonal_relationships>
  skos:prefLabel "interpersonal relationships"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/negotiating> .

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

