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

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

<https://concepts.sagepub.com/social-science/concept/open_source>
  skos:definition "Open source refers to the software-industry tradition of developing and sharing source code and standards, and of encouraging collaborative development. Often aligned with hacker culture, open-source software has contributed to many important developments in Internet infrastructure, including BIND, the Berkeley Internet Name Daemon servers that run the Domain Name System; in software, including Linux and the Apache Web server; and in software languages, including Perl, Tcl, and Python. [Source: <a href=\"https://sk.sagepub.com/reference/newmedia/n183.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of New Media; Open Source</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/open-source_software> ;
  skos:prefLabel "open source"@en ;
  a skos:Concept .

