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

<https://concepts.sagepub.com/social-science/concept/virtual_private_network>
  skos:definition "A virtual private network uses secure paths, often called tunnels, to create a private network environment inside of public networks such as the Internet. Until the creation of VPNs, companies had to either lease dedicated lines or build and maintain their own lines to confidentially communicate information with business partners and associates. [Source: <a href=\"https://sk.sagepub.com/reference/healthcaremanagement/n836.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Health Care Management; Virtual Private Network (VPN)</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/information_technology> ;
  skos:prefLabel "virtual private network"@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/virtual_private_network> .

