@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/task-oriented_leadership> .

<https://concepts.sagepub.com/social-science/concept/leadership_styles>
  skos:prefLabel "leadership styles"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/task-oriented_leadership> .

<https://concepts.sagepub.com/social-science/concept/task-oriented_leadership>
  skos:definition "Task-oriented leadership is focused on achieving goals. Leaders who are task oriented are attentive to production and achievement. [Source: <a href=\"https://sk.sagepub.com/reference/edleadership/n330.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Educational Leadership and Administration; Leadership, Task-Oriented</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/leadership_styles> ;
  skos:prefLabel "task-oriented leadership"@en ;
  a skos:Concept .

