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

<https://concepts.sagepub.com/social-science/concept/web_chat>
  skos:prefLabel "web chat"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/lurking> .

<https://concepts.sagepub.com/social-science/concept/lurking>
  skos:definition "Lurking is the practice of reading messages that have been contributed to a discussion area or bulletin board in an online course, but not posting messages oneself. Students who lurk in a discussion will typically read all, or most, messages, but contribute nothing of their own. [Source: <a href=\"https://sk.sagepub.com/reference/distributedlearning/n108.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Distributed Learning; Lurking</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/web_chat> ;
  skos:prefLabel "lurking"@en ;
  a skos:Concept .

