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

<https://concepts.sagepub.com/social-science/concept/Google>
  skos:definition "Google was founded by Larry Page and Sergey Brin while graduate students at Stanford University and has become a leading Internet and computer software corporation best known for developing the world's most popular Web search engine. The company derived its name from the word googol, a term that represents 10 to the power of 100 (the numeral one followed by 100 zeros). [Source: <a href=\"https://sk.sagepub.com/reference/socialnetworks/n131.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Social Networks; Google</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/search_engines>, <https://concepts.sagepub.com/social-science/concept/internet_and_new_media> ;
  skos:prefLabel "Google"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/internet_and_new_media>
  skos:prefLabel "internet and new media"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Google> .

<https://concepts.sagepub.com/social-science/concept/search_engines>
  skos:prefLabel "search engines"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Google> .

