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

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

<https://concepts.sagepub.com/social-science/concept/digital_recordings>
  skos:prefLabel "digital recordings"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/DVD> .

<https://concepts.sagepub.com/social-science/concept/video_discs>
  skos:prefLabel "video discs"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/DVD> .

<https://concepts.sagepub.com/social-science/concept/DVD>
  skos:broader <https://concepts.sagepub.com/social-science/concept/video_discs>, <https://concepts.sagepub.com/social-science/concept/technology_(new_media)>, <https://concepts.sagepub.com/social-science/concept/sound_recordings>, <https://concepts.sagepub.com/social-science/concept/digital_recordings> ;
  skos:prefLabel "DVD"@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/DVD> .

