@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/World_Wide_Web>
  skos:prefLabel "World Wide Web"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/cloud_computing> .

<https://concepts.sagepub.com/social-science/concept/cloud_computing>
  skos:definition "Cloud computing is a term that describes the use of a network of remote servers to perform functions that were traditionally run from localized computers. Rather than using one's own computing hardware and software to run programs, store information, or develop content, these files and services are held elsewhere and accessed via the Internet from massive off-site data servers. [Source: <a href=\"https://sk.sagepub.com/reference/encyclopedia-of-social-media-and-politics/n106.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Social Media and Politics; Cloud Computing</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/World_Wide_Web> ;
  skos:prefLabel "cloud computing"@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/cloud_computing> .

