@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/Yahoo!> .

<https://concepts.sagepub.com/social-science/concept/Yahoo!>
  skos:definition "Yahoo! Inc. is a global Internet communications, commerce, and media company with headquarters in Sunnyvale, California, and offices in Europe, Asia, Latin America, Australia, and Canada. [Source: <a href=\"https://sk.sagepub.com/reference/socialnetworks/n401.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Social Networks; Yahoo!</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/social_networking_communities>, <https://concepts.sagepub.com/social-science/concept/search_engines> ;
  skos:prefLabel "Yahoo!"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/social_networking_communities>
  skos:prefLabel "social networking communities"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Yahoo!> .

<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/Yahoo!> .

