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

<https://concepts.sagepub.com/social-science/concept/study_guides>
  skos:definition "Study guides serve as maps to assist the learner in organizing, focusing on, and exploring the wide range of subject matter available in the pursuit of knowledge. There are various types and styles of study guides; some are in hard copy, and increasingly more are found online via the Internet. [Source: <a href=\"https://sk.sagepub.com/reference/distributedlearning/n150.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Distributed Learning; Study Guides</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/learning_resources> ;
  skos:prefLabel "study guides"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/learning_resources>
  skos:prefLabel "learning resources"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/study_guides> .

