@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/digital_recordings>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/DVD>, <https://concepts.sagepub.com/social-science/concept/compact_discs>, <https://concepts.sagepub.com/social-science/concept/Blu-ray_discs> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/recording>, <https://concepts.sagepub.com/social-science/concept/digital_media> ;
  skos:prefLabel "digital recordings"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/Blu-ray_discs>
  skos:prefLabel "Blu-ray discs"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/digital_recordings> .

<https://concepts.sagepub.com/social-science/concept/compact_discs>
  skos:prefLabel "compact discs"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/digital_recordings> .

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

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

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

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

