@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/television_dramas> .

<https://concepts.sagepub.com/social-science/concept/television_dramas>
  skos:definition "The category “television drama” includes episodic crime series and nongenre series that have a strong criminal justice component. Examples of the latter include the nongenre series I'll Fly Away (NBC, 1991–1993). [Source: <a href=\"https://sk.sagepub.com/reference/raceandcrime/n337.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Race and Crime; Television Dramas</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/media> ;
  skos:prefLabel "television dramas"@en ;
  a skos:Concept .

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

