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

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

<https://concepts.sagepub.com/social-science/concept/complexity_of_decision_making>
  skos:definition "Chester Barnard, author of The Functions of the Executive, may have been the first to adapt the term “decision making” from public administration into the world of private business administration. However, James March and Herbert Simon laid the foundation for the study of managerial decision making. [Source: <a href=\"https://sk.sagepub.com/reference/organization/n79.xml\" target=\"_blank\" data-id=\"to-sk\">International Encyclopedia of Organization Studies; Complexity of Decision Making</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/decision_making> ;
  skos:prefLabel "complexity of decision making"@en ;
  a skos:Concept .

