@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/Checkers_speech>
  skos:definition "Republican Senator Richard M. Nixon's Checkers Speech, Tuesday, September 23, 1952, was one of the most problematical addresses ever delivered. The televised speech, watched by 55 million people, demonstrated the power of television to mediate political communication. [Source: <a href=\"https://sk.sagepub.com/reference/politicalcommunication/n87.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Political Communication; Checkers Speech</a>]"@en ;
  skos:related <https://concepts.sagepub.com/social-science/concept/Richard_Nixon> ;
  dc11:end 1952 ;
  dc11:start 1952 ;
  dc11:date "1952" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/political_events>, <https://concepts.sagepub.com/social-science/concept/media> ;
  skos:prefLabel "Checkers speech"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/Richard_Nixon>
  skos:prefLabel "Richard Nixon"@en ;
  a skos:Concept ;
  skos:related <https://concepts.sagepub.com/social-science/concept/Checkers_speech> .

<https://concepts.sagepub.com/social-science/concept/political_events>
  skos:prefLabel "political events"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Checkers_speech> .

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

<https://concepts.sagepub.com/social-science/concept/conceptgroup/events>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "events"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/Checkers_speech> .

