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

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

<https://concepts.sagepub.com/social-science/concept/phishing>
  skos:definition "Phishing is a form of social engineering (a general term that describes gaining advantage through the use of deceptive manipulation) in which a victim is contacted by a person or group masquerading as a legitimate entity to obtain personal information. Victims are typically contacted via electronic communication by an assumed trustworthy or known source and lured into disclosing personal information directly or by clicking a link that redirects users to bogus sites that captures information or installs malicious software. [Source: <a href=\"https://sk.sagepub.com/reference/encyclopedia-of-social-deviance/n207.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Social Deviance; Phishing</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cybercrime> ;
  skos:prefLabel "phishing"@en ;
  a skos:Concept .

