@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/online_education>
  skos:prefLabel "online education"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/online_learning_circles> .

<https://concepts.sagepub.com/social-science/concept/online_learning_circles>
  skos:definition "Online learning circles are teams of learners situated in a small number of schools (5–10) who share a common goal of acquiring a deeper understanding of topics arranged around themes. They exchange ideas on a set of related projects defined by each of the participants."@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/online_education> ;
  skos:prefLabel "online learning circles"@en ;
  a skos:Concept .

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

