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

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

<https://concepts.sagepub.com/social-science/concept/Supreme_Court_cases>
  skos:prefLabel "Supreme Court cases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Lamont_v._Postmaster_General> .

<https://concepts.sagepub.com/social-science/concept/Lamont_v._Postmaster_General>
  skos:definition "The Supreme Court decision in Lamont v. Postmaster General , 381 U.S. 301 (1965), invalidated a statute allowing the Postmaster General to regulate the flow of “communist political propaganda” through the mails. Lamont was the first time the Supreme Court invalidated a federal statute under the speech and press clauses of the First Amendment, the first case to hold that the First Amendment includes a “right to receive,” and the first time a justice used the phrase “marketplace of ideas” in a judicial opinion. [Source: <a href=\"https://sk.sagepub.com/cqpress/encyclopedia-of-the-first-amendment/n760.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of the First Amendment; Lamont v. Postmaster General (1965)</a>]"@en ;
  dc11:end 1965 ;
  dc11:start 1965 ;
  dc11:date "1965" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Supreme_Court_cases> ;
  skos:prefLabel "Lamont v. Postmaster General"@en ;
  a skos:Concept .

