@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/Ableman_v._Booth> .

<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/Ableman_v._Booth> .

<https://concepts.sagepub.com/social-science/concept/Ableman_v._Booth>
  skos:definition "Resulting in a major ruling in which the U.S. Supreme Court determined that state courts cannot issue orders that contradict or circumvent the holdings of federal courts, Ableman v. [Source: <a href=\"https://sk.sagepub.com/reference/socialhistory-crime-punishment/n1.xml\" target=\"_blank\" data-id=\"to-sk\">The Social History of Crime and Punishment in America: An Encylopedia; Ableman v. Booth</a>]"@en ;
  dc11:end 1859 ;
  dc11:start 1859 ;
  dc11:date "1859" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Supreme_Court_cases>, <https://concepts.sagepub.com/social-science/concept/state_and_federal_court_cases> ;
  skos:prefLabel "Ableman v. Booth"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/state_and_federal_court_cases>
  skos:prefLabel "state and federal court cases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Ableman_v._Booth> .

