@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/spam>
  skos:definition "Spam refers to widely transmitted, inappropriate, and unsolicited online messages. Most historical references trace the original usage to the early 1990s. [Source: <a href=\"https://sk.sagepub.com/reference/newmedia/n216.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of New Media; Spam</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/social_issues> ;
  skos:prefLabel "spam"@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/spam> .

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

