@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/Computer_Emergency_Response_Team> .

<https://concepts.sagepub.com/social-science/concept/organizations_and_labs>
  skos:prefLabel "organizations and labs"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Computer_Emergency_Response_Team> .

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

<https://concepts.sagepub.com/social-science/concept/Computer_Emergency_Response_Team>
  skos:definition "The Computer Emergency Response Team (CERT) was formed in 1988 at Carnegie Mellon University's Software Engineering Institute in Pittsburgh, Pennsylvania. CERT issues warnings to governmental agencies and the public at large about viruses and security threats. [Source: <a href=\"https://sk.sagepub.com/reference/newmedia/n45.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of New Media; Computer Emergency Response Team</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/organizations_and_labs>, <https://concepts.sagepub.com/social-science/concept/hacking> ;
  skos:prefLabel "Computer Emergency Response Team"@en ;
  a skos:Concept .

