@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/computer_viruses>
  skos:definition "Small, executable software programs that replicate themselves using another program as a host. Just as biological viruses pass from person to person through contact, computer viruses pass from computer to computer. [Source: <a href=\"https://sk.sagepub.com/reference/nationalsecurity/n125.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of United States National Security; Computer Viruses</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/malicious_code> ;
  skos:prefLabel "computer viruses"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/malicious_code>
  skos:prefLabel "malicious code"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/computer_viruses> .

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

