@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/Hamdan_v._Rumsfeld> .

<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/Hamdan_v._Rumsfeld> .

<https://concepts.sagepub.com/social-science/concept/Hamdan_v._Rumsfeld>
  skos:definition "The balance of powers among the three branches of government is the bedrock principle of the U.S. Constitution. In June 2006 the Supreme Court upheld that principle in Hamdan v. Rumsfeld (three conservative justices dissenting, Chief Justice Roberts not participating). [Source: <a href=\"https://sk.sagepub.com/cqpress/the-presidency-a-to-z-4e/n128.xml\" target=\"_blank\" data-id=\"to-sk\">The Presidency A to Z; Hamdan v. Rumsfeld</a>]"@en ;
  dc11:end 2006 ;
  dc11:start 2006 ;
  dc11:date "2006" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Supreme_Court_cases> ;
  skos:prefLabel "Hamdan v. Rumsfeld"@en ;
  a skos:Concept .

