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

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

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

<https://concepts.sagepub.com/social-science/concept/simulcasting>
  skos:definition "To simulcast is to provide the same program at the same time over two or more electronic media (broadcast, cable, or satellite) channels—a simultaneous broadcast. Most typical is simulcasting of broadcasts over an AM and FM station in the same market, or over both a radio and a television station. [Source: <a href=\"https://sk.sagepub.com/reference/journalism/n353.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Journalism; Simulcasting</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/television>, <https://concepts.sagepub.com/social-science/concept/radio> ;
  skos:prefLabel "simulcasting"@en ;
  a skos:Concept .

