@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/Ex_parte_Jackson> .

<https://concepts.sagepub.com/social-science/concept/Ex_parte_Jackson>
  skos:definition "In Ex parte Jackson, 96 U.S. 727 (1877), the Supreme Court ruled that Congress did not violate the free speech clause of the First Amendment by closing the postal system to literature concerning lotteries, although it lacked the constitutional authority to prevent such materials from circulating by other means. Government control of lotteries, moderate during the first half of the nineteenth century, had stiffened during the second half, and most states banned lotteries outright. [Source: <a href=\"https://sk.sagepub.com/cqpress/encyclopedia-of-the-first-amendment/n485.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of the First Amendment; Ex parte Jackson (1877)</a>]"@en ;
  dc11:end 1878 ;
  dc11:start 1878 ;
  dc11:date "1878" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Supreme_Court_cases>, <https://concepts.sagepub.com/social-science/concept/Fourth_Amendment_cases> ;
  skos:prefLabel "Ex parte Jackson"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/Fourth_Amendment_cases>
  skos:prefLabel "Fourth Amendment cases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Ex_parte_Jackson> .

