@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/hacking>
  skos:prefLabel "hacking"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/virus> .

<https://concepts.sagepub.com/social-science/concept/technology_(new_media)>
  skos:prefLabel "technology (new media)"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/virus> .

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

<https://concepts.sagepub.com/social-science/concept/virus>
  skos:definition "The virus, a computer program designed to replicate and spread itself without the user's knowledge, has become a stock character in popular culture. In books and movies, computer viruses are the villains of the Internet Age, wreaking unimaginable havoc on computer systems and threatening the future of civilization. [Source: <a href=\"https://sk.sagepub.com/reference/newmedia/n248.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of New Media; Virus</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/technology_(new_media)>, <https://concepts.sagepub.com/social-science/concept/hacking> ;
  skos:prefLabel "virus"@en ;
  a skos:Concept .

