@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/people>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "people"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/Richard_Stallman> .

<https://concepts.sagepub.com/social-science/concept/hacking>
  skos:prefLabel "hacking"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Richard_Stallman> .

<https://concepts.sagepub.com/social-science/concept/open-source_software>
  skos:prefLabel "open-source software"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Richard_Stallman> .

<https://concepts.sagepub.com/social-science/concept/Richard_Stallman>
  skos:definition "1953– Computer Scientist Richard M. Stallman is the developer of the GNU operating system (OS) and the founder of the Free Software Foundation. He pioneered the concept of “copyleft,” and made possible the development of the Linux operating system (or, as Stallman prefers to call it, GNU-Linux). [Source: <a href=\"https://sk.sagepub.com/reference/newmedia/n218.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of New Media; Stallman, Richard</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/open-source_software>, <https://concepts.sagepub.com/social-science/concept/key_people_in_new_media>, <https://concepts.sagepub.com/social-science/concept/hacking> ;
  skos:prefLabel "Richard Stallman"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/key_people_in_new_media>
  skos:prefLabel "key people in new media"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Richard_Stallman> .

